Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dpipe_drain.c59 T_DECL(pipe_drain,
/xnu-8019.80.24/bsd/kern/
H A Dsys_pipe.c182 static int pipe_drain(struct fileproc *fp, vfs_context_t ctx);
191 .fo_drain = pipe_drain,
1755 pipe_drain(struct fileproc *fp, __unused vfs_context_t ctx) in pipe_drain() function