Searched refs:POLLOUT (Results 1 – 6 of 6) 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|\
57 struct pollfd pfd[1] = { { sk, POLLOUT, 0 } }; in do_send()63 if (!(pfd[0].revents & POLLOUT)) { in do_send()
558 (events == POLLOUT) ? "write" : "read", in filt_chrw()584 return filt_chrw(kn, hint, POLLOUT); in filt_chwrite()667 return filt_chtouch(kn, kev, POLLOUT); in filt_chwtouch()715 if (events == POLLOUT) { in filt_chprocess()761 return filt_chprocess(kn, kev, POLLOUT); in filt_chwprocess()816 events = (ev == EVFILT_WRITE) ? POLLOUT : POLLIN; in filt_chrwattach()1224 want_tx = (events & (POLLOUT | POLLWRNORM)); in ch_event()
90 events = POLLOUT; in chop_select()
1761 (events & (POLLOUT | POLLWRNORM | POLLWRBAND))) { in poll_nocancel()1881 fds->revents |= (fds->events & (POLLOUT | POLLWRNORM | POLLWRBAND)); in poll_callback()
6502 if (events & (POLLOUT | POLLWRNORM)) { in sopoll()6504 revents |= events & (POLLOUT | POLLWRNORM); in sopoll()6524 if (events & (POLLOUT | POLLWRNORM)) { in sopoll()