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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVolRead.c46 EFI_FV_FILE_ATTRIBUTES FileAttribute; local
51 FileAttribute = (EFI_FV_FILE_ATTRIBUTES) mFvAttributes[DataAlignment];
54 FileAttribute |= EFI_FV_FILE_ATTRIB_FIXED;
57 return FileAttribute;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolRead.c47 EFI_FV_FILE_ATTRIBUTES FileAttribute; local
52 FileAttribute = (EFI_FV_FILE_ATTRIBUTES) mFvAttributes[DataAlignment];
55 FileAttribute |= EFI_FV_FILE_ATTRIB_FIXED;
58 return FileAttribute;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c89 EFI_FV_FILE_ATTRIBUTES FileAttribute; local
94 FileAttribute = (EFI_FV_FILE_ATTRIBUTES) mFvAttributes[DataAlignment];
97 FileAttribute |= EFI_FV_FILE_ATTRIB_FIXED;
100 return FileAttribute;

Completed in 37 milliseconds