Searched refs:POLLIN (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dpoll.h68 #define POLLIN 0x0001 /* any readable data available */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/xnu-2782.1.97/tools/tests/libMicro/
H A Dpoll.c177 ts->ts_pfds[i].events = POLLIN;
H A Dconnection.c272 pollfd.events = POLLIN;
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dsocket_tests.c531 my_pollfd.events = (POLLIN | POLLPRI);
539 if ( (my_pollfd.revents & POLLIN) == 0 ) {
/xnu-2782.1.97/bsd/security/audit/
H A Daudit_pipe.c1056 if (events & (POLLIN | POLLRDNORM)) {
1059 revents |= events & (POLLIN | POLLRDNORM);
H A Daudit_session.c1961 if (events & (POLLIN | POLLRDNORM)) {
1964 revents |= events & (POLLIN | POLLRDNORM);
/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c1488 if (events & ( POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP )) {
1490 if (!(events & ( POLLIN | POLLRDNORM )))
1573 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND );
1575 mask = (POLLIN | POLLRDNORM );
H A Duipc_socket.c5334 if (events & (POLLIN | POLLRDNORM))
5336 revents |= events & (POLLIN | POLLRDNORM);
5347 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) {

Completed in 98 milliseconds