Searched refs:efds (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/tests/lib/librumphijack/
H A Dh_client.c74 fd_set rfds, wfds, efds; local
83 FD_ZERO(&efds);
85 rv = select(100, &rfds, &wfds, &efds, &tv);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dpoll.c274 uv_single_fd_set_t rfds, wfds, efds; local
290 efds.fd_count = 1;
291 efds.fd_array[0] = handle->socket;
294 efds.fd_count = 0;
302 r = select(1, (fd_set*) &rfds, (fd_set*) &wfds, (fd_set*) &efds, &timeout);
323 } else if (efds.fd_count > 0) {
324 assert(efds.fd_count == 1);
325 assert(efds.fd_array[0] == handle->socket);
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Deloop.c1068 fd_set *rfds, *wfds, *efds; local
1083 efds = os_malloc(sizeof(*efds));
1084 if (rfds == NULL || wfds == NULL || efds == NULL)
1138 eloop_sock_table_set_fds(&eloop.exceptions, efds);
1139 res = select(eloop.max_sock + 1, rfds, wfds, efds,
1225 eloop_sock_table_dispatch(&eloop.exceptions, efds);
1240 os_free(efds);
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dos-ip.c340 fd_set efds; local
362 FD_ZERO(&efds);
363 FD_SET(s, &efds );
368 &efds,
386 if ( FD_ISSET(s, &efds) ) {
/netbsd-current/external/bsd/libbind/dist/isc/
H A Deventlib.c738 pselect(int nfds, void *rfds, void *wfds, void *efds, argument
765 n = select(nfds, rfds, wfds, efds, tvp);
768 * rfds, wfds, and efds should all be from the same evContext_p,
776 else if (efds != NULL)
777 ctx = ((__evEmulMask *)efds)->ctx;
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Ddv-rv.c721 fd_set efds; local
732 FD_ZERO (&efds);
733 FD_SET (rv->fd, &efds);
737 ret = select (rv->fd + 1, &rfds, NULL, &efds, &tv);
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Ddv-rv.c705 fd_set efds; local
716 FD_ZERO (&efds);
717 FD_SET (rv->fd, &efds);
721 ret = select (rv->fd + 1, &rfds, NULL, &efds, &tv);
/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_send.c1089 pselect(int nfds, void *rfds, void *wfds, void *efds, argument
1103 n = select(nfds, rfds, wfds, efds, tvp);
/netbsd-current/lib/libc/resolv/
H A Dres_send.c1204 pselect(int nfds, void *rfds, void *wfds, void *efds, argument
1218 n = select(nfds, rfds, wfds, efds, tvp);

Completed in 235 milliseconds