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

1234

/freebsd-12-stable/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-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h43 #define POLLOUT 0x0004 macro
52 #define POLLWRNORM POLLOUT
H A Dbsd-poll.c34 * Only supports POLLIN and POLLOUT flags in pfd.events, and POLLIN, POLLOUT
76 if (fds[i].events & POLLOUT) {
102 fds[i].revents |= POLLOUT;
/freebsd-12-stable/sys/sys/
H A Dpoll.h65 #define POLLOUT 0x0004 /* file descriptor is writeable */ macro
67 #define POLLWRNORM POLLOUT /* no write type differentiation */
86 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/freebsd-12-stable/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-12-stable/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-12-stable/contrib/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-12-stable/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-12-stable/contrib/netcat/
H A Datomicio.c47 pfd.events = f == read ? POLLIN : POLLOUT;
/freebsd-12-stable/tools/tools/netmap/
H A Dbridge.c330 pollfd[1].revents = POLLOUT;
335 pollfd[0].revents = POLLOUT;
342 pollfd[1].events |= POLLOUT;
346 pollfd[0].events |= POLLOUT;
380 if (pollfd[0].revents & POLLOUT) {
387 if (pollfd[1].revents & POLLOUT) {
/freebsd-12-stable/crypto/openssh/
H A Datomicio.c62 pfd.events = f == read ? POLLIN : POLLOUT;
119 pfd.events = f == readv ? POLLIN : POLLOUT;
/freebsd-12-stable/contrib/bmake/
H A Djob.h101 #define POLLOUT 0x0004 macro
/freebsd-12-stable/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-12-stable/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_ttypty.c79 pfd.events = POLLOUT;
/freebsd-12-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_networkio.h90 #define POLLOUT 4 macro
/freebsd-12-stable/contrib/apr/support/unix/
H A Dwaitio.c48 pfd.events = for_read ? POLLIN : POLLOUT;
/freebsd-12-stable/contrib/tnftp/
H A Dtnftp.h122 #if !defined(POLLOUT)
123 # define POLLOUT 0x0004 macro
129 # define POLLWRNORM POLLOUT
/freebsd-12-stable/contrib/bearssl/tools/
H A Dsslio.c553 pfd[u].events |= POLLOUT;
571 pfd[u].events = POLLOUT;
595 pfd[u].revents |= POLLIN | POLLOUT;
599 recvapp_ok = recvapp && (pfd[k_out].revents & POLLOUT) != 0;
600 sendrec_ok = sendrec && (pfd[k_fd].revents & POLLOUT) != 0;
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Driostream.c153 fds.events = POLLOUT;
182 fds.events = POLLOUT;
471 fds.events = POLLOUT;
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_device.c260 (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM));
270 if (events & (POLLOUT | POLLWRNORM)) {
271 revents |= events & (POLLOUT | POLLWRNORM);
/freebsd-12-stable/usr.bin/whois/
H A Dwhois.c349 POLLIN | POLLOUT;
415 if (fds[j].revents & ~(POLLIN | POLLOUT)) {
421 } else if (fds[j].revents & (POLLIN | POLLOUT)) {

Completed in 222 milliseconds

1234