Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpipe.h60 extern struct fileops pipeops;
/f-stack/freebsd/kern/
H A Dsys_pipe.c160 struct fileops pipeops = { variable
476 finit(rf, fflags, DTYPE_PIPE, rpipe, &pipeops); in kern_pipe()
486 finit(wf, fflags, DTYPE_PIPE, wpipe, &pipeops); in kern_pipe()