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

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.h53 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; member in struct:__anon9042
79 @param[out] ImageDevicePath On return, points to a pointer to the device path of the image.
90 @retval EFI_INVALID_PARAMETER ImageDevicePath is NULL or Image is NULL or ImageSize is NULL or
99 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath,
H A DDxeDeferImageLoadLib.c653 @param[in] ImageDevicePath A pointer to the device path of a image.
661 IN CONST EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath,
693 PathSize = GetDevicePathSize (ImageDevicePath);
694 CurImageInfo->ImageDevicePath = AllocateZeroPool (PathSize);
695 ASSERT (CurImageInfo->ImageDevicePath != NULL);
696 CopyMem (CurImageInfo->ImageDevicePath, ImageDevicePath, PathSize);
700 CurImageInfo->BootOption = IsBootOption (ImageDevicePath);
716 @param[out] ImageDevicePath On return, points to a pointer to the device path of the image.
727 @retval EFI_INVALID_PARAMETER ImageDevicePath i
660 PutDefferedImageInfo( IN CONST EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath, IN VOID *Image, IN UINTN ImageSize ) argument
733 GetDefferedImageInfo( IN EFI_DEFERRED_IMAGE_LOAD_PROTOCOL *This, IN UINTN ImageIndex, OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath, OUT VOID **Image, OUT UINTN *ImageSize, OUT BOOLEAN *BootOption ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
H A DDriverEntryPoint.c169 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
211 (VOID*)&ImageDevicePath
218 CompleteFilePath = SmmAppendDevicePath (ImageDevicePath, LoadedImage->FilePath);
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DLoadDeferredImage.c40 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
82 &ImageDevicePath,
97 ImageDevicePath,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrivers.c43 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
61 (VOID**)&ImageDevicePath,
67 FinalPath = AppendDevicePath (ImageDevicePath, LoadedImage->FilePath);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/
H A DEdkIIGlueSmmDriverEntryPoint.c320 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
370 (VOID*)&ImageDevicePath
377 CompleteFilePath = SmmAppendDevicePath (ImageDevicePath, LoadedImage->FilePath);
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
H A DBootManagerMenu.c260 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
265 Status = gBS->HandleProtocol (gImageHandle, &gEfiLoadedImageDevicePathProtocolGuid, (VOID **) &ImageDevicePath);
267 if (CompareMem (BootOption->FilePath, ImageDevicePath, GetDevicePathSize (ImageDevicePath)) == 0) {
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c243 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
257 (VOID**)&ImageDevicePath,
263 // *DevPath = DuplicateDevicePath (ImageDevicePath);
265 *FilePath = AppendDevicePath(ImageDevicePath,LoadedImage->FilePath);
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShell.c789 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
806 (VOID**)&ImageDevicePath,
812 *DevPath = DuplicateDevicePath (ImageDevicePath);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
H A DBdsPlatform.c2342 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
2385 &ImageDevicePath,
2333 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local

Completed in 3493 milliseconds