Home
last modified time | relevance | path

Searched refs:SE (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_telnetlib.py304 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,
Dsha256.pem42 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/
Dtelnet.h57 #define SE 240 /* end sub negotiation */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtelnetlib.py57 SE = chr(240) # Subnegotiation End variable
448 elif c == SE:
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch7693 - 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;
DShellR33.patch5512 - 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);