Lines Matching defs:file

10 /* Used to verify the integrity of the file */
15 * checksum of the file header. The State and
16 * IntegrityCheck.checksum.file fields are assumed to be zero
24 * IntegrityCheck.checksum.file field is an 8-bit checksum of
25 * the file data. If the FFS_ATTRIB_CHECKSUM bit of the
27 * IntegrityCheck.checksum.file field must be initialized with
28 * a value of 0xAA. The IntegrityCheck.checksum.file field is
32 u8 file;
40 * Each file begins with the header that describe the
45 * This GUID is the file name.
46 * It is used to uniquely identify the file.
49 /* Used to verify the integrity of the file */
51 /* Identifies the type of file */
53 /* Declares various file attribute bits */
55 /* The length of the file in bytes, including the FFS header */
58 * Used to track the state of the file throughout the life of
59 * the file from creation to deletion.
66 * This GUID is the file name. It is used to uniquely identify the file.
67 * There may be only one instance of a file with the file name GUID of
68 * Name in any given firmware volume, except if the file type is
72 /* Used to verify the integrity of the file */
74 /* Identifies the type of file */
76 /* Declares various file attribute bits */
79 * The length of the file in bytes, including the FFS header.
80 * The length of the file data is either
82 * zero-length file has a size of 24 bytes, which is
84 * multiple of 8 bytes. Given a file F, the next file header is located
86 * byte of the file F.
90 * Used to track the state of the file throughout the life of
91 * the file from creation to deletion.