Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dpoll.h73 #define POLLRDBAND 0x0080 /* OOB/Urgent readable data */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/xnu-12377.1.9/bsd/kern/
H A Dsys_generic.c1750 if (events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP)) { in poll_nocancel()
1752 if (events & (POLLPRI | POLLRDBAND)) { in poll_nocancel()
1869 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND); in poll_callback()
1873 mask |= (POLLPRI | POLLRDBAND); in poll_callback()
H A Duipc_socket.c6450 if (events & (POLLPRI | POLLRDBAND)) { in sopoll()
6452 revents |= events & (POLLPRI | POLLRDBAND); in sopoll()
6457 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) { in sopoll()