Searched refs:select (Results 151 - 175 of 331) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/zstd/lib/
H A Dlibzstd.mk8 # You may select, at your option, one of the above-listed licenses.
/freebsd-current/usr.sbin/bluetooth/sdpd/
H A Dserver.c34 #include <sys/select.h>
256 /* Copy cached version of the fd set and call select */
258 n = select(srv->maxfd + 1, &fdset, NULL, NULL, NULL);
263 log_err("Could not select(%d, %p). %s (%d)",
/freebsd-current/tools/tools/net80211/w00t/assoc/
H A Dassoc.c816 rc = select(p.rx+1, &fds, NULL,
819 err(1, "select()");
897 max = select(max+1, &fds, NULL, NULL, NULL);
899 err(1, "select()");
/freebsd-current/lib/libc/tests/sys/
H A Dcpuset_test.c32 #include <sys/select.h>
502 error = select(maxfd + 1, &lset, NULL, NULL, &tv);
509 ATF_REQUIRE_MSG(error > 0, "Unexpected error %d from select()", errno);
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dmlfk_ipl.c21 #include <sys/select.h>
142 # include <sys/select.h>
/freebsd-current/share/mk/
H A Dbsd.compat.mk87 # In the program linking case, select LIBCOMPAT
H A Ddirdeps-targets.mk28 # Finally we select any that match conditions like REQUESTED_MACHINE
/freebsd-current/contrib/telnet/telnet/
H A Dutilities.c854 * way to the kernel (thus the select).
866 (void) select(tout+1, (fd_set *) 0, &o, (fd_set *) 0,
872 (void) select(tout+1, (fd_set *) 0, &o, (fd_set *) 0,
/freebsd-current/contrib/sendmail/src/
H A Dsfsasl.c595 ** does happen the select is set for exceptions too.
598 ** A select() exception loops back so that a proper SSL
638 ret = select(rfd + 1, &ssl_maskr, NULL, &ssl_maskx,
656 ret = select(wfd + 1, NULL, &ssl_maskw, &ssl_maskx,
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps-targets.mk28 # Finally we select any that match conditions like REQUESTED_MACHINE
H A Dsys.vars.mk131 # index values use ${M_Index:S,K,key,}:[1] to select only the first.
/freebsd-current/usr.sbin/moused/
H A Dmoused.c1057 c = select(FD_SETSIZE, &fds, NULL, NULL,
1610 ** to 1200 Baud. Hence I have to select the desired protocol
1611 ** first, then select the baud rate.
1641 /* select MM series data format */
1645 /* select report rate/frequency */
1714 if (select(FD_SETSIZE, &fds, NULL, NULL, NULL) <= 0)
1763 if (select(FD_SETSIZE, &fds, NULL, NULL, NULL) <= 0)
1776 if (select(FD_SETSIZE, &fds, NULL, NULL, NULL) <= 0)
2808 if (select(FD_SETSIZE, &fds, NULL, NULL, &timeout) > 0) {
2829 if (select(FD_SETSIZ
[all...]
/freebsd-current/crypto/heimdal/base/
H A Dheimbase.c340 select(0, NULL, NULL, NULL, &tv);
/freebsd-current/contrib/pf/libevent/
H A Dselect.c1 /* $OpenBSD: select.c,v 1.2 2002/06/25 15:50:15 mickey Exp $ */
81 "select",
97 /* Disable select when this environment variable is set */
166 res = select(sop->event_fds + 1, sop->event_readset_out,
173 event_warn("select");
182 event_debug(("%s: select reports %d", __func__, res));
283 * of the fd_sets for select(2)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua392 if select('#', ...) == 1 then
445 assert(string.find(tostring(select), 'function:'))
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dwin32select.c312 /* Windows doesn't like you to call select() with no sockets */
319 res = select(fd_count,
326 event_debug(("%s: select returned %d", __func__, res));
/freebsd-current/crypto/openssl/apps/lib/
H A Ds_socket.c408 } while (select(sock + 1, &readfds, NULL, NULL, &timeout) > 0
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c150 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL); local
157 ath_hal_gpioCfgInput(ah, select);
167 ath_hal_gpioSetIntr(ah, select,
168 (ath_hal_gpioGet(ah, select) == polarity ? !polarity : polarity));
/freebsd-current/share/examples/ipfilter/samples/
H A Dproxy.c266 n = select(maxfd + 1, &rd, &wr, NULL, NULL);
/freebsd-current/libexec/bootpd/tools/bootptest/
H A Dbootptest.c388 n = select(s + 1, (fd_set *) & readfds, NULL, NULL, &tv);
390 perror("select");
/freebsd-current/usr.sbin/bluetooth/bthidd/
H A Dserver.c188 /* Copy cached version of the fd sets and call select */
192 n = select(srv->maxfd + 1, &rfdset, &wfdset, NULL, &tv);
197 syslog(LOG_ERR, "Could not select(%d, %p, %p). %s (%d)",
/freebsd-current/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c302 n = select(max(amaster, s) + 1, &rfd, NULL, NULL, NULL);
307 syslog(LOG_ERR, "Could not select(). %s",
/freebsd-current/sys/teken/demo/
H A Dteken_demo.c327 if (select(ptfd + 1, &rfds, NULL, NULL, NULL) < 0) {
/freebsd-current/usr.sbin/yppush/
H A Dyppush_main.c239 rc = select(svc_maxfd + 1, &readfds, NULL, NULL, &timeout);
244 yp_error("select failed: %s", strerror(errno));
247 yp_error("select() timed out");
/freebsd-current/contrib/libevent/
H A Dwin32select.c312 /* Windows doesn't like you to call select() with no sockets */
319 res = select(fd_count,
326 event_debug(("%s: select returned %d", __func__, res));

Completed in 496 milliseconds

1234567891011>>