Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
DSystemFirmwareReportDxe.c55 VOID *DispatchFvImage; in DispatchSystemFmpImages() local
78 …Result = ExtractDriverFvImage(AuthenticatedImage, AuthenticatedImageSize, &DispatchFvImage, &Dispa… in DispatchSystemFmpImages()
84 if (((EFI_FIRMWARE_VOLUME_HEADER *)DispatchFvImage)->FvLength == DispatchFvImageSize) { in DispatchSystemFmpImages()
87 CopyMem(FvImage, DispatchFvImage, DispatchFvImageSize); in DispatchSystemFmpImages()