Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Ddirent.h93 #define DT_FIFO 1 macro
/dragonfly/sys/vfs/ufs/
H A Ddir.h90 #define DT_FIFO 1 macro
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_subr.c58 return (DT_FIFO); in hammer2_get_dtype()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_subr.c64 return (DT_FIFO); in hammer2_get_dtype()
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Ddirent.h46 # define DT_FIFO 1 /* FIFO */ macro
/dragonfly/contrib/grep/lib/
H A Dfts.c104 # undef DT_FIFO
111 # define DT_FIFO 4 macro
1248 case DT_FIFO: in set_stat_type()
/dragonfly/sbin/restore/
H A Dinteractive.c595 case DT_FIFO: in mkentry()
/dragonfly/sys/vfs/hammer/
H A Dhammer_subs.c852 return(DT_FIFO); in hammer_get_dtype()
/dragonfly/stand/lib/
H A Dhammer2.c784 return(DT_FIFO); in hammer2_get_dtype()
H A Dext2fs.c100 DT_BLK, DT_FIFO, DT_SOCK, DT_LNK };
H A Dhammer1.c349 return(DT_FIFO); in hammer_get_dtype()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_lookup.c97 DT_FIFO, /* EXT2_FT_FIFO */
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_subr.c922 d_type = DT_FIFO; in tmpfs_dir_getdents()