Searched defs:InpDevicePath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c418 EFI_DEVICE_PATH_PROTOCOL *InpDevicePath; local
542 InpDevicePath = EfiLibGetVariable (L"ConIn", &gEfiGlobalVariableGuid);
548 if (InpDevicePath != NULL) {
549 UpdateComAttributeFromVariable (InpDevicePath);
593 if (BdsLibMatchDevicePaths (InpDevicePath, NewDevicePath)) {
H A DVariable.c325 EFI_DEVICE_PATH_PROTOCOL *InpDevicePath; local
330 InpDevicePath = EfiLibGetVariable (L"ConIn", &gEfiGlobalVariableGuid);
344 if (InpDevicePath != NULL) {
345 ChangeVariableDevicePath (InpDevicePath);
350 GetDevicePathSize (InpDevicePath),
351 InpDevicePath

Completed in 53 milliseconds