Searched refs:POLLPRI (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dpoll.h69 #define POLLPRI 0x0002 /* OOB/Urgent readable data */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dsysglue.h138 #define POLLPRI 0x0004 macro
H A Dsys_glue.c530 gref->sevents |= POLLPRI;
535 gref->sevents &= ~POLLPRI;
703 if (gref->sevents & POLLPRI) {
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c457 my_pollfd.events = (POLLIN | POLLPRI);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_generic.c1469 if (events & ( POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP )) {
1553 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND );
1559 mask |= ( POLLPRI | POLLRDBAND );
H A Duipc_socket.c3643 if (events & (POLLPRI | POLLRDBAND))
3645 revents |= events & (POLLPRI | POLLRDBAND);
3648 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) {

Completed in 52 milliseconds