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

/darwin-on-arm/xnu/bsd/sys/
H A Dpoll.h68 #define POLLIN 0x0001 /* any readable data available */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/darwin-on-arm/xnu/bsd/netat/
H A Dsys_glue.c659 gref->sevents |= POLLIN;
728 if (gref->sevents & POLLIN) {
729 gref->sevents &= ~POLLIN;
791 if (gref->sevents & POLLIN) {
792 gref->sevents &= ~POLLIN;
803 if (gref->sevents & POLLIN) {
804 gref->sevents &= ~POLLIN;
H A Dsysglue.h136 #define POLLIN 0x0001 macro
H A Dddp.save606 if (reqevents & POLLIN) {
608 sevents |= POLLIN;
625 if (reqevents & POLLIN) {
627 sevents |= POLLIN;
629 gref->sevents |= POLLIN;
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dpoll.c177 ts->ts_pfds[i].events = POLLIN;
H A Dconnection.c272 pollfd.events = POLLIN;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsocket_tests.c535 my_pollfd.events = (POLLIN | POLLPRI);
543 if ( (my_pollfd.revents & POLLIN) == 0 ) {
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c1055 if (events & (POLLIN | POLLRDNORM)) {
1058 revents |= events & (POLLIN | POLLRDNORM);
H A Daudit_session.c1960 if (events & (POLLIN | POLLRDNORM)) {
1963 revents |= events & (POLLIN | POLLRDNORM);
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c1500 if (events & ( POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP )) {
1502 if (!(events & ( POLLIN | POLLRDNORM )))
1585 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND );
1589 mask |= (POLLIN | POLLRDNORM );
H A Duipc_socket.c3831 if (events & (POLLIN | POLLRDNORM))
3833 revents |= events & (POLLIN | POLLRDNORM);
3844 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) {

Completed in 40 milliseconds