Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SecurityStubDxe/
DDefer3rdPartyImageLoad.c20 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; member
99 IN CONST EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath, in LookupImage() argument
106 DevicePathSize = GetDevicePathSize (ImageDevicePath); in LookupImage()
109 …if (CompareMem (ImageDevicePath, mDeferred3rdPartyImage.ImageInfo[Index].ImageDevicePath, DevicePa… in LookupImage()
127 IN CONST EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath, in QueueImage() argument
150 ImageInfo->ImageDevicePath = DuplicateDevicePath (ImageDevicePath); in QueueImage()
151 if (ImageInfo->ImageDevicePath == NULL) { in QueueImage()
192 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath, in GetDefferedImageInfo() argument
205 if ((ImageDevicePath == NULL) || (BootOption == NULL)) { in GetDefferedImageInfo()
235 *ImageDevicePath = mDeferred3rdPartyImage.ImageInfo[ImageIndex].ImageDevicePath; in GetDefferedImageInfo()
DDefer3rdPartyImageLoad.h64 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath,
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
DLoadDeferredImage.c40 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in LoadDeferredImage() local
82 &ImageDevicePath, in LoadDeferredImage()
97 ImageDevicePath, in LoadDeferredImage()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DDxeDeferImageLoadLib.c661 IN CONST EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath, in PutDefferedImageInfo() argument
693 PathSize = GetDevicePathSize (ImageDevicePath); in PutDefferedImageInfo()
694 CurImageInfo->ImageDevicePath = AllocateZeroPool (PathSize); in PutDefferedImageInfo()
695 ASSERT (CurImageInfo->ImageDevicePath != NULL); in PutDefferedImageInfo()
696 CopyMem (CurImageInfo->ImageDevicePath, ImageDevicePath, PathSize); in PutDefferedImageInfo()
700 CurImageInfo->BootOption = IsBootOption (ImageDevicePath); in PutDefferedImageInfo()
736 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath, in GetDefferedImageInfo() argument
752 if ((ImageDevicePath == NULL) || (BootOption == NULL)) { in GetDefferedImageInfo()
765 *ImageDevicePath = ReqImageInfo->ImageDevicePath; in GetDefferedImageInfo()
DDxeDeferImageLoadLib.h53 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; member
99 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath,
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DDriverEntryPoint.c169 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in _ModuleEntryPoint() local
211 (VOID*)&ImageDevicePath in _ModuleEntryPoint()
218 CompleteFilePath = SmmAppendDevicePath (ImageDevicePath, LoadedImage->FilePath); in _ModuleEntryPoint()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDeferredImageLoad.h65 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDrivers.c42 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in GetDevicePathTextForHandle() local
60 (VOID**)&ImageDevicePath, in GetDevicePathTextForHandle()
66 FinalPath = AppendDevicePath (ImageDevicePath, LoadedImage->FilePath); in GetDevicePathTextForHandle()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/
DEdkIIGlueSmmDriverEntryPoint.c320 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in _ModuleEntryPoint() local
370 (VOID*)&ImageDevicePath in _ModuleEntryPoint()
377 CompleteFilePath = SmmAppendDevicePath (ImageDevicePath, LoadedImage->FilePath); in _ModuleEntryPoint()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmMisc.c439 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in EfiBootManagerDispatchDeferredImages() local
480 &ImageDevicePath, in EfiBootManagerDispatchDeferredImages()
495 ImageDevicePath, in EfiBootManagerDispatchDeferredImages()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DBdsEntry.c110 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in CheckDeferredLoadImageOnReadyToBoot() local
145 &ImageDevicePath, in CheckDeferredLoadImageOnReadyToBoot()
153 DevicePathStr = ConvertDevicePathToText (ImageDevicePath, FALSE, FALSE); in CheckDeferredLoadImageOnReadyToBoot()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenu.c260 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in IgnoreBootOption() local
265 …>HandleProtocol (gImageHandle, &gEfiLoadedImageDevicePathProtocolGuid, (VOID **) &ImageDevicePath); in IgnoreBootOption()
267 …if (CompareMem (BootOption->FilePath, ImageDevicePath, GetDevicePathSize (ImageDevicePath)) == 0) { in IgnoreBootOption()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFwBlockService.c1587 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in GetFullDriverPath() local
1600 (VOID *) &ImageDevicePath in GetFullDriverPath()
1605 ImageDevicePath, in GetFullDriverPath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c239 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in GetDevicePathForDriverHandle() local
253 (VOID**)&ImageDevicePath, in GetDevicePathForDriverHandle()
261 *FilePath = AppendDevicePath(ImageDevicePath,LoadedImage->FilePath); in GetDevicePathForDriverHandle()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.c2336 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in PlatformBdsUserIdentify() local
2379 &ImageDevicePath, in PlatformBdsUserIdentify()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c823 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in GetDevicePathsForImageAndFile() local
840 (VOID**)&ImageDevicePath, in GetDevicePathsForImageAndFile()
846 *DevPath = DuplicateDevicePath (ImageDevicePath); in GetDevicePathsForImageAndFile()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.uni35 #string STR_IMAGE_PATH #language en-US "ImageDevicePath"