Searched refs:DT_DIR (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Ddirent.h130 #define DT_DIR 4 macro
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1316 dirent.d_type = DT_DIR;
1325 dirent.d_type = DT_DIR;
1339 dirent.d_type = DT_DIR;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.c86 DT_DIR, DT_UNKNOWN, DT_BLK, DT_UNKNOWN,
3221 type = DT_DIR;
3256 type = DT_DIR;
3364 if (type == DT_DIR) {
3485 type = DT_DIR;
3522 if (type == DT_DIR) {
H A Dhfs_vnops.c5224 entry->d_type = DT_DIR;
5234 entry->d_type = DT_DIR;
5246 entry->d_type = DT_DIR;
5254 entry->d_type = DT_DIR;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c803 dp->d_type = DT_DIR;
825 dp->d_type = DT_DIR;

Completed in 68 milliseconds