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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c419 EFI_DEVICE_PATH_PROTOCOL *ErrDevicePath; local
543 ErrDevicePath = EfiLibGetVariable (L"ErrOut", &gEfiGlobalVariableGuid);
552 if (ErrDevicePath != NULL) {
553 UpdateComAttributeFromVariable (ErrDevicePath);
598 if (BdsLibMatchDevicePaths (ErrDevicePath, NewDevicePath)) {
H A DVariable.c326 EFI_DEVICE_PATH_PROTOCOL *ErrDevicePath; local
331 ErrDevicePath = EfiLibGetVariable (L"ErrOut", &gEfiGlobalVariableGuid);
356 if (ErrDevicePath != NULL) {
357 ChangeVariableDevicePath (ErrDevicePath);
362 GetDevicePathSize (ErrDevicePath),
363 ErrDevicePath

Completed in 1979 milliseconds