Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_syscalls.c278 case DTYPE_PIPE: in sys___mac_get_fd()
446 case DTYPE_PIPE: in sys___mac_set_fd()
/f-stack/freebsd/sys/
H A Dfile.h62 #define DTYPE_PIPE 3 /* pipe */ macro
/f-stack/freebsd/kern/
H A Dsys_pipe.c476 finit(rf, fflags, DTYPE_PIPE, rpipe, &pipeops); in kern_pipe()
486 finit(wf, fflags, DTYPE_PIPE, wpipe, &pipeops); in kern_pipe()
H A Dkern_descrip.c1628 } else if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) { in kern_fpathconf()
4744 case DTYPE_PIPE: in file_type_to_name()