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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c446 UINT32 FfsAlign; local
468 FfsAlign = 0;
579 FfsAlign = Index;
751 VerboseMsg ("FFS file alignment is %s", mFfsValidAlignName[FfsAlign]);
831 if (FfsAlign < Index) {
832 FfsAlign = Index;
834 VerboseMsg ("the alignment of the generated FFS file is %u", (unsigned) mFfsValidAlign [FfsAlign + 1]);
835 FfsFileHeader.Attributes = (EFI_FFS_FILE_ATTRIBUTES) (FfsAttrib | (FfsAlign << 3));

Completed in 57 milliseconds