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

  /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 43 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
61 (VOID**)&ImageDevicePath,
67 FinalPath = AppendDevicePath (ImageDevicePath, LoadedImage->FilePath);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c     [all...]
  /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/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 243 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
257 (VOID**)&ImageDevicePath,
263 // *DevPath = DuplicateDevicePath (ImageDevicePath);
265 *FilePath = AppendDevicePath(ImageDevicePath,LoadedImage->FilePath);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 789 EFI_DEVICE_PATH_PROTOCOL *ImageDevicePath;
806 (VOID**)&ImageDevicePath,
812 *DevPath = DuplicateDevicePath (ImageDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c     [all...]

Completed in 2165 milliseconds