Home
last modified time | relevance | path

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

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