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