Lines Matching refs:POLLOUT
473 events |= POLLOUT; in epoll_mod()
508 ctl.events |= POLLOUT; in ospoll_listen()
509 ospoll->fds[pos].revents &= ~POLLOUT; in ospoll_listen()
525 ospoll->fds[pos].events |= POLLOUT; in ospoll_listen()
526 ospoll->osfds[pos].revents &= ~POLLOUT; in ospoll_listen()
549 ctl.events |= POLLOUT; in ospoll_mute()
563 ospoll->fds[pos].events &= ~POLLOUT; in ospoll_mute()
585 osfd->revents = (revents & (POLLIN|POLLOUT)); in ospoll_wait()
592 if (revents & POLLOUT) in ospoll_wait()
594 if (revents & (~(POLLIN|POLLOUT))) in ospoll_wait()
622 if (revents & POLLOUT) in ospoll_wait()
624 if (revents & (~(POLLIN|POLLOUT))) in ospoll_wait()
670 ospoll->osfds[f].revents = (revents & (POLLIN|POLLOUT)); in ospoll_wait()
677 if (revents & POLLOUT) in ospoll_wait()
679 if (revents & (~(POLLIN|POLLOUT))) in ospoll_wait()