Searched refs:SLOT_EMPTY (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/usr.sbin/makefs/msdos/
H A Ddirentry.h59 #define SLOT_EMPTY 0x00 /* slot has never been used */ macro
H A Dmsdosfs_vnops.c231 if (dep->deName[0] == SLOT_EMPTY ||
242 if (dep->deName[0] == SLOT_EMPTY) {
H A Dmsdosfs_lookup.c278 if (dentp->deName[0] == SLOT_EMPTY) {
/freebsd-current/sys/fs/msdosfs/
H A Ddirentry.h59 #define SLOT_EMPTY 0x00 /* slot has never been used */ macro
H A Dmsdosfs_lookup.c273 if (dep->deName[0] == SLOT_EMPTY ||
285 if (dep->deName[0] == SLOT_EMPTY) {
792 * starts with SLOT_EMPTY (0) starts the
797 if (dentp->deName[0] == SLOT_EMPTY) {
1078 if (dentp->deName[0] == SLOT_EMPTY) {
H A Dmsdosfs_denode.c651 if (dep->de_Name[0] == SLOT_DELETED || dep->de_Name[0] == SLOT_EMPTY)
680 if (dep->de_Name[0] == SLOT_DELETED || dep->de_Name[0] == SLOT_EMPTY)
H A Dmsdosfs_vfsops.c474 else if (dep->deName[0] == SLOT_EMPTY)
490 if (dep->deName[0] == SLOT_EMPTY)
H A Dmsdosfs_vnops.c1656 if (dentp->deName[0] == SLOT_EMPTY) {
/freebsd-current/sbin/fsck_msdosfs/
H A Ddir.c51 #define SLOT_EMPTY 0x00 /* slot has never been used */ macro
620 *p = SLOT_EMPTY;
624 if (*p == SLOT_EMPTY || *p == SLOT_DELETED) {
625 if (*p == SLOT_EMPTY) {
1120 if (*p == SLOT_EMPTY
/freebsd-current/usr.sbin/apmd/contrib/
H A Dpccardq.c145 SLOT_EMPTY = 0, enumerator in enum:__anon6533

Completed in 108 milliseconds