Home
last modified time | relevance | path

Searched refs:POLLRDBAND (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dpoll.h73 #define POLLRDBAND 0x0080 /* OOB/Urgent readable data */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/xnu-10063.101.15/bsd/kern/
H A Dsys_generic.c1751 if (events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP)) { in poll_nocancel()
1753 if (events & (POLLPRI | POLLRDBAND)) { in poll_nocancel()
1870 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND); in poll_callback()
1874 mask |= (POLLPRI | POLLRDBAND); in poll_callback()
H A Duipc_socket.c6426 if (events & (POLLPRI | POLLRDBAND)) { in sopoll()
6428 revents |= events & (POLLPRI | POLLRDBAND); in sopoll()
6433 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) { in sopoll()