Searched refs:POLLOUT (Results 1 – 5 of 5) sorted by relevance
70 #define POLLOUT 0x0004 /* file descriptor is writeable */ macro72 #define POLLWRNORM POLLOUT /* no write type differentiation */93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
567 (events == POLLOUT) ? "write" : "read", in filt_chrw()593 return filt_chrw(kn, hint, POLLOUT); in filt_chwrite()671 return filt_chtouch(kn, kev, POLLOUT); in filt_chwtouch()714 if (events == POLLOUT) { in filt_chprocess()760 return filt_chprocess(kn, kev, POLLOUT); in filt_chwprocess()815 events = (ev == EVFILT_WRITE) ? POLLOUT : POLLIN; in filt_chrwattach()1218 want_tx = (events & (POLLOUT | POLLWRNORM)); in ch_event()
78 events = POLLOUT; in chop_select()
1987 (events & (POLLOUT | POLLWRNORM | POLLWRBAND))) { in poll_nocancel()2104 fds->revents |= (fds->events & (POLLOUT | POLLWRNORM | POLLWRBAND)); in poll_callback()
6560 if (events & (POLLOUT | POLLWRNORM)) { in sopoll()6562 revents |= events & (POLLOUT | POLLWRNORM); in sopoll()6582 if (events & (POLLOUT | POLLWRNORM)) { in sopoll()