Home
last modified time | relevance | path

Searched refs:POLLWRBAND (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dpoll.h74 #define POLLWRBAND 0x0100 /* OOB/Urgent data can be written */ macro
94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/xnu-8019.80.24/bsd/kern/
H A Dsys_generic.c1987 (events & (POLLOUT | POLLWRNORM | POLLWRBAND))) { in poll_nocancel()
2104 fds->revents |= (fds->events & (POLLOUT | POLLWRNORM | POLLWRBAND)); in poll_callback()