Searched refs:PlatformConsole (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/ |
D | BdsPlatform.c | 84 IN BDS_CONSOLE_CONNECT_ENTRY *PlatformConsole in PlatformBdsConnectConsole() argument 119 while (PlatformConsole[Index].DevicePath != NULL) { in PlatformBdsConnectConsole() 123 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole() 124 BdsLibUpdateConsoleVariable (L"ConIn", PlatformConsole[Index].DevicePath, NULL); in PlatformBdsConnectConsole() 127 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBdsConnectConsole() 128 BdsLibUpdateConsoleVariable (L"ConOut", PlatformConsole[Index].DevicePath, NULL); in PlatformBdsConnectConsole() 131 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBdsConnectConsole() 132 BdsLibUpdateConsoleVariable (L"ErrOut", PlatformConsole[Index].DevicePath, NULL); in PlatformBdsConnectConsole()
|
D | BdsPlatform.h | 85 IN BDS_CONSOLE_CONNECT_ENTRY *PlatformConsole
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/ |
D | BdsPlatform.c | 80 IN BDS_CONSOLE_CONNECT_ENTRY *PlatformConsole 798 IN BDS_CONSOLE_CONNECT_ENTRY *PlatformConsole in PlatformBdsConnectConsole() argument 828 while (PlatformConsole[Index].DevicePath != NULL) { in PlatformBdsConnectConsole() 833 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole() 834 BdsLibUpdateConsoleVariable (L"ConIn", PlatformConsole[Index].DevicePath, NULL); in PlatformBdsConnectConsole() 837 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBdsConnectConsole() 838 BdsLibUpdateConsoleVariable (L"ConOut", PlatformConsole[Index].DevicePath, NULL); in PlatformBdsConnectConsole() 841 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBdsConnectConsole() 842 BdsLibUpdateConsoleVariable (L"ErrOut", PlatformConsole[Index].DevicePath, NULL); in PlatformBdsConnectConsole() 2887 IN BDS_CONSOLE_CONNECT_ENTRY *PlatformConsole in PlatformBdsConnectSimpleConsole() argument [all …]
|
D | BdsPlatform.h | 370 IN BDS_CONSOLE_CONNECT_ENTRY *PlatformConsole
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManagerLib.inf | 32 PlatformConsole.c 33 PlatformConsole.h
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/ |
D | BdsPlatform.c | 910 IN PLATFORM_CONSOLE_CONNECT_ENTRY *PlatformConsole in PlatformInitializeConsole() argument 945 for (Index = 0; PlatformConsole[Index].DevicePath != NULL; ++Index) { in PlatformInitializeConsole() 949 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformInitializeConsole() 950 EfiBootManagerUpdateConsoleVariable (ConIn, PlatformConsole[Index].DevicePath, NULL); in PlatformInitializeConsole() 952 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformInitializeConsole() 953 EfiBootManagerUpdateConsoleVariable (ConOut, PlatformConsole[Index].DevicePath, NULL); in PlatformInitializeConsole() 955 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformInitializeConsole() 956 EfiBootManagerUpdateConsoleVariable (ErrOut, PlatformConsole[Index].DevicePath, NULL); in PlatformInitializeConsole()
|
D | BdsPlatform.h | 169 IN PLATFORM_CONSOLE_CONNECT_ENTRY *PlatformConsole
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/ |
D | BdsPlatform.c | 899 IN BDS_CONSOLE_CONNECT_ENTRY *PlatformConsole in PlatformBdsConnectConsole() argument 956 for (Index = 0; PlatformConsole[Index].DevicePath != NULL; ++Index) { in PlatformBdsConnectConsole() 960 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole() 961 BdsLibUpdateConsoleVariable (VarConsoleInp, PlatformConsole[Index].DevicePath, NULL); in PlatformBdsConnectConsole() 963 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBdsConnectConsole() 964 BdsLibUpdateConsoleVariable (VarConsoleOut, PlatformConsole[Index].DevicePath, NULL); in PlatformBdsConnectConsole() 966 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBdsConnectConsole() 967 BdsLibUpdateConsoleVariable (VarErrorOut, PlatformConsole[Index].DevicePath, NULL); in PlatformBdsConnectConsole()
|
D | BdsPlatform.h | 252 IN BDS_CONSOLE_CONNECT_ENTRY *PlatformConsole
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/ |
D | BdsPlatform.c | 47 IN BDS_CONSOLE_CONNECT_ENTRY *PlatformConsole in PlatformBdsConnectConsole() argument
|