Searched refs:POLLOUT (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/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|\
/darwin-on-arm/xnu/bsd/netat/
H A Dddp.save611 if (reqevents & POLLOUT) {
614 sevents |= POLLOUT;
616 sevents |= POLLOUT;
632 if (reqevents & POLLOUT) {
635 sevents |= POLLOUT;
637 gref->sevents |= POLLOUT;
639 sevents |= POLLOUT;
H A Dsysglue.h137 #define POLLOUT 0x0002 macro
H A Dsys_glue.c663 else if (which == POLLOUT) {
668 gref->sevents |= POLLOUT;
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dpoll.c181 ts->ts_pfds[i].events |= POLLOUT;
H A Dconnection.c251 pollfd.events = POLLOUT;
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c1509 events & ( POLLOUT | POLLWRNORM | POLLWRBAND )) {
1598 fds->revents |= (fds->events & ( POLLOUT | POLLWRNORM | POLLWRBAND ));
H A Duipc_socket.c3835 if (events & (POLLOUT | POLLWRNORM))
3837 revents |= events & (POLLOUT | POLLWRNORM);
3853 if (events & (POLLOUT | POLLWRNORM)) {

Completed in 242 milliseconds