Searched refs:VolumeHeader (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c611 EFI_FIRMWARE_VOLUME_HEADER VolumeHeader; local
629 fread (&VolumeHeader, sizeof (EFI_FIRMWARE_VOLUME_HEADER) - sizeof (EFI_FV_BLOCK_MAP_ENTRY), 1, InputFile);
631 Signature[0] = VolumeHeader.Signature;
637 printf ("Signature: %s (%X)\n", (char *) Signature, (unsigned) VolumeHeader.Signature);
638 printf ("Attributes: %X\n", (unsigned) VolumeHeader.Attributes);
640 if (VolumeHeader.Attributes & EFI_FVB2_READ_DISABLED_CAP) {
644 if (VolumeHeader.Attributes & EFI_FVB2_READ_ENABLED_CAP) {
648 if (VolumeHeader.Attributes & EFI_FVB2_READ_STATUS) {
652 if (VolumeHeader.Attributes & EFI_FVB2_WRITE_DISABLED_CAP) {
656 if (VolumeHeader
[all...]

Completed in 77 milliseconds