Home
last modified time | relevance | path

Searched refs:gPlatformConsole (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c107 for (Index = 0; gPlatformConsole[Index].DevicePath != NULL; Index++) { in PlatformBootManagerBeforeConsole()
108 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()
109 EfiBootManagerUpdateConsoleVariable (ConIn, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
112 if ((gPlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBootManagerBeforeConsole()
113 EfiBootManagerUpdateConsoleVariable (ConOut, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
116 if ((gPlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBootManagerBeforeConsole()
117 EfiBootManagerUpdateConsoleVariable (ErrOut, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
DPlatformBootManager.h47 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
DPlatformData.c137 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c217 for (Index = 0; gPlatformConsole[Index].DevicePath != NULL; Index++) { in PlatformBootManagerBeforeConsole()
218 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()
219 EfiBootManagerUpdateConsoleVariable (ConIn, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
222 if ((gPlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBootManagerBeforeConsole()
223 EfiBootManagerUpdateConsoleVariable (ConOut, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
226 if ((gPlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBootManagerBeforeConsole()
227 EfiBootManagerUpdateConsoleVariable (ErrOut, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
DPlatformBootManager.h49 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
DPlatformData.c225 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformData.c20 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
DPlatformBootManager.h42 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
/device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/
DBdsPlatform.c366 PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
377 PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
394 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
DPlatformData.c54 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
DBdsPlatform.h37 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DPlatformData.c30 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
DBdsPlatform.h161 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
DBdsPlatform.c397 PlatformInitializeConsole (gPlatformConsole); in PlatformBootManagerBeforeConsole()
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
DPlatformData.c122 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
DBdsPlatform.h56 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
DBdsPlatform.c1191 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DPlatformData.c177 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole [] = {
DBdsPlatform.h81 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole [];
DBdsPlatform.c1872 PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
1915 PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
1954 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
1997 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()