Home
last modified time | relevance | path

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

/freebsd-12.1/sys/security/mac/
H A Dmac_syscalls.c277 case DTYPE_PIPE: in sys___mac_get_fd()
444 case DTYPE_PIPE: in sys___mac_set_fd()
/freebsd-12.1/sys/compat/cloudabi/
H A Dcloudabi_fd.c200 case DTYPE_PIPE: in cloudabi_convert_filetype()
/freebsd-12.1/sys/sys/
H A Dfile.h61 #define DTYPE_PIPE 3 /* pipe */ macro
/freebsd-12.1/sys/kern/
H A Dsys_pipe.c429 finit(rf, fflags, DTYPE_PIPE, rpipe, &pipeops); in kern_pipe()
439 finit(wf, fflags, DTYPE_PIPE, wpipe, &pipeops); in kern_pipe()
H A Dkern_descrip.c1469 } else if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) { in kern_fpathconf()
3931 case DTYPE_PIPE: in file_type_to_name()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c1407 if (fp->f_type == DTYPE_PIPE) { in fcntl_common()
/freebsd-12.1/lib/libprocstat/
H A Dlibprocstat.c565 case DTYPE_PIPE: in procstat_getfiles_kvm()