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

123

/freebsd-10.3-release/tools/regression/poll/
H A Dsockpoll.c24 case POLLOUT:
25 result = "POLLOUT";
27 case POLLIN | POLLOUT:
28 result = "POLLIN | POLLOUT";
36 case POLLOUT | POLLHUP:
37 result = "POLLOUT | POLLHUP";
39 case POLLIN | POLLOUT | POLLHUP:
40 result = "POLLIN | POLLOUT | POLLHUP";
91 pfd0.events = POLLIN | POLLOUT;
93 pfd1.events = POLLIN | POLLOUT;
[all...]
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h43 #define POLLOUT 0x0004 macro
52 #define POLLWRNORM POLLOUT
H A Dbsd-poll.c36 * Only supports POLLIN and POLLOUT flags in pfd.events, and POLLIN, POLLOUT
78 if (fds[i].events & POLLOUT) {
104 fds[i].revents |= POLLOUT;
/freebsd-10.3-release/sys/sys/
H A Dpoll.h63 #define POLLOUT 0x0004 /* file descriptor is writeable */ macro
65 #define POLLWRNORM POLLOUT /* no write type differentiation */
84 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/freebsd-10.3-release/tools/regression/netinet/tcpfullwindowrst/
H A Dtcpfullwindowrsttest.c102 pfd[0].events = POLLOUT;
104 pfd[1].events = POLLOUT;
114 if (pfd[0].revents & POLLOUT) {
121 if (pfd[1].revents & POLLOUT) {
/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A Ddevpoll.c207 what |= POLLIN | POLLOUT;
209 what |= POLLIN | POLLOUT;
213 if (what & POLLOUT)
245 res |= POLLOUT;
264 res |= POLLOUT;
276 if ((res & (POLLIN|POLLOUT)) != (POLLIN|POLLOUT)) {
284 devpoll_queue(devpollop, fd, POLLOUT);
285 } else if ((res & POLLOUT) && (old & EV_READ)) {
H A Dpoll.c202 what |= POLLIN|POLLOUT;
205 if (what & POLLOUT)
265 pfd->events |= POLLOUT;
299 pfd->events &= ~POLLOUT;
H A Devport.c102 (FDI_HAS_WRITE(fdi) ? POLLOUT : 0)
346 if (pevt->portev_events & POLLOUT)
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_poll.c52 pfd.events = POLLIN | POLLHUP | POLLOUT;
64 pfd.events = POLLIN | POLLHUP | POLLOUT;
79 pfd.events = POLLIN | POLLHUP | POLLOUT;
167 pfds[1].events = POLLOUT;
186 ATF_REQUIRE_EQ_MSG(pfds[1].revents, POLLOUT, "got: %d",\
195 ATF_REQUIRE_EQ_MSG(pfds[1].revents, POLLOUT, "got: %d",
208 ATF_REQUIRE_EQ_MSG(pfds[1].revents, POLLOUT, "got: %d",
257 pfds[1].events = POLLOUT;
280 ATF_REQUIRE_EQ_MSG(pfds[1].revents, POLLOUT, "got: %d",\
289 ATF_REQUIRE_EQ_MSG(pfds[1].revents, POLLOUT, "go
[all...]
/freebsd-10.3-release/contrib/netcat/
H A Datomicio.c47 pfd.events = f == read ? POLLIN : POLLOUT;
H A Dnetcat.c709 pfd.events = POLLOUT;
919 pfd[POLL_NETOUT].events = POLLOUT;
925 if (pfd[POLL_NETOUT].revents & POLLOUT && stdinbufpos > 0) {
950 pfd[POLL_STDOUT].events = POLLOUT;
960 if (pfd[POLL_STDOUT].revents & POLLOUT && netinbufpos > 0) {
1064 pfd.events = POLLOUT;
/freebsd-10.3-release/crypto/openssh/
H A Datomicio.c62 pfd.events = f == read ? POLLIN : POLLOUT;
119 pfd.events = f == readv ? POLLIN : POLLOUT;
H A Dmonitor_fdpass.c89 pfd.events = POLLOUT;
/freebsd-10.3-release/contrib/bmake/
H A Djob.h101 #define POLLOUT 0x0004 macro
/freebsd-10.3-release/contrib/pf/libevent/
H A Dpoll.c134 if (pop->event_set[idx].events & POLLOUT) {
187 what |= POLLIN|POLLOUT;
192 if (what & POLLOUT) {
303 pfd->events |= POLLOUT;
344 pfd->events &= ~POLLOUT;
/freebsd-10.3-release/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_ttypty.c79 pfd.events = POLLOUT;
/freebsd-10.3-release/contrib/apr/include/arch/unix/
H A Dapr_arch_networkio.h90 #define POLLOUT 4 macro
/freebsd-10.3-release/contrib/apr/support/unix/
H A Dwaitio.c48 pfd.events = for_read ? POLLIN : POLLOUT;
/freebsd-10.3-release/tools/tools/netmap/
H A Dbridge.c266 pollfd[1].events |= POLLOUT;
270 pollfd[0].events |= POLLOUT;
301 if (pollfd[0].revents & POLLOUT) {
306 if (pollfd[1].revents & POLLOUT) {
/freebsd-10.3-release/contrib/tnftp/
H A Dtnftp.h122 #if !defined(POLLOUT)
123 # define POLLOUT 0x0004 macro
129 # define POLLWRNORM POLLOUT
/freebsd-10.3-release/sys/fs/fuse/
H A Dfuse_device.c184 (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM));
194 if (events & (POLLOUT | POLLWRNORM)) {
195 revents |= events & (POLLOUT | POLLWRNORM);
/freebsd-10.3-release/usr.bin/whois/
H A Dwhois.c315 POLLIN | POLLOUT;
376 if (fds[j].revents & ~(POLLIN | POLLOUT)) {
382 } else if (fds[j].revents & (POLLIN | POLLOUT)) {
/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_filio.c86 /* POLLWRNORM already equals POLLOUT, so we don't worry about that */
87 if (pfd[idx].revents & (POLLOUT | POLLWRNORM | POLLWRBAND))
88 pfd[idx].revents |= (POLLOUT | POLLWRNORM | POLLWRBAND);
/freebsd-10.3-release/contrib/netbsd-tests/net/fdpass/
H A Dfdpass.c80 pfd.events = POLLOUT;
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c208 fds[idx].events = POLLOUT;

Completed in 487 milliseconds

123