Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dpoll.h69 #define POLLPRI 0x0002 /* OOB/Urgent readable data */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/xnu-11215.81.4/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.c6508 if (events & (POLLPRI | POLLRDBAND)) { in sopoll()
6510 revents |= events & (POLLPRI | POLLRDBAND); in sopoll()
6515 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) { in sopoll()