HomeSort by: relevance | last modified time | path
    Searched defs:pipeops (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
sys_pipe.c 93 static const struct fileops pipeops = { variable in typeref:typename:const struct fileops
241 rf->f_ops = &pipeops;
248 wf->f_ops = &pipeops;

Completed in 28 milliseconds