HomeSort by: relevance | last modified time | path
    Searched defs:SLOT_EMPTY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/msdosfs/
direntry.h 57 #define SLOT_EMPTY 0x00 /* slot has never been used */
  /src/sbin/fsck_msdos/
dir.c 49 #define SLOT_EMPTY 0x00 /* slot has never been used */
509 *p = SLOT_EMPTY;
513 if (*p == SLOT_EMPTY || *p == SLOT_DELETED) {
514 if (*p == SLOT_EMPTY) {
960 if (*p == SLOT_EMPTY

Completed in 14 milliseconds