Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
DSystemFirmwareReportDxe.c56 UINTN DispatchFvImageSize; in DispatchSystemFmpImages() local
78 …tDriverFvImage(AuthenticatedImage, AuthenticatedImageSize, &DispatchFvImage, &DispatchFvImageSize); in DispatchSystemFmpImages()
84 if (((EFI_FIRMWARE_VOLUME_HEADER *)DispatchFvImage)->FvLength == DispatchFvImageSize) { in DispatchSystemFmpImages()
85 FvImage = AllocatePages(EFI_SIZE_TO_PAGES(DispatchFvImageSize)); in DispatchSystemFmpImages()
87 CopyMem(FvImage, DispatchFvImage, DispatchFvImageSize); in DispatchSystemFmpImages()