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

/freebsd-12-stable/sys/sys/
H A Ddirent.h98 #define DT_FIFO 1 macro
/freebsd-12-stable/sys/ufs/ufs/
H A Ddir.h92 #define DT_FIFO 1 macro
/freebsd-12-stable/contrib/apr/file_io/unix/
H A Ddir.c128 #if defined(DT_FIFO)
129 case DT_FIFO:
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp38 case DT_FIFO:
/freebsd-12-stable/sys/compat/cloudabi/
H A Dcloudabi_file.c345 case DT_FIFO:
/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_lookup.c104 DT_FIFO, /* EXT2_FT_FIFO */
113 EXT2_FT_FIFO, /* DT_FIFO */
/freebsd-12-stable/stand/libsa/
H A Dext2fs.c106 DT_BLK, DT_FIFO, DT_SOCK, DT_LNK };
/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c1346 d.d_type = DT_FIFO;

Completed in 130 milliseconds