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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dpoll.h68 #define POLLIN 0x0001 /* any readable data available */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/macosx-10.5.8/xnu-1228.15.4/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
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c457 my_pollfd.events = (POLLIN | POLLPRI);
465 if ( (my_pollfd.revents & POLLIN) == 0 ) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_generic.c1469 if (events & ( POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP )) {
1471 if (!(events & ( POLLIN | POLLRDNORM )))
1553 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND );
1557 mask |= (POLLIN | POLLRDNORM );
H A Duipc_socket.c3635 if (events & (POLLIN | POLLRDNORM))
3637 revents |= events & (POLLIN | POLLRDNORM);
3648 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf.c1457 if (events & (POLLIN | POLLRDNORM)) {
1459 revents |= events & (POLLIN | POLLRDNORM);

Completed in 116 milliseconds