Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c215 for (Index = 0; gPlatformConsole[Index].DevicePath != NULL; Index++) { in PlatformBootManagerBeforeConsole()
216 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()
217 EfiBootManagerUpdateConsoleVariable (ConIn, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
220 if ((gPlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBootManagerBeforeConsole()
221 EfiBootManagerUpdateConsoleVariable (ConOut, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
224 if ((gPlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBootManagerBeforeConsole()
225 EfiBootManagerUpdateConsoleVariable (ErrOut, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
DPlatformBootManager.h44 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
DPlatformData.c225 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c190 for (Index = 0; gPlatformConsole[Index].DevicePath != NULL; Index++) { in PlatformBootManagerBeforeConsole()
191 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()
192 EfiBootManagerUpdateConsoleVariable (ConIn, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
195 if ((gPlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBootManagerBeforeConsole()
196 EfiBootManagerUpdateConsoleVariable (ConOut, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
199 if ((gPlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBootManagerBeforeConsole()
200 EfiBootManagerUpdateConsoleVariable (ErrOut, gPlatformConsole[Index].DevicePath, NULL); in PlatformBootManagerBeforeConsole()
DPlatformBootManager.h46 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
DPlatformData.c137 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
/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/PlatformBdsLib/
DPlatformData.c35 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
DBdsPlatform.h69 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
DBdsPlatform.c1322 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBdsLib/
DPlatformData.c47 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { variable
DBdsPlatform.h34 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
DBdsPlatform.c817 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
/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.c133 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole [] = {
DBdsPlatform.h80 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole [];
DBdsPlatform.c1892 PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
1924 PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
1963 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()
2006 Status = PlatformBdsConnectConsole (gPlatformConsole); in PlatformBdsPolicyBehavior()