Home
last modified time | relevance | path

Searched refs:ConnectType (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/
DBdsPlatform.c123 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()
127 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBdsConnectConsole()
131 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBdsConnectConsole()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.h46 UINTN ConnectType; member
DPlatformBootManager.c218 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()
222 if ((gPlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBootManagerBeforeConsole()
226 if ((gPlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBootManagerBeforeConsole()
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c108 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()
112 if ((gPlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBootManagerBeforeConsole()
116 if ((gPlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBootManagerBeforeConsole()
DPlatformBootManager.h44 UINTN ConnectType; member
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.h39 UINTN ConnectType; member
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.h155 UINTN ConnectType; member
DBdsPlatform.c949 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformInitializeConsole()
952 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformInitializeConsole()
955 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformInitializeConsole()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.c833 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()
837 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBdsConnectConsole()
841 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBdsConnectConsole()
2921 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectSimpleConsole()
2925 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBdsConnectSimpleConsole()
2929 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBdsConnectSimpleConsole()
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
DBdsPlatform.c960 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()
963 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBdsConnectConsole()
966 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBdsConnectConsole()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/
DGenericBdsLib.h95 UINTN ConnectType; member