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

/xnu-2422.115.4/bsd/sys/
H A Dpoll.h68 #define POLLIN 0x0001 /* any readable data available */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/xnu-2422.115.4/tools/tests/libMicro/
H A Dpoll.c177 ts->ts_pfds[i].events = POLLIN;
H A Dconnection.c272 pollfd.events = POLLIN;
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c535 my_pollfd.events = (POLLIN | POLLPRI);
543 if ( (my_pollfd.revents & POLLIN) == 0 ) {
/xnu-2422.115.4/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-2422.115.4/bsd/kern/
H A Dsys_generic.c1471 if (events & ( POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP )) {
1473 if (!(events & ( POLLIN | POLLRDNORM )))
1556 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND );
1560 mask |= (POLLIN | POLLRDNORM );
H A Duipc_socket.c4283 if (events & (POLLIN | POLLRDNORM))
4285 revents |= events & (POLLIN | POLLRDNORM);
4296 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) {

Completed in 53 milliseconds