HomeSort by relevance Sort by last modified time
    Searched refs:ImageInfoSize (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareCommonDxe.c 36 @param[in, out] ImageInfoSize A pointer to the size, in bytes, of the ImageInfo buffer.
62 needed to hold the image(s) information is returned in ImageInfoSize.
63 @retval EFI_INVALID_PARAMETER ImageInfoSize is NULL.
71 IN OUT UINTN *ImageInfoSize,
85 if(ImageInfoSize == NULL) {
89 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount) {
90 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount;
103 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount;
SystemFirmwareDxe.h 142 @param[in, out] ImageInfoSize A pointer to the size, in bytes, of the ImageInfo buffer.
168 needed to hold the image(s) information is returned in ImageInfoSize.
169 @retval EFI_INVALID_PARAMETER ImageInfoSize is NULL.
177 IN OUT UINTN *ImageInfoSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DxeCapsuleLib.c 655 @param[in] ImageInfoSize The size of ImageInfo, in bytes.
665 IN UINTN ImageInfoSize,
765 UINTN ImageInfoSize;
794 ImageInfoSize = 0;
797 &ImageInfoSize,
809 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize);
817 &ImageInfoSize, // ImageInfoSize
832 ImageInfoSize, // ImageInfoSize
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c 154 UINTN ImageInfoSize;
272 ImageInfoSize = 0;
275 &ImageInfoSize,
288 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize);
297 &ImageInfoSize, // ImageInfoSize
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiImageDecoder.h 53 // ImageInfoSize The size of entire image information structure in bytes
61 UINT16 ImageInfoSize;
FirmwareManagement.h 269 @param[in, out] ImageInfoSize A pointer to the size, in bytes, of the ImageInfo buffer.
295 needed to hold the image(s) information is returned in ImageInfoSize.
296 @retval EFI_INVALID_PARAMETER ImageInfoSize is NULL.
304 IN OUT UINTN *ImageInfoSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleDump.c 518 @param[in] ImageInfoSize The size of ImageInfo, in bytes.
528 IN UINTN ImageInfoSize,
629 UINTN ImageInfoSize;
664 ImageInfoSize = 0;
667 &ImageInfoSize,
680 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize);
689 &ImageInfoSize, // ImageInfoSize
709 ImageInfoSize, // ImageInfoSize
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
EsrtDxe.c 245 UINTN ImageInfoSize;
334 ImageInfoSize = 0;
337 &ImageInfoSize,
347 FmpImageInfoBuf[Index1] = AllocateZeroPool(ImageInfoSize);
359 &ImageInfoSize,
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeFmp.c 50 @param[in, out] ImageInfoSize A pointer to the size, in bytes, of the ImageInfo buffer.
76 needed to hold the image(s) information is returned in ImageInfoSize.
77 @retval EFI_INVALID_PARAMETER ImageInfoSize is NULL.
85 IN OUT UINTN *ImageInfoSize,
99 if(ImageInfoSize == NULL) {
103 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * MicrocodeFmpPrivate->DescriptorCount) {
104 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * MicrocodeFmpPrivate->DescriptorCount;
117 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * MicrocodeFmpPrivate->DescriptorCount;
    [all...]
MicrocodeUpdate.h 244 @param[in, out] ImageInfoSize A pointer to the size, in bytes, of the ImageInfo buffer.
270 needed to hold the image(s) information is returned in ImageInfoSize.
271 @retval EFI_INVALID_PARAMETER ImageInfoSize is NULL.
279 IN OUT UINTN *ImageInfoSize,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c     [all...]

Completed in 244 milliseconds