Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Ddirent.h95 #define DT_FIFO 1 macro
/freebsd/sys/ufs/ufs/
H A Ddir.h89 #define DT_FIFO 1 macro
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfile_descriptor.h51 case DT_FIFO: in get_file_type()
/freebsd/sbin/restore/
H A Dinteractive.c602 case DT_FIFO: in mkentry()
/freebsd/stand/libsa/
H A Dext2fs.c103 DT_BLK, DT_FIFO, DT_SOCK, DT_LNK };
/freebsd/sys/fs/tarfs/
H A Dtarfs_vnops.c416 cde.d_type = DT_FIFO; in tarfs_readdir()
/freebsd/sys/fs/ext2fs/
H A Dext2_lookup.c95 DT_FIFO, /* EXT2_FT_FIFO */
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c1764 d.d_type = DT_FIFO; in tmpfs_dir_getdents()