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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.h54 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; member in struct:__anon12679
80 @param[out] ImageDevicePath On return, points to a pointer to the device path of the image.
91 @retval EFI_INVALID_PARAMETER ImageDevicePath is NULL or Image is NULL or ImageSize is NULL or
100 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath,
H A DDxeDeferImageLoadLib.c585 @param[in] ImageDevicePath A pointer to the device path of a image.
593 IN CONST EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath,
625 PathSize = GetDevicePathSize (ImageDevicePath);
626 CurImageInfo->ImageDevicePath = AllocateZeroPool (PathSize);
627 ASSERT (CurImageInfo->ImageDevicePath != NULL);
628 CopyMem (CurImageInfo->ImageDevicePath, ImageDevicePath, PathSize);
632 CurImageInfo->BootOption = IsBootOption (ImageDevicePath);
648 @param[out] ImageDevicePath On return, points to a pointer to the device path of the image.
659 @retval EFI_INVALID_PARAMETER ImageDevicePath i
592 PutDefferedImageInfo( IN CONST EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath, IN VOID *Image, IN UINTN ImageSize ) argument
665 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...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
H A DDriverEntryPoint.c169 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
211 (VOID*)&ImageDevicePath
218 CompleteFilePath = SmmAppendDevicePath (ImageDevicePath, LoadedImage->FilePath);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DLoadDeferredImage.c40 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
82 &ImageDevicePath,
97 ImageDevicePath,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrivers.c40 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
58 (VOID**)&ImageDevicePath,
64 FinalPath = AppendDevicePath (ImageDevicePath, LoadedImage->FilePath);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c70 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
84 (VOID**)&ImageDevicePath,
90 // *DevPath = DuplicateDevicePath (ImageDevicePath);
92 *FilePath = AppendDevicePath(ImageDevicePath,LoadedImage->FilePath);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c70 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
84 (VOID**)&ImageDevicePath,
90 // *DevPath = DuplicateDevicePath (ImageDevicePath);
92 *FilePath = AppendDevicePath(ImageDevicePath,LoadedImage->FilePath);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c589 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; local
606 (VOID**)&ImageDevicePath,
612 *DevPath = DuplicateDevicePath (ImageDevicePath);

Completed in 129 milliseconds