Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dfile.h182 #define DTYPE_PIPE 3 /* pipe */ macro
/netbsd-src/sys/kern/
H A Dsys_pipe.c239 rf->f_type = DTYPE_PIPE; in pipe1()
245 wf->f_type = DTYPE_PIPE; in pipe1()
H A Dkern_ktrace.c1048 if (fp->f_type == DTYPE_PIPE) in ktrace_common()
/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_vfsops.c385 case DTYPE_PIPE: in procfs_loadvnode()
H A Dprocfs_vnops.c1973 case DTYPE_PIPE: return DT_FIFO; in fttodt()
/netbsd-src/sys/miscfs/fdesc/
H A Dfdesc_vnops.c362 case DTYPE_PIPE: in fdesc_attr()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_file.c347 * ones and DTYPE_PIPE ones. For these, we don't set in linux_sys_fcntl()
357 || (fp1->f_type == DTYPE_PIPE)) in linux_sys_fcntl()
/netbsd-src/usr.bin/fstat/
H A Dfstat.c542 case DTYPE_PIPE: in ftrans()