Home
last modified time | relevance | path

Searched refs:DELETE_ENTRY_MARK (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteFmt.h36 #define DELETE_ENTRY_MARK 0xE5 macro
DFatLiteAccess.c491 if ((UINT8) DirEntry.FileName[0] != DELETE_ENTRY_MARK) { in FatReadNextDirectoryEntry()
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DFatFileSystem.h83 #define DELETE_ENTRY_MARK 0xE5 macro
DDirectoryManage.c125 LfnEntry.Ordinal = DELETE_ENTRY_MARK; in FatStoreDirEnt()
376 …if (((UINT8) Entry.FileName[0] != DELETE_ENTRY_MARK) && (Entry.Attributes & FAT_ATTRIBUTE_VOLUME_I… in FatLoadNextDirEnt()
745 …if (((UINT8) Entry->FileName[0] != DELETE_ENTRY_MARK) && (((Entry->Attributes) & (~FAT_ATTRIBUTE_A… in FatSeekVolumeId()
1115 DirEnt->Entry.FileName[0] = DELETE_ENTRY_MARK; in FatRemoveDirEnt()