Searched refs:gPlatformConsole (Results 1 – 20 of 20) sorted by relevance
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 107 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()
|
D | PlatformBootManager.h | 47 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
|
D | PlatformData.c | 137 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 217 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()
|
D | PlatformBootManager.h | 49 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
|
D | PlatformData.c | 225 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/ |
D | PlatformData.c | 20 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
|
D | PlatformBootManager.h | 42 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/ |
D | BdsPlatform.c | 366 PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior() 377 PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior() 394 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
|
D | PlatformData.c | 54 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
|
D | BdsPlatform.h | 37 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/ |
D | PlatformData.c | 30 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
|
D | BdsPlatform.h | 161 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
|
D | BdsPlatform.c | 397 PlatformInitializeConsole (gPlatformConsole); in PlatformBootManagerBeforeConsole()
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/ |
D | PlatformData.c | 122 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
|
D | BdsPlatform.h | 56 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
|
D | BdsPlatform.c | 1191 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/ |
D | PlatformData.c | 177 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole [] = {
|
D | BdsPlatform.h | 81 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole [];
|
D | BdsPlatform.c | 1872 PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior() 1915 PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior() 1954 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior() 1997 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
|