HomeSort by relevance Sort by last modified time
    Searched refs:DriverImagePath (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PlatformDriverOverride/
PlatformDriverOverride.h 51 IN OUT EFI_DEVICE_PATH_PROTOCOL **DriverImagePath
59 IN EFI_DEVICE_PATH_PROTOCOL * DriverImagePath,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PlatformDriverOverride.h 65 @param DriverImagePath On input, a pointer to the previous driver device path returned by
75 @retval EFI_INVALID_PARAMETER DriverImagePath is not a device path that was returned on a
84 IN OUT EFI_DEVICE_PATH_PROTOCOL **DriverImagePath
95 @param DriverImagePath A pointer to the driver device path that was returned in a prior
98 when the driver specified by DriverImagePath was loaded
101 @retval EFI_SUCCESS The association between DriverImagePath and
105 @retval EFI_NOT_FOUND DriverImagePath is not a device path that was returned on a prior
109 @retval EFI_INVALID_PARAMETER DriverImagePath is not a valid device path.
118 IN EFI_DEVICE_PATH_PROTOCOL *DriverImagePath,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideLib.c 35 EFI_DEVICE_PATH_PROTOCOL *DriverImagePath;
587 // Free DRIVER_IMAGE_INFO.DriverImagePath[]
590 if (DriverImageInfo->DriverImagePath != NULL) {
591 FreePool(DriverImageInfo->DriverImagePath);
772 DriverImageInfo->DriverImagePath = DuplicateDevicePath (DriverDevicePath);
784 if ((DriverImageInfo->DriverImagePath == NULL) || (VariableIndex < (UINT8 *) DriverDevicePath) ||
858 DevicePathSize = GetDevicePathSize (DriverImageInfo->DriverImagePath);
    [all...]
PlatDriOverrideDxe.c     [all...]

Completed in 79 milliseconds