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

/darwin-on-arm/xnu/bsd/sys/
H A Ddirent.h133 #define DT_DIR 4 macro
/darwin-on-arm/xnu/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;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c86 DT_DIR, DT_UNKNOWN, DT_BLK, DT_UNKNOWN,
2875 type = DT_DIR;
2910 type = DT_DIR;
3018 if (type == DT_DIR) {
3138 type = DT_DIR;
3175 if (type == DT_DIR) {
H A Dhfs_vnops.c4569 entry->d_type = DT_DIR;
4579 entry->d_type = DT_DIR;
4591 entry->d_type = DT_DIR;
4599 entry->d_type = DT_DIR;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c803 dp->d_type = DT_DIR;
825 dp->d_type = DT_DIR;

Completed in 52 milliseconds