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

/xnu-2422.115.4/bsd/sys/
H A Dpoll.h69 #define POLLPRI 0x0002 /* OOB/Urgent readable data */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c535 my_pollfd.events = (POLLIN | POLLPRI);
/xnu-2422.115.4/bsd/kern/
H A Dsys_generic.c1471 if (events & ( POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP )) {
1556 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND );
1562 mask |= ( POLLPRI | POLLRDBAND );
H A Duipc_socket.c4291 if (events & (POLLPRI | POLLRDBAND))
4293 revents |= events & (POLLPRI | POLLRDBAND);
4296 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) {

Completed in 61 milliseconds