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