Searched refs:SE (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_telnetlib.py | 304 if cmd == tl.SE and self.sb_getter: 349 send = [tl.IAC + tl.SB + tl.IAC + tl.SE, 350 tl.IAC + tl.SB + tl.IAC + tl.IAC + tl.IAC + tl.SE, 351 tl.IAC + tl.SB + tl.IAC + tl.IAC + 'aa' + tl.IAC + tl.SE, 352 tl.IAC + tl.SB + 'bb' + tl.IAC + tl.IAC + tl.IAC + tl.SE, 353 tl.IAC + tl.SB + 'cc' + tl.IAC + tl.IAC + 'dd' + tl.IAC + tl.SE,
|
D | sha256.pem | 42 i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root 74 2 s:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
|
/device/linaro/bootloader/edk2/StdLib/Include/arpa/ |
D | telnet.h | 57 #define SE 240 /* end sub negotiation */ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | telnetlib.py | 57 SE = chr(240) # Subnegotiation End variable 448 elif c == SE:
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 7693 - Status = LibLocateProtocol (&ShellEnvProtocol, &SE); 7694 + Status = LibLocateProtocol (&ShellEnvProtocol, (VOID**)&SE); 7702 - Status = LibLocateProtocol (&ShellEnvProtocol, &SE); 7703 + Status = LibLocateProtocol (&ShellEnvProtocol, (VOID**)&SE); 7705 SI = SE->NewShell (ImageHandle); 7738 @@ -58,4 +58,5 @@ extern EFI_SHELL_ENVIRONMENT *SE;
|
D | ShellR33.patch | 5512 - Status = LibLocateProtocol (&ShellEnvProtocol, &SE); 5513 + Status = LibLocateProtocol (&ShellEnvProtocol, (VOID **)&SE); 5521 - Status = LibLocateProtocol (&ShellEnvProtocol, &SE); 5522 + Status = LibLocateProtocol (&ShellEnvProtocol, (VOID **)&SE); 5524 SI = SE->NewShell (ImageHandle);
|