Searched refs:select (Results 201 - 225 of 331) sorted by relevance

1234567891011>>

/freebsd-current/crypto/heimdal/appl/rsh/
H A Drsh.c107 ret = select (max(s, errsock) + 1, &readset, NULL, NULL, NULL);
112 err (1, "select");
500 ret = select (max(errsock, s) + 1, &fdset, NULL, NULL, NULL);
504 warn ("select");
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c127 ret = select(fd + 1, NULL, &fdset, NULL,
282 if (select(maxfd + 1, &fds, NULL, NULL, NULL) == -1) {
285 pjdlog_exit(EX_TEMPFAIL, "select() failed");
/freebsd-current/contrib/ldns/
H A Dnet.c162 ret = select(sockfd+1, NULL, &fds, NULL, &timeout);
164 ret = select(sockfd+1, &fds, NULL, NULL, &timeout);
209 /* perform nonblocking connect, to be able to wait with select() */
/freebsd-current/contrib/libpcap/
H A Dpcap-sita.c757 retval = select(max_fs + 1, &working_set, NULL, NULL, &tv);
937 retval = select(fd + 1, &w_fds, NULL, NULL, &tv);
1033 * "handle->fd" is a socket, so "select()" and "poll()"
/freebsd-current/sys/dev/sym/
H A Dsym_fw1.h82 u32 select [ 8]; member in struct:SYM_FWA_SCR
314 * And try to select this target.
316 SCR_SEL_TBL_ATN ^ offsetof (struct sym_dsb, select),
1365 * And try to select this target.
H A Dsym_hipd.c1262 * select/reselect, and copied back just after disconnecting.
1357 struct sym_tblsel select; member in struct:sym_dsb
3496 u_char wide = (cp->phys.select.sel_scntl3 & EWS) ? 1 : 0;
3639 cp->phys.select.sel_scntl3 = tp->head.wval;
3640 cp->phys.select.sel_sxfer = tp->head.sval;
3642 cp->phys.select.sel_scntl4 = tp->head.uval;
4261 if (cp && (cp->phys.select.sel_scntl3 & EWS)) {
4413 if ((cmd & 7) == 1 && cp && (cp->phys.select.sel_scntl3 & EWS) &&
4786 cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA (np, select));
7553 cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA (np, select));
[all...]
/freebsd-current/tools/tools/net80211/stumbler/
H A Dstumbler.c29 #include <sys/select.h>
988 rd = select(bpf_s+1, &fds,NULL , NULL, &tv);
990 die(1, "select()");
/freebsd-current/tools/tools/net80211/w00t/ap/
H A Dap.c27 #include <sys/select.h>
795 /* figure out select timeout */
831 /* select */
836 if (select(max+1, &fds, NULL, NULL, &to) == -1)
837 err(1, "select()");
/freebsd-current/tests/sys/fifo/
H A Dfifo_io.c30 #include <sys/select.h>
68 * - When a fifo is empty, poll, select, kqueue, and fionread report it is
71 * - When a fifo has data in it, poll, select, and kqueue report that it is
896 if (select(fd+1, &readfds, &writefds, &exceptfds, &timeout) < 0) {
897 warn("%s: select", testname);
1058 * test_events() uses poll(), select(), and kevent() to query the status of
1060 * based on earlier semantic tests: specifically, whether or not poll/select/
/freebsd-current/usr.sbin/bhyve/
H A Drfb.c36 #include <sys/select.h>
826 err = select(cfd+1, &rfds, NULL, NULL, &tv);
/freebsd-current/sbin/devd/
H A Ddevd.cc1058 rv = select(fd + 1, &fds, NULL, NULL, &tv);
1098 rv = select(max_fd, &fds, NULL, NULL, &tv);
1107 err(1, "select");
/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c490 switch (select(_rpc_dtablesize(), &fdsr, NULL, NULL, &tv)) {
496 syslog(LOG_WARNING, "select: %m");
614 if (select(FD_SETSIZE, NULL, &fds, NULL, &timeout) == -1)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp43 bool select(MachineInstr &I) override;
47 /// tblgen generated 'select' implementation that is used as the initial
606 // No more than 3 instructions are used if we can select the i64 immediate
708 bool PPCInstructionSelector::select(MachineInstr &I) {
/freebsd-current/contrib/unbound/services/
H A Doutside_network.c89 /** select a DNS ID for a TCP stream */
958 /* re-select an ID when moving to a new TCP buffer */
1072 * and it can select a different server (if possible), or
2092 /* randomly select interface and port */
2194 /* select id */
2199 /* select src_if, port */
2345 unsigned select, count, space; local
2366 select = ub_random_max(outnet->rnd, 0xffff - reuse->tree_by_id.count);
2367 /* select value now in 0 .. num free - 1 */
2372 /* see if select i
[all...]
/freebsd-current/sys/conf/
H A Dkern.opts.mk3 # modules. These select which parts to compile in or out (eg INET) or which
/freebsd-current/crypto/openssl/apps/
H A Ds_client.c2383 && select(width, (void *)&readfds, NULL, NULL,
2773 * Note that select() returns when read _would not block_,
2808 * just fall through. Otherwise we timeout the select every
2817 i = select(width, (void *)&readfds, (void *)&writefds,
2822 i = select(width, (void *)&readfds, (void *)&writefds,
2826 i = select(width, (void *)&readfds, (void *)&writefds,
2830 BIO_printf(bio_err, "bad select %d\n",
3080 } while (select(sock + 1, &readfds, NULL, NULL, &timeout) > 0
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp66 bool select(MachineInstr &I) override;
70 /// tblgen-erated 'select' implementation, used as the initial selector for
347 bool X86InstructionSelector::select(MachineInstr &I) { function in class:X86InstructionSelector
566 // make any changes. So long as we select an opcode which is capable of
723 llvm_unreachable("Can't select G_CONSTANT, unsupported type.");
785 // select it as a regular move.
910 // into the vector class, just replace it with copy, as we are able to select
1397 if (!select(ExtrInst))
1439 if (!select(InsertInst))
1447 if (!select(CopyIns
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c142 # include <sys/select.h>
144 # error need poll() or select()
245 * GPSD supports the same links, we can select devices by a fixed name.
1984 * and 'select()' otherwise.
2007 rc = select(up->fdt+1, NULL, &wset, NULL, &tout);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp45 bool select(MachineInstr &MI) override;
55 // tblgen-erated 'select' implementation, used as the initial selector for
497 bool RISCVInstructionSelector::select(MachineInstr &MI) {
753 return select(*PtrToInt);
/freebsd-current/contrib/libbegemot/
H A Drpoll.c30 * These functions try to hide the poll/select/setitimer interface from the
177 static fd_set rset, wset, xset; /* file descriptor sets for select() */
315 * Build the structures used by poll() or select()
550 ret = select(maxfd+1,
559 _panic("poll/select: %s", strerror(errno));
/freebsd-current/crypto/heimdal/appl/push/
H A Dpush.c306 ret = select (s + 1, &readset, &writeset, NULL, NULL);
311 err (1, "select");
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c803 if ((c = select(FD_SETSIZE, &ibits, &obits, &xbits,
815 printf("sleep(5) from telnet, after select\r\n");
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c100 value = select(s+1, 0, 0, &excepts, &timeout);
104 fatalperror(ourpty, "select");
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c672 ret = select (master_fd + 1,
678 krb5_err (context, 1, errno, "select");
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dchangepw.c619 ret = select (sock + 1, &fdset, NULL, NULL, &tv);

Completed in 417 milliseconds

1234567891011>>