POLLWRBAND 183 compat/poll/poll.c happened |= *p_sought & (POLLOUT | POLLWRNORM | POLLWRBAND); POLLWRBAND 216 compat/poll/poll.c *p_sought &= POLLOUT | POLLWRNORM | POLLWRBAND; POLLWRBAND 225 compat/poll/poll.c return *p_sought & (POLLOUT | POLLWRNORM | POLLWRBAND); POLLWRBAND 262 compat/poll/poll.c happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought; POLLWRBAND 318 compat/poll/poll.c happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought; POLLWRBAND 404 compat/poll/poll.c if (pfd[i].events & (POLLOUT | POLLWRNORM | POLLWRBAND)) POLLWRBAND 411 compat/poll/poll.c | POLLWRNORM | POLLWRBAND))) POLLWRBAND 485 compat/poll/poll.c if (!(sought & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLWRBAND POLLWRBAND 501 compat/poll/poll.c if (sought & (POLLOUT | POLLWRNORM | POLLWRBAND)) POLLWRBAND 577 compat/poll/poll.c POLLOUT | POLLWRNORM | POLLWRBAND)))