Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dsys_pipe.c148 static fo_poll_t pipe_poll; variable
161 .fo_poll = pipe_poll,
1498 pipe_poll(struct file *fp, int events, struct ucred *active_cred, in pipe_poll() function
/src/tests/sys/aio/
H A Daio_test.c749 ATF_TC_WITHOUT_HEAD(pipe_poll);
750 ATF_TC_BODY(pipe_poll, tc) in ATF_TC_BODY() argument
2067 ATF_TP_ADD_TC(tp, pipe_poll); in ATF_TP_ADD_TCS()