Searched defs:FFS_ATTRIB_CHECKSUM (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DPiFirmwareFile.h69 #define FFS_ATTRIB_CHECKSUM 0x40 macro
72 // FFS_ATTRIB_CHECKSUM attribute bit is clear
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiFirmwareFile.h35 /// If the FFS_ATTRIB_CHECKSUM (see definition below) bit of the Attributes
38 /// If the FFS_ATTRIB_CHECKSUM bit of the Attributes field is cleared to zero,
53 /// FFS_ATTRIB_CHECKSUM attribute bit is clear.
91 #define FFS_ATTRIB_CHECKSUM 0x40 macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiFirmwareFile.h37 /// If the FFS_ATTRIB_CHECKSUM (see definition below) bit of the Attributes
41 /// If the FFS_ATTRIB_CHECKSUM bit of the Attributes field is cleared to zero,
56 /// FFS_ATTRIB_CHECKSUM attribute bit is clear.
94 #define FFS_ATTRIB_CHECKSUM 0x40 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py985 FFS_ATTRIB_CHECKSUM = 0x40 variable in class:Ffs
1109 if (self.Attributes & self.FFS_ATTRIB_CHECKSUM) != 0:

Completed in 262 milliseconds