Home | History | Annotate | Download | only in PrePiLib

Lines Matching refs:FileState

44   EFI_FFS_FILE_STATE  FileState;

47 FileState = FfsHeader->State;
50 FileState = (EFI_FFS_FILE_STATE)~FileState;
54 while (HighestBit != 0 && (HighestBit & FileState) == 0) {
179 UINT8 FileState;
220 // Get FileState which is the highest bit of the State
222 FileState = GetFileState (ErasePolarity, FfsFileHeader);
224 switch (FileState) {
596 UINT8 FileState;
620 // Get FileState which is the highest bit of the State
622 FileState = GetFileState (ErasePolarity, (EFI_FFS_FILE_HEADER*)FileHandle);
624 switch (FileState) {