Searched refs:pipeops (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | pipe.h | 55 extern const struct fileops pipeops;
|
/freebsd/sys/fs/fifofs/ |
H A D | fifo_vnops.c | 252 finit(fp, fp->f_flag, DTYPE_FIFO, fpipe, &pipeops); in fifo_open()
|
/freebsd/sys/kern/ |
H A D | sys_pipe.c | 156 const struct fileops pipeops = { variable 509 finit(rf, fflags, DTYPE_PIPE, rpipe, &pipeops); in kern_pipe() 519 finit(wf, fflags, DTYPE_PIPE, wpipe, &pipeops); in kern_pipe()
|