Home
last modified time | relevance | path

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

/mirbsd/src/sys/msdosfs/
Dmsdosfs_lookup.c257 if (dep->deName[0] == SLOT_EMPTY ||
268 if (dep->deName[0] == SLOT_EMPTY) {
752 if (dentp->deName[0] == SLOT_EMPTY) {
1036 if (dentp->deName[0] == SLOT_EMPTY) {
1088 if (dentp->deName[0] == SLOT_EMPTY) {
Ddirentry.h56 #define SLOT_EMPTY 0x00 /* slot has never been used */ macro
Dmsdosfs_vnops.c1609 if (dentp->deName[0] == SLOT_EMPTY) {
/mirbsd/src/sbin/fsck_msdos/
Ddir.c55 #define SLOT_EMPTY 0x00 /* slot has never been used */ macro
479 *p = SLOT_EMPTY; in readDosDirSection()
483 if (*p == SLOT_EMPTY || *p == SLOT_DELETED) { in readDosDirSection()
484 if (*p == SLOT_EMPTY) { in readDosDirSection()
939 if (*p == SLOT_EMPTY in reconnect()