Searched refs:write_fds (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | poll_fd.c | 155 fd_set *write_fds; in poll_fd_bsd() local 181 write_fds = 0; in poll_fd_bsd() 184 write_fds = &req_fds; in poll_fd_bsd() 198 switch (select(fd + 1, read_fds, write_fds, &except_fds, tp)) { in poll_fd_bsd()
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | eloop.c | 1120 fd_set read_fds, write_fds; in eloop_run_pselect() local 1126 FD_ZERO(&write_fds); in eloop_run_pselect() 1137 FD_SET(e->fd, &write_fds); in eloop_run_pselect() 1144 n = pselect(maxfd + 1, &read_fds, &write_fds, NULL, ts, sigmask); in eloop_run_pselect() 1156 if (FD_ISSET(e->fd, &write_fds)) in eloop_run_pselect()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| H A D | socket.c | 425 fd_set *write_fds; member 768 FD_SET(fd, thread->write_fds); in watch_fd() 861 FD_CLR(fd, thread->write_fds); in unwatch_fd() 3569 memmove(thread->write_fds_copy, thread->write_fds, in netthread() 3799 thread->write_fds = isc_mem_get(thread->manager->mctx, in setup_thread() 3804 memset(thread->write_fds, 0, thread->fd_bufsize); in setup_thread() 3844 if (thread->write_fds != NULL) { in cleanup_thread() 3845 isc_mem_put(mctx, thread->write_fds, thread->fd_bufsize); in cleanup_thread()
|