Lines Matching defs:ImageDevicePath
20 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
92 @param[in] ImageDevicePath A pointer to the device path of a image.
99 IN CONST EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath,
106 DevicePathSize = GetDevicePathSize (ImageDevicePath);
109 if (CompareMem (ImageDevicePath, mDeferred3rdPartyImage.ImageInfo[Index].ImageDevicePath, DevicePathSize) == 0) {
121 @param[in] ImageDevicePath A pointer to the device path of a image.
127 IN CONST EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath,
150 ImageInfo->ImageDevicePath = DuplicateDevicePath (ImageDevicePath);
151 if (ImageInfo->ImageDevicePath == NULL) {
172 @param[out] ImageDevicePath On return, points to a pointer to the device path of the image.
183 @retval EFI_INVALID_PARAMETER ImageDevicePath is NULL or Image is NULL or ImageSize is NULL or
192 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath,
205 if ((ImageDevicePath == NULL) || (BootOption == NULL)) {
235 *ImageDevicePath = mDeferred3rdPartyImage.ImageInfo[ImageIndex].ImageDevicePath;