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

/xnu-2782.1.97/bsd/sys/
H A Dpoll.h69 #define POLLPRI 0x0002 /* OOB/Urgent readable data */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dsocket_tests.c531 my_pollfd.events = (POLLIN | POLLPRI);
/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c1488 if (events & ( POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP )) {
1573 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND );
1577 mask |= ( POLLPRI | POLLRDBAND );
H A Duipc_socket.c5342 if (events & (POLLPRI | POLLRDBAND))
5344 revents |= events & (POLLPRI | POLLRDBAND);
5347 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) {

Completed in 36 milliseconds