Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dpipe.h55 extern const struct fileops pipeops;
/src/sys/fs/fifofs/
H A Dfifo_vnops.c252 finit(fp, fp->f_flag, DTYPE_FIFO, fpipe, &pipeops); in fifo_open()
/src/sys/kern/
H A Dsys_pipe.c156 const struct fileops pipeops = { variable
504 finit(rf, fflags, DTYPE_PIPE, rpipe, &pipeops); in kern_pipe()
514 finit(wf, fflags, DTYPE_PIPE, wpipe, &pipeops); in kern_pipe()