Symbol: select
crypto/heimdal/appl/ftp/ftp/ftp.c
565
return (select (FD_SETSIZE, mask, NULL, NULL, &t));
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1233
ret = select(socket + 1, &rfd, NULL, NULL, timeout);
crypto/heimdal/appl/push/push.c
306
ret = select (s + 1, &readset, &writeset, NULL, NULL);
crypto/heimdal/appl/rsh/rsh.c
107
ret = select (max(s, errsock) + 1, &readset, NULL, NULL, NULL);
crypto/heimdal/appl/rsh/rsh.c
500
ret = select (max(errsock, s) + 1, &fdset, NULL, NULL, NULL);
crypto/heimdal/appl/rsh/rshd.c
438
ret = select (max_fd, &readset, NULL, NULL, NULL);
crypto/heimdal/appl/telnet/telnet/network.c
83
value = select(net+1, 0, 0, &excepts, &timeout);
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
801
if ((c = select(FD_SETSIZE, &ibits, &obits, &xbits,
crypto/heimdal/appl/telnet/telnet/utilities.c
824
select(tout+1, 0, &outs, 0,
crypto/heimdal/appl/telnet/telnet/utilities.c
830
select(tout+1, 0, &outs, 0,
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1034
if ((c = select(nfd, &ibits, &obits, &xbits,
crypto/heimdal/appl/telnet/telnetd/utility.c
100
value = select(s+1, 0, 0, &excepts, &timeout);
crypto/heimdal/base/heimbase.c
340
select(0, NULL, NULL, NULL, &tv);
crypto/heimdal/kadmin/kadm_conn.c
201
e = select(max_fd + 1, &read_set, NULL, NULL, NULL);
crypto/heimdal/kdc/connect.c
900
switch(select(max_fd + 1, &fds, 0, 0, &tmout)){
crypto/heimdal/kpasswd/kpasswdd.c
712
retx = select (maxfd + 1, &fdset, NULL, NULL, NULL);
crypto/heimdal/lib/kadm5/ipropd_master.c
933
ret = select (max_fd + 1,
crypto/heimdal/lib/kadm5/ipropd_slave.c
672
ret = select (master_fd + 1,
crypto/heimdal/lib/krb5/changepw.c
619
ret = select (sock + 1, &fdset, NULL, NULL, &tv);
crypto/heimdal/lib/krb5/net_write.c
72
ret = select(fd + 1, NULL, &wfds, NULL, tvp);
crypto/heimdal/lib/krb5/send_to_kdc.c
73
ret = select (fd + 1, &fdset, NULL, NULL, &timeout);
crypto/heimdal/lib/roken/mini_inetd.c
142
ret = select (max_fd + 1, &read_set, NULL, NULL, NULL);
crypto/krb5/src/appl/gss-sample/gss-misc.c
122
if (select(FD_SETSIZE, &rfds, NULL, NULL, &tv) <= 0
crypto/krb5/src/lib/gssapi/generic/disp_major_status.c
35
#define GSS_ERROR_STR(value, array, select, min, max, num) \
crypto/krb5/src/lib/gssapi/generic/disp_major_status.c
36
(((select(value) < (min)) || (select(value) > (max))) ? NULL : \
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
374
*sret = select(out->max, &out->rfds, &out->wfds, &out->xfds, tvp);
crypto/krb5/src/lib/rpc/clnt_tcp.c
460
switch (select(gssrpc__rpc_dtablesize(), &readfds, (fd_set*)NULL, (fd_set*)NULL,
crypto/krb5/src/lib/rpc/clnt_udp.c
311
switch (select(gssrpc__rpc_dtablesize(), &readfds, (fd_set *)NULL,
crypto/krb5/src/lib/rpc/pmap_clnt.c
122
(void) select(tickle+1, &readfds, 0, 0, &tv);
crypto/krb5/src/lib/rpc/pmap_rmt.c
351
switch (select(gssrpc__rpc_dtablesize(), &readfds, (fd_set *)NULL,
crypto/krb5/src/lib/rpc/svc_run.c
60
switch (select(svc_maxfd + 1, &readfds, (fd_set *)0,
crypto/krb5/src/lib/rpc/svc_tcp.c
378
if (select(sock + 1, &readfds, (fd_set*)NULL,
crypto/krb5/src/util/verto/ev.c
1920
select (0, 0, 0, 0, &tv);
crypto/krb5/src/util/verto/ev_select.c
165
res = select (vec_max * NFDBITS, (fd_set *)vec_ro, (fd_set *)vec_wo, (fd_set *)vec_eo, &tv);
crypto/krb5/src/util/verto/ev_select.c
168
res = select (fd_setsize, (fd_set *)vec_ro, (fd_set *)vec_wo, 0, &tv);
crypto/krb5/src/util/verto/ev_select.c
170
res = select (vec_max * NFDBITS, (fd_set *)vec_ro, (fd_set *)vec_wo, 0, &tv);
crypto/openssh/openbsd-compat/bsd-misc.c
251
rc = select(0, NULL, NULL, NULL, &time2wait);
crypto/openssh/openbsd-compat/bsd-misc.c
308
(void)select(0, 0, 0, 0, &sleepytime);
crypto/openssh/openbsd-compat/bsd-pselect.c
142
return select(nfds, readfds, writefds, exceptfds, tvp);
crypto/openssh/openbsd-compat/bsd-pselect.c
173
ret = select(nfds, readfds, writefds, exceptfds, tvp);
crypto/openssh/smult_curve25519_ref.c
155
select(xzmb,xzm1b,xzm,xzm1,b);
crypto/openssh/smult_curve25519_ref.c
174
select(xzm,xzm1,xznb,xzn1b,b);
crypto/openssl/apps/lib/apps.c
3247
select(width, (void *)&asyncfds, NULL, NULL, NULL);
crypto/openssl/apps/lib/s_socket.c
455
} while (select(sock + 1, &readfds, NULL, NULL, &timeout) > 0
crypto/openssl/apps/s_client.c
2638
&& select(width, (void *)&readfds, NULL, NULL,
crypto/openssl/apps/s_client.c
3107
i = select(width, (void *)&readfds, (void *)&writefds,
crypto/openssl/apps/s_client.c
3112
i = select(width, (void *)&readfds, (void *)&writefds,
crypto/openssl/apps/s_client.c
3116
i = select(width, (void *)&readfds, (void *)&writefds,
crypto/openssl/apps/s_client.c
3373
} while (select(sock + 1, &readfds, NULL, NULL, &timeout) > 0
crypto/openssl/apps/s_server.c
2761
i = select(width, (void *)&readfds, NULL, NULL, &timeout);
crypto/openssl/apps/s_server.c
2772
i = select(width, (void *)&readfds, NULL, NULL, timeoutp);
crypto/openssl/apps/s_server.c
3446
i = select(width, (void *)&readfds, NULL, NULL, NULL);
crypto/openssl/apps/speed.c
1705
select_result = select(max_fd + 1, &waitfdset, NULL, NULL, NULL);
crypto/openssl/crypto/bio/bio_sock.c
456
return select(fd + 1, for_read ? &confds : NULL,
crypto/openssl/demos/guide/quic-client-non-block.c
162
select(width, &rfds, &wfds, NULL, tvp);
crypto/openssl/demos/guide/quic-server-non-block.c
277
select(sock + 1, &read_fd, &write_fd, NULL, tvp);
crypto/openssl/demos/guide/tls-client-non-block.c
133
select(width, NULL, &fds, NULL, NULL);
crypto/openssl/demos/guide/tls-client-non-block.c
135
select(width, &fds, NULL, NULL, NULL);
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
1038
return (select(sock + 1, &read_fd, &write_fd, NULL, tvp));
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
471
while ((r = select(fd + 1, &fds, NULL, NULL, NULL)) < 0
crypto/openssl/ssl/quic/quic_reactor.c
328
pres = select(maxfd + 1, &rfd_set, &wfd_set, &efd_set, ptv);
crypto/openssl/ssl/rio/poll_builder.c
161
rc = select(rpb->hwm_fd + 1, &rpb->rfd, &rpb->wfd, &rpb->efd, p_timeout);
crypto/openssl/test/helpers/ssltestlib.c
1040
select(width, &readfds, NULL, NULL, &timeout);
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
259
select(width, &rfds, &wfds, NULL, tvp);
crypto/openssl/test/tls-provider.c
1007
if (key == NULL || (select & OSSL_KEYMGMT_SELECT_KEYPAIR) == 0)
crypto/openssl/test/tls-provider.c
1036
static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb,
crypto/openssl/test/tls-provider.c
1042
if (key == NULL || (select & OSSL_KEYMGMT_SELECT_KEYPAIR) == 0)
crypto/openssl/test/tls-provider.c
1061
static const OSSL_PARAM *xor_import_types(int select)
crypto/openssl/test/tls-provider.c
1063
return (select & OSSL_KEYMGMT_SELECT_KEYPAIR) != 0 ? xor_key_types : NULL;
crypto/openssl/test/tls-provider.c
1066
static const OSSL_PARAM *xor_import_types_ex(void *provctx, int select)
crypto/openssl/test/tls-provider.c
1071
return xor_import_types(select);
crypto/openssl/test/tls-provider.c
1074
static const OSSL_PARAM *xor_export_types(int select)
crypto/openssl/test/tls-provider.c
1076
return (select & OSSL_KEYMGMT_SELECT_KEYPAIR) != 0 ? xor_key_types : NULL;
crypto/openssl/test/tls-provider.c
1079
static const OSSL_PARAM *xor_export_types_ex(void *provctx, int select)
crypto/openssl/test/tls-provider.c
1084
return xor_export_types(select);
crypto/openssl/test/tls-provider.c
997
static int xor_import(void *vkey, int select, const OSSL_PARAM params[])
include/unistd.h
571
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
lib/libbluetooth/hci.c
156
while ((n = select(s + 1, &rfd, NULL, NULL, &tv)) < 0) {
lib/libc/gen/scandir-compat11.c
54
#define SELECT(x) select(x)
lib/libc/gen/scandir-compat11.c
61
int (*select)(const struct freebsd11_dirent *),
lib/libc/gen/scandir-compat11.c
80
if (select != NULL && !SELECT(d))
lib/libc/gen/scandir.c
143
scandir_b(const char *dirname, struct dirent ***namelist, select_block select,
lib/libc/gen/scandir.c
147
int (*select)(const struct dirent *),
lib/libc/gen/scandir.c
163
(dirp, namelist, select, dcomp);
lib/libc/gen/scandir.c
172
fdscandir_b(int dirfd, struct dirent ***namelist, select_block select,
lib/libc/gen/scandir.c
176
int (*select)(const struct dirent *),
lib/libc/gen/scandir.c
192
(dirp, namelist, select, dcomp);
lib/libc/gen/scandir.c
202
select_block select, dcomp_block dcomp)
lib/libc/gen/scandir.c
205
int (*select)(const struct dirent *),
lib/libc/gen/scandir.c
220
(fd, namelist, select, dcomp);
lib/libc/gen/scandir.c
50
#define SELECT(x) CALL_BLOCK(select, x)
lib/libc/gen/scandir.c
55
#define SELECT(x) select(x)
lib/libc/gen/scandir.c
68
scandir_dirp_b(DIR *dirp, struct dirent ***namelist, select_block select,
lib/libc/gen/scandir.c
72
int (*select)(const struct dirent *),
lib/libc/gen/scandir.c
85
if (select != NULL && !SELECT(d))
lib/libc/sys/select.c
40
return (INTERPOS_SYS(select, n, rs, ws, es, t));
lib/libc/tests/sys/cpuset_test.c
530
error = select(maxfd + 1, &lset, NULL, NULL, &tv);
lib/libcasper/libcasper/libcasper_service.c
262
ret = select(maxfd, &fds, NULL, NULL, NULL);
lib/libcasper/libcasper/service.c
443
nfds = select(maxfd + 1, &fds, NULL, NULL, NULL);
lib/libnv/msgio.c
95
(void)select(fd + 1, doread ? &fds : NULL, doread ? NULL : &fds,
lib/libradius/radlib.c
1256
n = select(fd + 1, &readfds, NULL, NULL, &tv);
lib/libsys/interposing_table.c
55
SLOT(select, __sys_select),
lib/libtacplus/taclib.c
271
nfds = select(h->fd + 1, NULL, &wfds, NULL, &tv);
lib/libtacplus/taclib.c
513
select(h->fd + 1, &rfds, NULL, NULL, &tv);
lib/libtacplus/taclib.c
665
select(h->fd + 1, NULL, &wfds, NULL, &tv);
lib/libthr/thread/thr_syscalls.c
681
SLOT(select);
lib/libutil/tests/flopen_test.c
165
select(0, 0, 0, 0, 0);
libexec/bootpd/bootpd.c
508
nfound = select(s + 1, &readfds, NULL, NULL,
libexec/bootpd/bootpgw/bootpgw.c
436
nfound = select(s + 1, (fd_set *)&readfds, NULL, NULL,
libexec/bootpd/tools/bootptest/bootptest.c
388
n = select(s + 1, (fd_set *) & readfds, NULL, NULL, &tv);
libexec/getty/main.c
250
i = select(32, &rfds, NULL, NULL, RT ? &to : NULL);
libexec/rbootd/rbootd.c
217
nsel = select(maxfds, &r, NULL, NULL, NULL);
libexec/rbootd/rbootd.c
221
nsel = select(maxfds, &r, NULL, NULL, &timeout);
sbin/devd/devd.cc
1062
rv = select(fd + 1, &fds, NULL, NULL, &tv);
sbin/devd/devd.cc
1102
rv = select(max_fd, &fds, NULL, NULL, &tv);
sbin/dump/dumprmt.c
102
if (select(errfd + 1, &r, NULL, NULL, &t)) {
sbin/hastd/hastd.c
1114
ret = select(maxfd + 1, &rfds, NULL, NULL, &seltimeout);
sbin/hastd/proto_tcp.c
360
ret = select(tctx->tc_fd + 1, NULL, &fdset, NULL, &tv);
sbin/ipf/ipfstat/ipfstat.c
1668
select(1, &readfd, NULL, NULL, &selecttimeout);
sbin/ipf/ipfsync/ipfsyncd.c
244
n = select(maxfd + 1, &rd, NULL, NULL, NULL);
sbin/ipf/ipmon/ipmon.c
1765
n = select(conf->maxfd + 1, &fdr, NULL, NULL, NULL);
sbin/ipf/ipsend/iptests.c
88
(void) select(0, NULL, NULL, NULL, &tv)
sbin/mount_nfs/mount_nfs.c
552
n = select(s + 1, &rfds, NULL, NULL, &tv);
sbin/natd/natd.c
413
if (select (fdMax + 1,
sbin/nos-tun/nos-tun.c
350
nfds = select(lastfd+1,&rfds,NULL,NULL,NULL);
sbin/routed/main.c
489
n = select(sock_max, &ibits, 0, 0, &wtime);
sbin/routed/rtquery/rtquery.c
413
cc = select(soc+1, &bits, 0,0, &delay);
share/doc/psd/20.ipctut/strchkread.c
79
if (select(sock + 1, &ready, 0, 0, &to) < 0) {
share/examples/ipfilter/l4check/l4check.c
371
i = select(mfd + 1, &rfd, &wfd, NULL, &tv);
share/examples/ipfilter/samples/proxy.c
266
n = select(maxfd + 1, &rd, &wr, NULL, NULL);
share/examples/ipfilter/samples/relay.c
58
switch ((n = select(nfd + 1, &rfds, &wfds, NULL, NULL)))
share/examples/sound/select.c
50
if (select(config.fd + 1, &fds, NULL, NULL, NULL) < 0)
sys/arm/freescale/imx/imx_iomux.c
121
u_int select, mask, shift, width;
sys/arm/freescale/imx/imx_iomux.c
135
select = val & 0x000000ff;
sys/arm/freescale/imx/imx_iomux.c
139
val = (RD4(sc, reg) & ~mask) | (select << shift);
sys/cam/scsi/scsi_ses.h
182
GEN_SES_CTRL_COMMON_ACCESSORS(select, SELECT)
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
143
int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL);
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
154
ar5210Gpio0SetIntr(ah, select, (ar5210GpioGet(ah, select) == polarity));
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
171
int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL);
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
178
ar5211GpioCfgInput(ah, select);
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
188
ar5211GpioSetIntr(ah, select, (ar5211GpioGet(ah, select) != polarity));
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
150
int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
157
ath_hal_gpioCfgInput(ah, select);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
167
ath_hal_gpioSetIntr(ah, select,
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
168
(ath_hal_gpioGet(ah, select) == polarity ? !polarity : polarity));
sys/dev/cxgb/common/cxgb_t3_cpl.h
1516
__u8 select:1;
sys/dev/cxgb/common/cxgb_t3_cpl.h
1518
__u8 select:1;
sys/dev/cxgbe/common/t4_msg.h
3087
__u32 select:1;
sys/dev/cxgbe/common/t4_msg.h
3089
__u32 select:1;
sys/dev/ixl/ixl_pf_iov.c
865
struct virtchnl_queue_select *select;
sys/dev/ixl/ixl_pf_iov.c
868
select = msg;
sys/dev/ixl/ixl_pf_iov.c
870
if (select->vsi_id != vf->vsi.vsi_num ||
sys/dev/ixl/ixl_pf_iov.c
871
select->rx_queues == 0 || select->tx_queues == 0) {
sys/dev/ixl/ixl_pf_iov.c
879
if ((1 << i) & select->tx_queues) {
sys/dev/ixl/ixl_pf_iov.c
904
if ((1 << i) & select->rx_queues) {
sys/dev/ixl/ixl_pf_iov.c
939
struct virtchnl_queue_select *select;
sys/dev/ixl/ixl_pf_iov.c
942
select = msg;
sys/dev/ixl/ixl_pf_iov.c
944
if (select->vsi_id != vf->vsi.vsi_num ||
sys/dev/ixl/ixl_pf_iov.c
945
select->rx_queues == 0 || select->tx_queues == 0) {
sys/dev/ixl/ixl_pf_iov.c
953
if ((1 << i) & select->tx_queues) {
sys/dev/ixl/ixl_pf_iov.c
979
if ((1 << i) & select->rx_queues) {
sys/dev/ppbus/ppb_base.c
196
status->select = r & SELECT;
sys/dev/ppbus/ppbconf.h
99
unsigned int select:1;
sys/dev/sym/sym_fw.h
69
SYM_GEN_A(s, select) SYM_GEN_A(s, wf_sel_done) \
sys/dev/sym/sym_fw1.h
316
SCR_SEL_TBL_ATN ^ offsetof (struct sym_dsb, select),
sys/dev/sym/sym_fw1.h
82
u32 select [ 8];
sys/dev/sym/sym_fw2.h
289
SCR_SEL_TBL_ATN ^ offsetof (struct sym_dsb, select),
sys/dev/sym/sym_fw2.h
336
offsetof(struct sym_dsb, select.sel_scntl3),
sys/dev/sym/sym_fw2.h
80
u32 select [ 8];
sys/dev/sym/sym_hipd.c
1354
struct sym_tblsel select;
sys/dev/sym/sym_hipd.c
3491
u_char wide = (cp->phys.select.sel_scntl3 & EWS) ? 1 : 0;
sys/dev/sym/sym_hipd.c
3634
cp->phys.select.sel_scntl3 = tp->head.wval;
sys/dev/sym/sym_hipd.c
3635
cp->phys.select.sel_sxfer = tp->head.sval;
sys/dev/sym/sym_hipd.c
3637
cp->phys.select.sel_scntl4 = tp->head.uval;
sys/dev/sym/sym_hipd.c
4257
if (cp && (cp->phys.select.sel_scntl3 & EWS)) {
sys/dev/sym/sym_hipd.c
4409
if ((cmd & 7) == 1 && cp && (cp->phys.select.sel_scntl3 & EWS) &&
sys/dev/sym/sym_hipd.c
4782
cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA (np, select));
sys/dev/sym/sym_hipd.c
7553
cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA (np, select));
sys/dev/sym/sym_hipd.c
7559
cp->phys.select.sel_id = cp->target;
sys/dev/sym/sym_hipd.c
7560
cp->phys.select.sel_scntl3 = tp->head.wval;
sys/dev/sym/sym_hipd.c
7561
cp->phys.select.sel_sxfer = tp->head.sval;
sys/dev/sym/sym_hipd.c
7562
cp->phys.select.sel_scntl4 = tp->head.uval;
sys/kern/kern_descrip.c
5422
SYSINIT(select, SI_SUB_LOCK, SI_ORDER_FIRST, filelistinit, NULL);
sys/kern/sys_generic.c
2120
SYSINIT(select, SI_SUB_SYSCALLS, SI_ORDER_ANY, selectinit, NULL);
sys/sys/select.h
129
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
sys/teken/demo/teken_demo.c
327
if (select(ptfd + 1, &rfds, NULL, NULL, NULL) < 0) {
tests/sys/capsicum/capability-fd.cc
566
ret = select(cap_fd+1, &rset, &wset, NULL, &tv);
tests/sys/capsicum/select.cc
63
int ret = select(maxfd+1, &rset, &wset, NULL, &tv);
tests/sys/capsicum/select.cc
73
ret = select(maxfd+1, &rset, &wset, NULL, &tv);
tests/sys/fifo/fifo_io.c
896
if (select(fd+1, &readfds, &writefds, &exceptfds, &timeout) < 0) {
tests/sys/fs/fusefs/mockfs.cc
1057
nready = select(nfds, NULL, &writefds, NULL, NULL);
tests/sys/fs/fusefs/mockfs.cc
991
nready = select(nfds, &readfds, NULL, NULL,
tests/sys/kern/listener_wakeup.c
157
rv = select(s + 1, &fds, &fds, &fds, NULL);
tests/sys/kern/pipe/big_pipe_test.c
26
i = select(fd+1, NULL, &wfd, NULL, NULL);
tests/sys/kern/pipe/pipe_reverse2_test.c
48
n = select(pip[1] + 1, NULL, &set, NULL, &(struct timeval){ 0, 0 });
tests/sys/kern/pipe/pipe_reverse2_test.c
58
n = select(pip[1] + 1, NULL, &set, NULL, &(struct timeval){ 0, 0 });
tests/sys/kern/unix_dgram.c
301
ATF_REQUIRE(select(fd + 1, &rfds, NULL, NULL, NULL) == 1);
tests/sys/kern/unix_stream.c
133
nfds = select(ctx->sv[0] + 1,
tests/sys/mqueue/mqtest3.c
62
status = select(mq_getfd_np(mq) + 1, &set, NULL,
tests/sys/mqueue/mqtest3.c
94
status = select(mq_getfd_np(mq) + 1, NULL, &set,
tests/sys/netgraph/util.c
207
switch (select(maxfd + 1, &fds, NULL, NULL, &timeout))
tests/sys/netpfil/common/divapp.c
83
s = select(c->fd + 1, &readfds, 0, 0, &timeout);
tests/sys/sound/polling.c
182
ATF_REQUIRE_MSG(select(fd + 2, &fds[0], &fds[1], NULL, NULL) > 0,
tools/regression/capsicum/syscalls/misc.c
48
return (select(pfd + 1, NULL, &fdset, NULL, NULL) == -1 ? -1 : 0);
tools/regression/poll/pipeselect.c
107
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/poll/pipeselect.c
116
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/poll/pipeselect.c
122
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/poll/pipeselect.c
131
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/poll/pipeselect.c
147
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/poll/pipeselect.c
156
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/poll/pipeselect.c
170
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/poll/pipeselect.c
176
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/poll/pipeselect.c
196
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/poll/pipeselect.c
201
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/poll/pipeselect.c
206
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/poll/pipeselect.c
76
if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0)
tools/regression/sockets/unix_cmsg/uc_common.c
364
rv = select(listenfd + 1, &rset, (fd_set *)NULL, (fd_set *)NULL, &tv);
tools/regression/sockets/zerosend/zerosend.c
170
ret = select(sock2 + 1, NULL, &writefds, &exceptfds, &tv);
tools/test/gpioevents/gpioevents.c
313
res = select(FD_SETSIZE, &readfds, NULL, NULL, tv_ptr);
tools/test/netfibs/reflect.c
255
rc = select(s + 1, &rset, NULL, NULL, NULL);
tools/test/stress2/testcases/mkfifo/mkfifo.c
61
if (select(fd + 1, &set, NULL, NULL, &tv) == 1) {
tools/tools/net80211/stumbler/stumbler.c
988
rd = select(bpf_s+1, &fds,NULL , NULL, &tv);
tools/tools/net80211/w00t/ap/ap.c
836
if (select(max+1, &fds, NULL, NULL, &to) == -1)
tools/tools/net80211/w00t/assoc/assoc.c
816
rc = select(p.rx+1, &fds, NULL,
tools/tools/net80211/w00t/assoc/assoc.c
897
max = select(max+1, &fds, NULL, NULL, NULL);
tools/tools/net80211/w00t/expand/expand.c
402
if (select(p->rx+1, &fds, NULL, NULL, to) == -1)
tools/tools/net80211/w00t/prga/prga.c
367
if (select(p->rx+1, &fds, NULL, NULL, &now) == -1)
tools/tools/net80211/w00t/prga/prga.c
428
if (select(p->rx+1, &fds, NULL, NULL, &now) == -1)
tools/tools/net80211/w00t/redir/redir.c
606
if (select(max+1, &fds, NULL, NULL, to) == -1)
tools/tools/net80211/wesside/dics/dics.c
407
rd = select(us+1, &rfds, NULL, NULL, &tv);
tools/tools/net80211/wesside/udps/udps.c
161
rd = select(s + 1, &rfds, NULL ,NULL ,&tv);
tools/tools/net80211/wesside/wesside/wesside.c
2575
rd = select(largest+1, &rfd, NULL, NULL, &tv);
tools/tools/net80211/wlaninject/wlaninject.c
785
if (select(fd2+1, &fds, NULL, NULL, &tv) == -1)
tools/tools/netmap/ctrs.h
106
if (select(0, NULL, NULL, NULL, &delta) < 0 && errno != EINTR) {
tools/tools/netrate/tcpconnect/tcpconnect.c
94
if (select(s + 1, &read_set, &read_set, &read_set, NULL) < 0) {
tools/tools/syscall_timing/syscall_timing.c
609
(void)select(0, &readfds, &writefds, &exceptfds, &tv);
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
302
n = select(max(amaster, s) + 1, &rfd, NULL, NULL, NULL);
usr.bin/systat/keyboard.c
86
n = select(STDIN_FILENO + 1, &rfds, NULL, NULL, &tm);
usr.bin/top/top.c
709
select(0, NULL, NULL, NULL, &timeout);
usr.bin/top/top.c
768
sel_ret = select(2, &readfds, NULL, NULL, &timeout);
usr.sbin/apmd/apmd.c
612
if ((res=select(fdmax + 1, &rfds, 0, 0, &to)) < 0) {
usr.sbin/bhyve/pci_virtio_input.c
109
uint8_t select;
usr.sbin/bhyve/pci_virtio_input.c
394
switch (sc->vsc_config.select) {
usr.sbin/bhyve/pci_virtio_input.c
432
sc->vsc_config.select, sc->vsc_config.subsel));
usr.sbin/bhyve/rfb.c
1009
err = select(cfd+1, &rfds, NULL, NULL, &tv);
usr.sbin/bluetooth/bthidd/server.c
192
n = select(srv->maxfd + 1, &rfdset, &wfdset, NULL, &tv);
usr.sbin/bluetooth/btpand/event.c
143
nfd = select(nfd + 1, &r, &w, NULL, &timeout);
usr.sbin/bluetooth/hccontrol/send_recv.c
164
n = select(s + 1, &rfd, NULL, NULL, &tv);
usr.sbin/bluetooth/l2ping/l2ping.c
232
select(0, NULL, NULL, NULL, &a);
usr.sbin/bluetooth/sdpd/server.c
258
n = select(srv->maxfd + 1, &fdset, NULL, NULL, NULL);
usr.sbin/inetd/builtins.c
485
if (select(s + 1, &fdset, NULL, NULL, &tv) == -1)
usr.sbin/inetd/inetd.c
567
if ((n = select(maxsock + 1, &readable, (fd_set *)0,
usr.sbin/ipfwpcap/ipfwpcap.c
228
r = select(nfd, &rds, NULL, NULL, NULL);
usr.sbin/lpr/common_source/common.c
273
(void) select(0, (fd_set *)0, (fd_set *)0, (fd_set *)0, &tdelay);
usr.sbin/lpr/lpd/lpd.c
366
nfds = select(20, &readfds, 0, 0, 0);
usr.sbin/mld6query/mld6.c
188
if ((i = select(s + 1, &fdset, NULL, NULL, NULL)) < 0)
usr.sbin/mountd/mountd.c
786
switch (select(svc_maxfd + 1, &readfds, NULL, NULL,
usr.sbin/moused/msconvd/msconvd.c
1211
if (select(FD_SETSIZE, &fds, NULL, NULL, NULL) <= 0)
usr.sbin/moused/msconvd/msconvd.c
1260
if (select(FD_SETSIZE, &fds, NULL, NULL, NULL) <= 0)
usr.sbin/moused/msconvd/msconvd.c
1273
if (select(FD_SETSIZE, &fds, NULL, NULL, NULL) <= 0)
usr.sbin/moused/msconvd/msconvd.c
2010
if (select(FD_SETSIZE, &fds, NULL, NULL, &timeout) > 0) {
usr.sbin/moused/msconvd/msconvd.c
2031
if (select(FD_SETSIZE, &fds, NULL, NULL, &timeout) > 0) {
usr.sbin/moused/msconvd/msconvd.c
2070
if (select(FD_SETSIZE, &fds, NULL, NULL, &timeout) > 0) {
usr.sbin/moused/msconvd/msconvd.c
2126
if (select(FD_SETSIZE, &fds, NULL, NULL, &timeout) <= 0)
usr.sbin/moused/msconvd/msconvd.c
686
c = select(FD_SETSIZE, &fds, NULL, NULL, NULL);
usr.sbin/nfscbd/nfscbd.c
288
if (select(maxsock + 1,
usr.sbin/nfsd/nfsd.c
866
if (select(maxsock + 1,
usr.sbin/nghook/main.c
195
if (select(FD_SETSIZE, &rfds, NULL, NULL, NULL) < 0)
usr.sbin/powerd/powerd.c
788
rfds = select(nfds, &fdset, NULL, &fdset, &timeout);
usr.sbin/ppp/ether.c
239
ret = select(dev->cs + 1, r, NULL, NULL, &t);
usr.sbin/ppp/main.c
591
i = select(nfds, rfds, wfds, efds, NULL);
usr.sbin/ppp/main.c
603
if (select(nfds, rfds, wfds, efds, &t) != -1) {
usr.sbin/ppp/main.c
612
if (select(nfds, rfds, wfds, efds, &t) != -1) {
usr.sbin/ppp/main.c
621
if (select(nfds, rfds, wfds, efds, &t) != -1) {
usr.sbin/ppp/main.c
675
select(0, NULL, NULL, NULL, &t);
usr.sbin/ppp/netgraph.c
190
ret = select(dev->cs + 1, r, NULL, NULL, &t);
usr.sbin/ppp/probe.c
49
select(0, NULL, NULL, NULL, &t);
usr.sbin/ppp/radius.c
705
select(r->cx.fd + 1, &s, NULL, NULL, &tv);
usr.sbin/pppctl/pppctl.c
190
if ((Result = select(fd + 1, &f, NULL, NULL, &t)) <= 0) {
usr.sbin/pppctl/pppctl.c
222
if (select(data + 1, &f, NULL, NULL, &t) > 0) {
usr.sbin/pppctl/pppctl.c
332
if ((ret = select(td->ppp + 1, &f, NULL, NULL, NULL)) > 0) {
usr.sbin/rarpd/rarpd.c
537
if (select(maxfd + 1, &listeners, NULL, NULL, NULL) == -1) {
usr.sbin/route6d/route6d.c
487
switch (select(maxfd + 1, recvecp, 0, 0, 0))
usr.sbin/rpc.tlsservd/rpc.tlscommon.c
104
switch (select(svc_maxfd + 1, &readfds, NULL, NULL, &tv)) {
usr.sbin/rpc.ypupdated/ypupdated_main.c
142
switch (select(fd_setsize, &readfds, NULL, NULL,
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
145
switch (select(fd_setsize, &readfds, NULL, NULL,
usr.sbin/rrenumd/rrenumd.c
636
if ((i = select(maxfd + 1, &select_fd, NULL, NULL,
usr.sbin/traceroute/traceroute.c
1239
error = select(sock + 1, fdsp, NULL, NULL, &wait);
usr.sbin/traceroute6/traceroute6.c
1079
if (select(sock + 1, fdsp, (fd_set *)0, (fd_set *)0, &wait) > 0)
usr.sbin/uhsoctl/uhsoctl.c
1506
error = select(ctx.fd + 1, &set, NULL, NULL, NULL);
usr.sbin/uhsoctl/uhsoctl.c
617
error = select(ctx->fd + 1, &set, NULL, NULL, NULL);
usr.sbin/watch/watch.c
353
res = select(snp_io + 1, &fd_s, NULL, NULL, NULL);
usr.sbin/ypbind/ypbind.c
490
switch (select(_rpc_dtablesize(), &fdsr, NULL, NULL, &tv)) {
usr.sbin/ypbind/ypbind.c
614
if (select(FD_SETSIZE, NULL, &fds, NULL, &timeout) == -1)
usr.sbin/yppush/yppush_main.c
239
rc = select(svc_maxfd + 1, &readfds, NULL, NULL, &timeout);
usr.sbin/ypserv/yp_main.c
154
switch (select(fd_setsize, &readfds, NULL, NULL,