Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Ddirent.h130 #define DT_DIR 4 macro
/xnu-11215.81.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1365 dirent.d_type = DT_DIR; in devfs_readdir()
1375 dirent.d_type = DT_DIR; in devfs_readdir()
1389 dirent.d_type = DT_DIR; in devfs_readdir()
/xnu-11215.81.4/bsd/miscfs/nullfs/
H A Dnull_vnops.c719 e.d_type = DT_DIR; in store_entry_special()