Lines Matching defs:POLLWRBAND
84 # define POLLWRBAND 0
206 happened |= *p_sought & (POLLOUT | POLLWRNORM | POLLWRBAND);
239 *p_sought &= POLLOUT | POLLWRNORM | POLLWRBAND;
248 return *p_sought & (POLLOUT | POLLWRNORM | POLLWRBAND);
285 happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought;
341 happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought;
427 POLLWRBAND events onto wfds instead of efds. */
428 if (pfd[i].events & (POLLOUT | POLLWRNORM | POLLWRBAND))
435 | POLLWRNORM | POLLWRBAND)))
495 if (!(sought & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLWRBAND
511 if (sought & (POLLOUT | POLLWRNORM | POLLWRBAND))
598 POLLOUT | POLLWRNORM | POLLWRBAND)))