HomeSort by relevance Sort by last modified time
    Searched refs:ImageDevicePath (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SecurityStubDxe/
Defer3rdPartyImageLoad.c 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);
    [all...]
Defer3rdPartyImageLoad.h 44 @param[out] ImageDevicePath On return, points to a pointer to the device path of the image.
55 @retval EFI_INVALID_PARAMETER ImageDevicePath is NULL or Image is NULL or ImageSize is NULL or
64 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath,
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
LoadDeferredImage.c 40 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
82 &ImageDevicePath,
97 ImageDevicePath,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DeferredImageLoad.h 46 @param[out] ImageDevicePath On return, points to a pointer to the device path of the image.
57 @retval EFI_INVALID_PARAMETER ImageDevicePath is NULL or Image is NULL or ImageSize is NULL or
65 OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.h 53 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
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,
DxeDeferImageLoadLib.c 653 @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 is NULL or Image is NULL or ImageSize is NULL or
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DriverEntryPoint.c 169 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
211 (VOID*)&ImageDevicePath
218 CompleteFilePath = SmmAppendDevicePath (ImageDevicePath, LoadedImage->FilePath);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Drivers.c 42 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
60 (VOID**)&ImageDevicePath,
66 FinalPath = AppendDevicePath (ImageDevicePath, LoadedImage->FilePath);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmMisc.c 439 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
480 &ImageDevicePath,
495 ImageDevicePath,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/
EdkIIGlueSmmDriverEntryPoint.c 320 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
370 (VOID*)&ImageDevicePath
377 CompleteFilePath = SmmAppendDevicePath (ImageDevicePath, LoadedImage->FilePath);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
BdsEntry.c 110 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
145 &ImageDevicePath,
153 DevicePathStr = ConvertDevicePathToText (ImageDevicePath, FALSE, FALSE);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 260 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
265 Status = gBS->HandleProtocol (gImageHandle, &gEfiLoadedImageDevicePathProtocolGuid, (VOID **) &ImageDevicePath);
267 if (CompareMem (BootOption->FilePath, ImageDevicePath, GetDevicePathSize (ImageDevicePath)) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
UefiShellBcfgCommandLib.c 239 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
253 (VOID**)&ImageDevicePath,
259 // *DevPath = DuplicateDevicePath (ImageDevicePath);
261 *FilePath = AppendDevicePath(ImageDevicePath,LoadedImage->FilePath);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 823 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
840 (VOID**)&ImageDevicePath,
846 *DevPath = DuplicateDevicePath (ImageDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c     [all...]

Completed in 564 milliseconds