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

/freebsd-11-stable/tests/sys/aio/
H A Daio_test.c599 ATF_TC_WITHOUT_HEAD(pipe_poll); variable
600 ATF_TC_BODY(pipe_poll, tc)
1146 ATF_TP_ADD_TC(tp, pipe_poll);
/freebsd-11-stable/sys/kern/
H A Dsys_pipe.c152 static fo_poll_t pipe_poll; variable
165 .fo_poll = pipe_poll,
1422 pipe_poll(fp, events, active_cred, td) function

Completed in 176 milliseconds