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

/xnu-2422.115.4/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-2422.115.4/tools/tests/unit_tests/pipe_test_10807398_src/
H A Dparent.c37 pfd.events = POLLOUT;
/xnu-2422.115.4/tools/tests/libMicro/
H A Dpoll.c181 ts->ts_pfds[i].events |= POLLOUT;
H A Dconnection.c251 pollfd.events = POLLOUT;
/xnu-2422.115.4/bsd/kern/
H A Dsys_generic.c1480 events & ( POLLOUT | POLLWRNORM | POLLWRBAND )) {
1569 fds->revents |= (fds->events & ( POLLOUT | POLLWRNORM | POLLWRBAND ));
H A Duipc_socket.c4287 if (events & (POLLOUT | POLLWRNORM))
4289 revents |= events & (POLLOUT | POLLWRNORM);
4305 if (events & (POLLOUT | POLLWRNORM)) {

Completed in 47 milliseconds