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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c2105 EFI_DEVICE_PATH_PROTOCOL *UpdatedDevicePath; local
2122 UpdatedDevicePath = DevicePath;
2135 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &UpdatedDevicePath, &Handle);
2141 Status = gBS->LocateDevicePath (&gEfiSimpleFileSystemProtocolGuid, &UpdatedDevicePath, &Handle);
2147 UpdatedDevicePath = DevicePath;
2148 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &UpdatedDevicePath, &Handle);
2195 UpdatedDevicePath = DupDevicePath;
2196 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &UpdatedDevicePath, &Handle);
2202 if ((DevicePathType (UpdatedDevicePath) == MESSAGING_DEVICE_PATH) &&
2203 (DevicePathSubType (UpdatedDevicePath)
2360 EFI_DEVICE_PATH_PROTOCOL *UpdatedDevicePath; local
[all...]

Completed in 181 milliseconds