Home
last modified time | relevance | path

Searched refs:pipeops (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dpipe.h55 extern const struct fileops pipeops;
/freebsd/sys/fs/fifofs/
H A Dfifo_vnops.c252 finit(fp, fp->f_flag, DTYPE_FIFO, fpipe, &pipeops); in fifo_open()
/freebsd/sys/kern/
H A Dsys_pipe.c156 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()