Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dpoll.h73 #define POLLRDBAND 0x0080 /* OOB/Urgent readable data */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/xnu-10002.41.9/bsd/kern/
H A Dsys_generic.c1753 if (events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP)) { in poll_nocancel()
1755 if (events & (POLLPRI | POLLRDBAND)) { in poll_nocancel()
1872 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND); in poll_callback()
1876 mask |= (POLLPRI | POLLRDBAND); in poll_callback()
H A Duipc_socket.c6438 if (events & (POLLPRI | POLLRDBAND)) { in sopoll()
6440 revents |= events & (POLLPRI | POLLRDBAND); in sopoll()
6445 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) { in sopoll()