Home
last modified time | relevance | path

Searched refs:DT_SOCK (Results 1 – 14 of 14) sorted by relevance

/dragonfly/sys/sys/
H A Ddirent.h99 #define DT_SOCK 12 macro
/dragonfly/sys/vfs/ufs/
H A Ddir.h96 #define DT_SOCK 12 macro
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_subr.c66 return (DT_SOCK); in hammer2_get_dtype()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_subr.c72 return (DT_SOCK); in hammer2_get_dtype()
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Ddirent.h52 # define DT_SOCK 12 /* socket */ macro
/dragonfly/contrib/grep/lib/
H A Dfts.c107 # undef DT_SOCK
114 # define DT_SOCK 7 macro
1257 case DT_SOCK: in set_stat_type()
/dragonfly/sbin/restore/
H A Dinteractive.c596 case DT_SOCK: in mkentry()
/dragonfly/sys/vfs/hammer/
H A Dhammer_subs.c854 return(DT_SOCK); in hammer_get_dtype()
/dragonfly/stand/lib/
H A Dhammer2.c792 return(DT_SOCK); in hammer2_get_dtype()
H A Dext2fs.c100 DT_BLK, DT_FIFO, DT_SOCK, DT_LNK };
H A Dhammer1.c351 return(DT_SOCK); in hammer_get_dtype()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_lookup.c98 DT_SOCK, /* EXT2_FT_SOCK */
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_subr.c934 d_type = DT_SOCK; in tmpfs_dir_getdents()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwpa_cli.c4608 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()