Home | History | Annotate | Download | only in CapsuleApp

Lines Matching refs:DescriptorSize

522   @param[in] DescriptorSize      The size of an individual EFI_FIRMWARE_IMAGE_DESCRIPTOR, in bytes.

532 IN UINTN DescriptorSize,
542 Print(L" DescriptorSize - 0x%x\n", DescriptorSize);
578 // Use DescriptorSize to move ImageInfo Pointer to stay compatible with different ImageInfo version
580 CurrentImageInfo = (EFI_FIRMWARE_IMAGE_DESCRIPTOR *)((UINT8 *)CurrentImageInfo + DescriptorSize);
632 UINTN DescriptorSize;
693 &DescriptorSize, // DescriptorSize
713 DescriptorSize, // DescriptorSize
763 @param[in] DescriptorSize The size of an individual EFI_FIRMWARE_IMAGE_DESCRIPTOR, in bytes.
773 IN UINTN DescriptorSize,
785 CurrentImageInfo = (EFI_FIRMWARE_IMAGE_DESCRIPTOR *)((UINT8 *)CurrentImageInfo + DescriptorSize);
812 UINTN DescriptorSize;
869 &DescriptorSize, // DescriptorSize
886 if (IsThisFmpImageInfo (FmpImageInfoBuf, FmpImageInfoCount, DescriptorSize, ImageTypeId)) {