Searched refs:ConDevicePath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DVariable.c398 EFI_DEVICE_PATH_PROTOCOL *ConDevicePath; local
407 ConDevicePath = EfiLibGetVariable (ConsoleName, &gEfiGlobalVariableGuid);
408 if (ConDevicePath != NULL) {
410 FreePool (ConDevicePath);
411 ConDevicePath = NULL;
422 ConDevicePath = AppendDevicePathInstance (
423 ConDevicePath,
453 ConDevicePath = AppendDevicePathInstance (
454 ConDevicePath,
460 if (ConDevicePath !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c443 EFI_DEVICE_PATH_PROTOCOL *ConDevicePath; local
450 ConDevicePath = NULL;
467 (VOID **) &ConDevicePath
469 BdsLibUpdateConsoleVariable (L"ConIn", ConDevicePath, NULL);
488 (VOID **) &ConDevicePath
490 BdsLibUpdateConsoleVariable (L"ConOut", ConDevicePath, NULL);
491 BdsLibUpdateConsoleVariable (L"ErrOut", ConDevicePath, NULL);

Completed in 738 milliseconds