Searched refs:POLLWRNORM (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-poll.h52 #define POLLWRNORM POLLOUT
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpoll.h72 #define POLLWRNORM POLLOUT /* no write type differentiation */ macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dselect.h61 #ifndef POLLWRNORM
62 #define POLLWRNORM POLLOUT macro
H A Dselect.c196 pfd[num].events = POLLWRNORM|POLLOUT;
243 if(pfd[num].revents & (POLLWRNORM|POLLOUT))
467 POLLRDNORM|POLLWRNORM|POLLRDBAND)) {
472 if(ufds[i].events & (POLLWRNORM|POLLOUT))
H A Dasyn-ares.c275 pfd[i].events |= POLLWRNORM|POLLOUT;
299 pfd[i].revents & (POLLWRNORM|POLLOUT)?
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h128 #if !defined(POLLWRNORM)
129 # define POLLWRNORM POLLOUT macro
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_misc.h448 #define POLLWRNORM 0x0010 macro
449 #define POLLOUT (POLLWRNORM)
/macosx-10.10.1/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c1508 init_poll_test(&test, "10.1.1: does poll say I can write a regular file?", FILE1, 1, 1, POLLWRNORM, 1);
1514 init_poll_test(&test, "10.1.2: does poll say I can write an empty FIFO?", FILE1, 1, 1, POLLWRNORM, 1);
1552 init_poll_test(&test, "10.2.3: does poll say I can write a full FIFO?", FILE1, 1, 1, POLLWRNORM, 0);
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dutil.c1483 const int wsetflags = POLLOUT | POLLWRNORM;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c1497 events & ( POLLOUT | POLLWRNORM | POLLWRBAND )) {
1584 fds->revents |= (fds->events & ( POLLOUT | POLLWRNORM | POLLWRBAND ));
H A Duipc_socket.c5338 if (events & (POLLOUT | POLLWRNORM))
5340 revents |= events & (POLLOUT | POLLWRNORM);
5356 if (events & (POLLOUT | POLLWRNORM)) {
/macosx-10.10.1/ruby-106/ruby/
H A Dthread.c3527 #define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT | POLLERR)

Completed in 306 milliseconds