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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c1208 EFI_DEVICE_PATH_PROTOCOL *TempDriverImagePath; local
1294 TempDriverImagePath = DriverImageInfo->DriverImagePath;
1301 Status = UpdateFvFileDevicePath (&TempDriverImagePath, NULL, CallerImageHandle);
1304 DriverImageInfo->DriverImagePath = TempDriverImagePath;
1380 TempDriverImagePath = DriverImageInfo->DriverImagePath;
1381 gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &TempDriverImagePath, &Handle);
1414 TempDriverImagePath = DriverImageInfo->DriverImagePath;
1415 gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &TempDriverImagePath, &Handle);
1416 if (((DevicePathType (TempDriverImagePath) == MEDIA_DEVICE_PATH) &&
1417 (DevicePathSubType (TempDriverImagePath)
[all...]

Completed in 44 milliseconds