Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsys_pipe.c227 static void pipeclose(struct pipe *cpipe);
419 pipeclose(dpipe); in pipe_dtor()
422 pipeclose(peer); in pipe_dtor()
446 pipeclose(rpipe); in kern_pipe()
447 pipeclose(wpipe); in kern_pipe()
469 pipeclose(wpipe); in kern_pipe()
1610 pipeclose(struct pipe *cpipe) in pipeclose() function