Home
last modified time | relevance | path

Searched refs:ImageInfoSize (Results 1 – 25 of 132) sorted by relevance

123456

/dports/emulators/qemu/qemu-6.2.0/roms/edk2/FmpDevicePkg/Library/FmpDependencyCheckLib/
H A DFmpDependencyCheckLib.c46 UINTN ImageInfoSize; in CheckFmpDependency() local
117 ImageInfoSize = 0; in CheckFmpDependency()
120 &ImageInfoSize, in CheckFmpDependency()
132 FmpImageInfoBuf[Index] = AllocateZeroPool (ImageInfoSize); in CheckFmpDependency()
139 &ImageInfoSize, // ImageInfoSize in CheckFmpDependency()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/FmpDevicePkg/Library/FmpDependencyCheckLib/
H A DFmpDependencyCheckLib.c46 UINTN ImageInfoSize; in CheckFmpDependency() local
117 ImageInfoSize = 0; in CheckFmpDependency()
120 &ImageInfoSize, in CheckFmpDependency()
132 FmpImageInfoBuf[Index] = AllocateZeroPool (ImageInfoSize); in CheckFmpDependency()
139 &ImageInfoSize, // ImageInfoSize in CheckFmpDependency()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/FmpDevicePkg/Library/FmpDependencyCheckLib/
H A DFmpDependencyCheckLib.c46 UINTN ImageInfoSize; in CheckFmpDependency() local
117 ImageInfoSize = 0; in CheckFmpDependency()
120 &ImageInfoSize, in CheckFmpDependency()
132 FmpImageInfoBuf[Index] = AllocateZeroPool (ImageInfoSize); in CheckFmpDependency()
139 &ImageInfoSize, // ImageInfoSize in CheckFmpDependency()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/FmpDevicePkg/Library/FmpDependencyCheckLib/
H A DFmpDependencyCheckLib.c54 UINTN ImageInfoSize; in CheckFmpDependency() local
132 ImageInfoSize = 0; in CheckFmpDependency()
135 &ImageInfoSize, in CheckFmpDependency()
147 FmpImageInfoBuf[Index] = AllocateZeroPool (ImageInfoSize); in CheckFmpDependency()
154 &ImageInfoSize, // ImageInfoSize in CheckFmpDependency()
/dports/sysutils/edk2/edk2-edk2-stable202102/FmpDevicePkg/Library/FmpDependencyCheckLib/
H A DFmpDependencyCheckLib.c54 UINTN ImageInfoSize; in CheckFmpDependency() local
132 ImageInfoSize = 0; in CheckFmpDependency()
135 &ImageInfoSize, in CheckFmpDependency()
147 FmpImageInfoBuf[Index] = AllocateZeroPool (ImageInfoSize); in CheckFmpDependency()
154 &ImageInfoSize, // ImageInfoSize in CheckFmpDependency()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c65 IN OUT UINTN *ImageInfoSize, in FmpGetImageInfo() argument
79 if(ImageInfoSize == NULL) { in FmpGetImageInfo()
83 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount) { in FmpGetImageInfo()
84 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
97 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c65 IN OUT UINTN *ImageInfoSize, in FmpGetImageInfo() argument
79 if(ImageInfoSize == NULL) { in FmpGetImageInfo()
83 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount) { in FmpGetImageInfo()
84 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
97 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c65 IN OUT UINTN *ImageInfoSize, in FmpGetImageInfo() argument
79 if(ImageInfoSize == NULL) { in FmpGetImageInfo()
83 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount) { in FmpGetImageInfo()
84 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
97 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c65 IN OUT UINTN *ImageInfoSize, in FmpGetImageInfo() argument
79 if(ImageInfoSize == NULL) { in FmpGetImageInfo()
83 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount) { in FmpGetImageInfo()
84 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
97 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c65 IN OUT UINTN *ImageInfoSize, in FmpGetImageInfo() argument
79 if(ImageInfoSize == NULL) { in FmpGetImageInfo()
83 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount) { in FmpGetImageInfo()
84 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
97 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c65 IN OUT UINTN *ImageInfoSize, in FmpGetImageInfo() argument
79 if(ImageInfoSize == NULL) { in FmpGetImageInfo()
83 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount) { in FmpGetImageInfo()
84 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
97 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c65 IN OUT UINTN *ImageInfoSize, in FmpGetImageInfo() argument
79 if(ImageInfoSize == NULL) { in FmpGetImageInfo()
83 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount) { in FmpGetImageInfo()
84 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
97 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c65 IN OUT UINTN *ImageInfoSize, in FmpGetImageInfo() argument
79 if(ImageInfoSize == NULL) { in FmpGetImageInfo()
83 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount) { in FmpGetImageInfo()
84 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
97 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
/dports/sysutils/edk2/edk2-edk2-stable202102/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c65 IN OUT UINTN *ImageInfoSize, in FmpGetImageInfo() argument
79 if(ImageInfoSize == NULL) { in FmpGetImageInfo()
83 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount) { in FmpGetImageInfo()
84 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
97 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c423 IN UINTN ImageInfoSize, in DumpFmpImageInfo() argument
552 ImageInfoSize = 0; in DumpAllFmpInfo()
555 &ImageInfoSize, in DumpAllFmpInfo()
567 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in DumpAllFmpInfo()
590 ImageInfoSize, // ImageInfoSize in DumpAllFmpInfo()
708 ImageInfoSize = 0; in GetFmpHandleBufferByType()
711 &ImageInfoSize, in GetFmpHandleBufferByType()
723 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in GetFmpHandleBufferByType()
825 ImageInfoSize = 0; in GetFmpImageInfoDescriptorVer()
828 &ImageInfoSize, in GetFmpImageInfoDescriptorVer()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c423 IN UINTN ImageInfoSize, in DumpFmpImageInfo() argument
552 ImageInfoSize = 0; in DumpAllFmpInfo()
555 &ImageInfoSize, in DumpAllFmpInfo()
567 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in DumpAllFmpInfo()
590 ImageInfoSize, // ImageInfoSize in DumpAllFmpInfo()
708 ImageInfoSize = 0; in GetFmpHandleBufferByType()
711 &ImageInfoSize, in GetFmpHandleBufferByType()
723 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in GetFmpHandleBufferByType()
825 ImageInfoSize = 0; in GetFmpImageInfoDescriptorVer()
828 &ImageInfoSize, in GetFmpImageInfoDescriptorVer()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c423 IN UINTN ImageInfoSize, in DumpFmpImageInfo() argument
552 ImageInfoSize = 0; in DumpAllFmpInfo()
555 &ImageInfoSize, in DumpAllFmpInfo()
567 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in DumpAllFmpInfo()
590 ImageInfoSize, // ImageInfoSize in DumpAllFmpInfo()
708 ImageInfoSize = 0; in GetFmpHandleBufferByType()
711 &ImageInfoSize, in GetFmpHandleBufferByType()
723 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in GetFmpHandleBufferByType()
825 ImageInfoSize = 0; in GetFmpImageInfoDescriptorVer()
828 &ImageInfoSize, in GetFmpImageInfoDescriptorVer()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c443 IN UINTN ImageInfoSize, in DumpFmpImageInfo() argument
575 ImageInfoSize = 0; in DumpAllFmpInfo()
578 &ImageInfoSize, in DumpAllFmpInfo()
590 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in DumpAllFmpInfo()
613 ImageInfoSize, // ImageInfoSize in DumpAllFmpInfo()
731 ImageInfoSize = 0; in GetFmpHandleBufferByType()
734 &ImageInfoSize, in GetFmpHandleBufferByType()
746 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in GetFmpHandleBufferByType()
848 ImageInfoSize = 0; in GetFmpImageInfoDescriptorVer()
851 &ImageInfoSize, in GetFmpImageInfoDescriptorVer()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c443 IN UINTN ImageInfoSize, in DumpFmpImageInfo() argument
575 ImageInfoSize = 0; in DumpAllFmpInfo()
578 &ImageInfoSize, in DumpAllFmpInfo()
590 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in DumpAllFmpInfo()
613 ImageInfoSize, // ImageInfoSize in DumpAllFmpInfo()
731 ImageInfoSize = 0; in GetFmpHandleBufferByType()
734 &ImageInfoSize, in GetFmpHandleBufferByType()
746 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in GetFmpHandleBufferByType()
848 ImageInfoSize = 0; in GetFmpImageInfoDescriptorVer()
851 &ImageInfoSize, in GetFmpImageInfoDescriptorVer()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c443 IN UINTN ImageInfoSize, in DumpFmpImageInfo() argument
575 ImageInfoSize = 0; in DumpAllFmpInfo()
578 &ImageInfoSize, in DumpAllFmpInfo()
590 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in DumpAllFmpInfo()
613 ImageInfoSize, // ImageInfoSize in DumpAllFmpInfo()
731 ImageInfoSize = 0; in GetFmpHandleBufferByType()
734 &ImageInfoSize, in GetFmpHandleBufferByType()
746 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in GetFmpHandleBufferByType()
848 ImageInfoSize = 0; in GetFmpImageInfoDescriptorVer()
851 &ImageInfoSize, in GetFmpImageInfoDescriptorVer()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c443 IN UINTN ImageInfoSize, in DumpFmpImageInfo() argument
575 ImageInfoSize = 0; in DumpAllFmpInfo()
578 &ImageInfoSize, in DumpAllFmpInfo()
590 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in DumpAllFmpInfo()
613 ImageInfoSize, // ImageInfoSize in DumpAllFmpInfo()
731 ImageInfoSize = 0; in GetFmpHandleBufferByType()
734 &ImageInfoSize, in GetFmpHandleBufferByType()
746 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in GetFmpHandleBufferByType()
848 ImageInfoSize = 0; in GetFmpImageInfoDescriptorVer()
851 &ImageInfoSize, in GetFmpImageInfoDescriptorVer()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c441 IN UINTN ImageInfoSize, in DumpFmpImageInfo() argument
570 ImageInfoSize = 0; in DumpAllFmpInfo()
573 &ImageInfoSize, in DumpAllFmpInfo()
585 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in DumpAllFmpInfo()
608 ImageInfoSize, // ImageInfoSize in DumpAllFmpInfo()
726 ImageInfoSize = 0; in GetFmpHandleBufferByType()
729 &ImageInfoSize, in GetFmpHandleBufferByType()
741 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in GetFmpHandleBufferByType()
843 ImageInfoSize = 0; in GetFmpImageInfoDescriptorVer()
846 &ImageInfoSize, in GetFmpImageInfoDescriptorVer()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c443 IN UINTN ImageInfoSize, in DumpFmpImageInfo() argument
575 ImageInfoSize = 0; in DumpAllFmpInfo()
578 &ImageInfoSize, in DumpAllFmpInfo()
590 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in DumpAllFmpInfo()
613 ImageInfoSize, // ImageInfoSize in DumpAllFmpInfo()
731 ImageInfoSize = 0; in GetFmpHandleBufferByType()
734 &ImageInfoSize, in GetFmpHandleBufferByType()
746 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in GetFmpHandleBufferByType()
848 ImageInfoSize = 0; in GetFmpImageInfoDescriptorVer()
851 &ImageInfoSize, in GetFmpImageInfoDescriptorVer()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/EsrtFmpDxe/
H A DEsrtFmp.c246 UINTN ImageInfoSize; in CreateFmpBasedEsrt() local
287 ImageInfoSize = 0; in CreateFmpBasedEsrt()
290 &ImageInfoSize, // Buffer Size (in this case 0) in CreateFmpBasedEsrt()
304 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in CreateFmpBasedEsrt()
314 &ImageInfoSize, // ImageInfoSize in CreateFmpBasedEsrt()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/EsrtFmpDxe/
H A DEsrtFmp.c246 UINTN ImageInfoSize; in CreateFmpBasedEsrt() local
287 ImageInfoSize = 0; in CreateFmpBasedEsrt()
290 &ImageInfoSize, // Buffer Size (in this case 0) in CreateFmpBasedEsrt()
304 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize); in CreateFmpBasedEsrt()
314 &ImageInfoSize, // ImageInfoSize in CreateFmpBasedEsrt()

123456