Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_pipe.c148 static fo_poll_t pipe_poll; variable
161 .fo_poll = pipe_poll,
1493 pipe_poll(struct file *fp, int events, struct ucred *active_cred, in pipe_poll() function
/freebsd/tests/sys/aio/
H A Daio_test.c755 ATF_TC_WITHOUT_HEAD(pipe_poll);
756 ATF_TC_BODY(pipe_poll, tc) in ATF_TC_BODY() argument
2089 ATF_TP_ADD_TC(tp, pipe_poll); in ATF_TP_ADD_TCS()