Home
last modified time | relevance | path

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

/openbsd-src/sys/sys/
H A Dfile.h45 #define DTYPE_PIPE 3 /* pipe */ macro
/openbsd-src/sys/kern/
H A Dsys_pipe.c144 * The pipe system call for the DTYPE_PIPE type of pipes
194 rf->f_type = DTYPE_PIPE; in dopipe()
202 wf->f_type = DTYPE_PIPE; in dopipe()
H A Dkern_pledge.c756 case DTYPE_PIPE: in pledge_recvfd()
784 case DTYPE_PIPE: in pledge_sendfd()
H A Dkern_descrip.c828 case DTYPE_PIPE: in sys_fpathconf()
H A Dkern_sysctl.c1606 case DTYPE_PIPE: { in sysctl_file()
/openbsd-src/usr.bin/fstat/
H A Dfstat.c409 case DTYPE_PIPE: in fstat_dofile()
/openbsd-src/lib/libkvm/
H A Dkvm_file2.c692 case DTYPE_PIPE: { in fill_file()