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

/macosx-10.5.8/xnu-1228.15.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|\
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dsysglue.h137 #define POLLOUT 0x0002 macro
H A Dsys_glue.c663 else if (which == POLLOUT) {
668 gref->sevents |= POLLOUT;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_generic.c1478 events & ( POLLOUT | POLLWRNORM | POLLWRBAND )) {
1566 fds->revents |= (fds->events & ( POLLOUT | POLLWRNORM | POLLWRBAND ));
H A Duipc_socket.c3639 if (events & (POLLOUT | POLLWRNORM))
3641 revents |= events & (POLLOUT | POLLWRNORM);
3657 if (events & (POLLOUT | POLLWRNORM)) {

Completed in 77 milliseconds