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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c417 EFI_DEVICE_PATH_PROTOCOL *OutDevicePath; local
541 OutDevicePath = EfiLibGetVariable (L"ConOut", &gEfiGlobalVariableGuid);
544 if (OutDevicePath != NULL) {
545 UpdateComAttributeFromVariable (OutDevicePath);
588 if (BdsLibMatchDevicePaths (OutDevicePath, NewDevicePath)) {
H A DVariable.c324 EFI_DEVICE_PATH_PROTOCOL *OutDevicePath; local
329 OutDevicePath = EfiLibGetVariable (L"ConOut", &gEfiGlobalVariableGuid);
332 if (OutDevicePath != NULL) {
333 ChangeVariableDevicePath (OutDevicePath);
338 GetDevicePathSize (OutDevicePath),
339 OutDevicePath

Completed in 68 milliseconds