Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_syscalls.c275 case DTYPE_PIPE: in sys___mac_get_fd()
444 case DTYPE_PIPE: in sys___mac_set_fd()
/freebsd/sys/sys/
H A Dfile.h59 #define DTYPE_PIPE 3 /* pipe */ macro
/freebsd/sys/kern/
H A Dsys_pipe.c497 finit(rf, fflags, DTYPE_PIPE, rpipe, &pipeops); in kern_pipe()
507 finit(wf, fflags, DTYPE_PIPE, wpipe, &pipeops); in kern_pipe()
H A Dkern_descrip.c1708 } else if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) { in kern_fpathconf()
5018 case DTYPE_PIPE: in file_type_to_name()
/freebsd/sys/compat/linux/
H A Dlinux_file.c1416 if (fp->f_type == DTYPE_PIPE) { in fcntl_common()
1447 if (fp->f_type != DTYPE_PIPE) { in fcntl_common()
/freebsd/lib/libprocstat/
H A Dlibprocstat.c593 case DTYPE_PIPE: in procstat_getfiles_kvm()