Searched refs:DispatchFvImageSize (Results 1 – 1 of 1) sorted by relevance
56 UINTN DispatchFvImageSize; in DispatchSystemFmpImages() local78 …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()