HomeSort by relevance Sort by last modified time
    Searched refs:gPlatformConsole (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformData.c 20 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {
PlatformBootManager.h 42 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
PlatformData.c 30 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {
BdsPlatform.h 161 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
BdsPlatform.c 397 PlatformInitializeConsole (gPlatformConsole);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/
PlatformData.c 54 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {
BdsPlatform.c 366 PlatformBdsConnectConsole (gPlatformConsole);
377 PlatformBdsConnectConsole (gPlatformConsole);
394 Status = PlatformBdsConnectConsole (gPlatformConsole);
BdsPlatform.h 37 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
PlatformData.c 122 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {
BdsPlatform.h 56 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
BdsPlatform.c     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 107 for (Index = 0; gPlatformConsole[Index].DevicePath != NULL; Index++) {
108 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) {
109 EfiBootManagerUpdateConsoleVariable (ConIn, gPlatformConsole[Index].DevicePath, NULL);
112 if ((gPlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) {
113 EfiBootManagerUpdateConsoleVariable (ConOut, gPlatformConsole[Index].DevicePath, NULL);
116 if ((gPlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) {
117 EfiBootManagerUpdateConsoleVariable (ErrOut, gPlatformConsole[Index].DevicePath, NULL);
PlatformData.c 137 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {
PlatformBootManager.h 47 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 217 for (Index = 0; gPlatformConsole[Index].DevicePath != NULL; Index++) {
218 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) {
219 EfiBootManagerUpdateConsoleVariable (ConIn, gPlatformConsole[Index].DevicePath, NULL);
222 if ((gPlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) {
223 EfiBootManagerUpdateConsoleVariable (ConOut, gPlatformConsole[Index].DevicePath, NULL);
226 if ((gPlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) {
227 EfiBootManagerUpdateConsoleVariable (ErrOut, gPlatformConsole[Index].DevicePath, NULL);
PlatformBootManager.h 49 extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
PlatformData.c 225 PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
PlatformData.c 177 BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole [] = {
BdsPlatform.h 81 extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole [];
BdsPlatform.c     [all...]

Completed in 512 milliseconds