Searched refs:ImageFmpInfoSize (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/
H A DEdkiiSystemCapsuleLib.c466 @param[out] ImageFmpInfoSize The size of the ImageFmpInfo in bytes.
477 OUT UINTN *ImageFmpInfoSize
485 *ImageFmpInfoSize = 0;
487 Result = GetFfsByName(SystemFirmwareImage, SystemFirmwareImageSize, &gEdkiiSystemFirmwareImageDescriptorFileGuid, EFI_FV_FILETYPE_ALL, (VOID **)ImageFmpInfo, ImageFmpInfoSize);
497 *ImageFmpInfoSize = *ImageFmpInfoSize - FileHeaderSize;
499 Result = GetSectionByType(*ImageFmpInfo, (UINT32)*ImageFmpInfoSize, EFI_SECTION_RAW, 0, (VOID **)ImageFmpInfo, ImageFmpInfoSize);
509 *ImageFmpInfoSize = *ImageFmpInfoSize
591 UINTN ImageFmpInfoSize; local
[all...]
/device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Library/
H A DEdkiiSystemCapsuleLib.h27 @param[out] ImageFmpInfoSize The size of the ImageFmpInfo in bytes.
38 OUT UINTN *ImageFmpInfoSize

Completed in 53 milliseconds