Home
last modified time | relevance | path

Searched refs:DT_DIR (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Ddirent.h130 #define DT_DIR 4 macro
/xnu-12377.61.12/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1474 dirent.d_type = DT_DIR; in devfs_readdir()
1484 dirent.d_type = DT_DIR; in devfs_readdir()
1498 dirent.d_type = DT_DIR; in devfs_readdir()
/xnu-12377.61.12/bsd/miscfs/nullfs/
H A Dnull_vnops.c719 e.d_type = DT_DIR; in store_entry_special()