/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SecurityStubDxe/ |
D | Defer3rdPartyImageLoad.c | 20 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()
|
D | Defer3rdPartyImageLoad.h | 64 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath,
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
D | LoadDeferredImage.c | 40 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in LoadDeferredImage() local 82 &ImageDevicePath, in LoadDeferredImage() 97 ImageDevicePath, in LoadDeferredImage()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/ |
D | DxeDeferImageLoadLib.h | 53 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; member 99 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath,
|
D | DxeDeferImageLoadLib.c | 661 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()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/ |
D | DriverEntryPoint.c | 169 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/ |
D | DeferredImageLoad.h | 65 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath,
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
D | Drivers.c | 42 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/ |
D | EdkIIGlueSmmDriverEntryPoint.c | 320 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/ |
D | BmMisc.c | 439 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in EfiBootManagerDispatchDeferredImages() local 480 &ImageDevicePath, in EfiBootManagerDispatchDeferredImages() 495 ImageDevicePath, in EfiBootManagerDispatchDeferredImages()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/ |
D | BdsEntry.c | 110 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/ |
D | BootManagerMenu.c | 260 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/ |
D | FwBlockService.c | 1587 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in GetFullDriverPath() local 1600 (VOID *) &ImageDevicePath in GetFullDriverPath() 1605 ImageDevicePath, in GetFullDriverPath()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/ |
D | UefiShellBcfgCommandLib.c | 239 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/ |
D | BdsPlatform.c | 2336 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath; in PlatformBdsUserIdentify() local 2379 &ImageDevicePath, in PlatformBdsUserIdentify()
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | Shell.c | 823 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/ |
D | UefiHandleParsingLib.uni | 35 #string STR_IMAGE_PATH #language en-US "ImageDevicePath"
|