Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsys_pipe.c85 static int pipe_poll(file_t *, int);
99 .fo_poll = pipe_poll,
816 pipe_poll(file_t *fp, int events) in pipe_poll() function