Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dsys_pipe.c176 static int pipe_select(struct fileproc *fp, int which, void * wql,
189 .fo_select = pipe_select,
1243 pipe_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) in pipe_select() function