Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideLib.c1249 EFI_DEVICE_PATH_PROTOCOL *TempDriverImagePath; in GetDriverFromMapping() local
1335 TempDriverImagePath = DriverImageInfo->DriverImagePath; in GetDriverFromMapping()
1342 Status = UpdateFvFileDevicePath (&TempDriverImagePath, NULL, CallerImageHandle); in GetDriverFromMapping()
1345 DriverImageInfo->DriverImagePath = TempDriverImagePath; in GetDriverFromMapping()
1421 TempDriverImagePath = DriverImageInfo->DriverImagePath; in GetDriverFromMapping()
1422 gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &TempDriverImagePath, &Handle); in GetDriverFromMapping()
1455 TempDriverImagePath = DriverImageInfo->DriverImagePath; in GetDriverFromMapping()
1456 gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &TempDriverImagePath, &Handle); in GetDriverFromMapping()
1457 if (((DevicePathType (TempDriverImagePath) == MEDIA_DEVICE_PATH) && in GetDriverFromMapping()
1458 (DevicePathSubType (TempDriverImagePath) == MEDIA_FILEPATH_DP)) || in GetDriverFromMapping()
[all …]