Home
last modified time | relevance | path

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

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