Lines Matching refs:CurrentImageInfo

674   EFI_FIRMWARE_IMAGE_DESCRIPTOR                 *CurrentImageInfo;  in DumpFmpImageInfo()  local
682 CurrentImageInfo = ImageInfo; in DumpFmpImageInfo()
685 … DEBUG((DEBUG_VERBOSE, " ImageIndex - 0x%x\n", CurrentImageInfo->ImageIndex)); in DumpFmpImageInfo()
686 … DEBUG((DEBUG_VERBOSE, " ImageTypeId - %g\n", &CurrentImageInfo->ImageTypeId)); in DumpFmpImageInfo()
687 DEBUG((DEBUG_VERBOSE, " ImageId - 0x%lx\n", CurrentImageInfo->ImageId)); in DumpFmpImageInfo()
688 DEBUG((DEBUG_VERBOSE, " ImageIdName - %s\n", CurrentImageInfo->ImageIdName)); in DumpFmpImageInfo()
689 DEBUG((DEBUG_VERBOSE, " Version - 0x%x\n", CurrentImageInfo->Version)); in DumpFmpImageInfo()
690 DEBUG((DEBUG_VERBOSE, " VersionName - %s\n", CurrentImageInfo->VersionName)); in DumpFmpImageInfo()
691 DEBUG((DEBUG_VERBOSE, " Size - 0x%x\n", CurrentImageInfo->Size)); in DumpFmpImageInfo()
692 …DEBUG((DEBUG_VERBOSE, " AttributesSupported - 0x%lx\n", CurrentImageInfo->AttributesSup… in DumpFmpImageInfo()
693 …DEBUG((DEBUG_VERBOSE, " AttributesSetting - 0x%lx\n", CurrentImageInfo->AttributesSet… in DumpFmpImageInfo()
694 …DEBUG((DEBUG_VERBOSE, " Compatibilities - 0x%lx\n", CurrentImageInfo->Compatibiliti… in DumpFmpImageInfo()
696 …DEBUG((DEBUG_VERBOSE, " LowestSupportedImageVersion - 0x%x\n", CurrentImageInfo->LowestSupporte… in DumpFmpImageInfo()
698 …DEBUG((DEBUG_VERBOSE, " LastAttemptVersion - 0x%x\n", CurrentImageInfo->LastAttemptVer… in DumpFmpImageInfo()
699 …DEBUG((DEBUG_VERBOSE, " LastAttemptStatus - 0x%x\n", CurrentImageInfo->LastAttemptSta… in DumpFmpImageInfo()
700 …DEBUG((DEBUG_VERBOSE, " HardwareInstance - 0x%lx\n", CurrentImageInfo->HardwareInsta… in DumpFmpImageInfo()
706CurrentImageInfo = (EFI_FIRMWARE_IMAGE_DESCRIPTOR *)((UINT8 *)CurrentImageInfo + DescriptorSize); in DumpFmpImageInfo()