HomeSort by relevance Sort by last modified time
    Searched refs:EMPTY_ENTRY_MARK (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteFmt.h 37 #define EMPTY_ENTRY_MARK 0x00
FatLiteAccess.c 484 if (DirEntry.FileName[0] == EMPTY_ENTRY_MARK) {
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FatFileSystem.h 84 #define EMPTY_ENTRY_MARK 0x00
DirectoryManage.c 48 ((FAT_DIRECTORY_ENTRY *) Entry)->FileName[0] = EMPTY_ENTRY_MARK;
386 if (Entry.FileName[0] != EMPTY_ENTRY_MARK) {
753 } while (Entry->FileName[0] != EMPTY_ENTRY_MARK);
    [all...]

Completed in 200 milliseconds