Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dpoll.h73 #define POLLRDBAND 0x0080 /* OOB/Urgent readable data */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c1754 if (events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP)) { in poll_nocancel()
1756 if (events & (POLLPRI | POLLRDBAND)) { in poll_nocancel()
1873 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND); in poll_callback()
1877 mask |= (POLLPRI | POLLRDBAND); in poll_callback()
H A Duipc_socket.c6459 if (events & (POLLPRI | POLLRDBAND)) { in sopoll()
6461 revents |= events & (POLLPRI | POLLRDBAND); in sopoll()
6466 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) { in sopoll()