Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Ddir.h95 #define DT_SOCK 12 macro
/freebsd/sys/sys/
H A Ddirent.h101 #define DT_SOCK 12 macro
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfile_descriptor.h57 case DT_SOCK: in get_file_type()
/freebsd/sbin/restore/
H A Dinteractive.c603 case DT_SOCK: in mkentry()
/freebsd/stand/libsa/
H A Dext2fs.c103 DT_BLK, DT_FIFO, DT_SOCK, DT_LNK };
/freebsd/sys/fs/ext2fs/
H A Dext2_lookup.c96 DT_SOCK, /* EXT2_FT_SOCK */
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c1738 d.d_type = DT_SOCK; in tmpfs_dir_getdents()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c5026 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()