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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFfs.c217 if ((FfsHeader->Attributes & FFS_ATTRIB_CHECKSUM) == FFS_ATTRIB_CHECKSUM) {
/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/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/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/C/GenFfs/
H A DGenFfs.c552 FfsAttrib |= FFS_ATTRIB_CHECKSUM;
748 if ((FfsAttrib & FFS_ATTRIB_CHECKSUM) != 0) {
857 if (FfsFileHeader.Attributes & FFS_ATTRIB_CHECKSUM) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFfs.c275 if ((Attributes & FFS_ATTRIB_CHECKSUM) != 0) {
H A DFwPadFile.c30 if ((PadFileHeader->Attributes & FFS_ATTRIB_CHECKSUM) != 0) {
H A DFwVolWrite.c75 if ((FfsHeader->Attributes & FFS_ATTRIB_CHECKSUM) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFvLib.c702 if (FfsHeader->Attributes & FFS_ATTRIB_CHECKSUM) {
H A DFirmwareVolumeBuffer.c237 if (File->Attributes & FFS_ATTRIB_CHECKSUM) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c341 if ((FfsFileHeader->Attributes & FFS_ATTRIB_CHECKSUM) == FFS_ATTRIB_CHECKSUM) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c1594 if (VtfFile->Attributes & FFS_ATTRIB_CHECKSUM) {
3097 if (FfsFile->Attributes & FFS_ATTRIB_CHECKSUM) {
3321 if (FfsFile->Attributes & FFS_ATTRIB_CHECKSUM) {
/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:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c1066 if (FileHeader->Attributes & FFS_ATTRIB_CHECKSUM) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c1679 FileHeader->Attributes = FFS_ATTRIB_CHECKSUM;

Completed in 141 milliseconds