Home
last modified time | relevance | path

Searched refs:POLLOUT (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dpoll.h70 #define POLLOUT 0x0004 /* file descriptor is writeable */ macro
72 #define POLLWRNORM POLLOUT /* no write type differentiation */
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/xnu-12377.41.6/tests/
H A Duipc_sosendcheck.c57 struct pollfd pfd[1] = { { sk, POLLOUT, 0 } }; in do_send()
63 if (!(pfd[0].revents & POLLOUT)) { in do_send()
/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel.c559 (events == POLLOUT) ? "write" : "read", in filt_chrw()
585 return filt_chrw(kn, hint, POLLOUT); in filt_chwrite()
668 return filt_chtouch(kn, kev, POLLOUT); in filt_chwtouch()
716 if (events == POLLOUT) { in filt_chprocess()
762 return filt_chprocess(kn, kev, POLLOUT); in filt_chwprocess()
817 events = (ev == EVFILT_WRITE) ? POLLOUT : POLLIN; in filt_chrwattach()
1225 want_tx = (events & (POLLOUT | POLLWRNORM)); in ch_event()
H A Dchannel_syscalls.c92 events = POLLOUT; in chop_select()
/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c1765 (events & (POLLOUT | POLLWRNORM | POLLWRBAND))) { in poll_nocancel()
1885 fds->revents |= (fds->events & (POLLOUT | POLLWRNORM | POLLWRBAND)); in poll_callback()
H A Duipc_socket.c6453 if (events & (POLLOUT | POLLWRNORM)) { in sopoll()
6455 revents |= events & (POLLOUT | POLLWRNORM); in sopoll()
6475 if (events & (POLLOUT | POLLWRNORM)) { in sopoll()