Searched refs:tout (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/sys/crypto/aesni/
H A Daesni_wrap.c114 __m128i tout[8]; local
125 blks->blk[6], blks->blk[7], tout);
126 top->blk[0] = tout[0];
127 top->blk[1] = tout[1];
128 top->blk[2] = tout[2];
129 top->blk[3] = tout[3];
130 top->blk[4] = tout[4];
131 top->blk[5] = tout[5];
132 top->blk[6] = tout[6];
133 top->blk[7] = tout[
153 __m128i tout[8]; local
215 __m128i tout[8]; local
[all...]
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dmeasure.c74 struct timeval tdone, tcur, ttrans, twait, tout; local
101 tout.tv_sec = tout.tv_usec = 0;
103 if (select(sock_raw+1, &ready, 0,0, &tout)) {
130 mstotvround(&tout, maxmsec);
131 timevaladd(&tdone, &tout); /* when we give up */
167 timevalsub(&tout, &ttrans, &tcur);
168 if (tout.tv_sec < 0)
169 tout.tv_sec = 0;
173 (fd_set *)0, &tout);
[all...]
/freebsd-11-stable/usr.sbin/timed/timedc/
H A Dcmds.c84 struct timeval tout, now; local
92 tout.tv_sec = 2;
93 tout.tv_usec = 0;
107 (fd_set *)0, &tout);
269 struct timeval tout; local
310 tout.tv_sec = 15;
311 tout.tv_usec = 0;
315 &tout)) {
425 struct timeval tout; local
464 tout
[all...]
/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_manager.c178 int tout; local
180 tout = 1000;
181 while (tout > 0) {
184 tout--;
187 if (tout == 0) {
270 int tout; local
280 tout = 1000;
281 while (tout > 0) {
286 tout--;
289 if (tout
[all...]
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsbpf.c55 int initdevice(device, tout)
57 int tout;
122 timeout = tout;
H A Dsnit.c60 int initdevice(device, tout)
62 int tout;
84 timeout = tout;
H A Dsdlpi.c55 int initdevice(device, tout)
57 int tout;
H A Dsockraw.c37 int initdevice(char *device, int tout) argument
/freebsd-11-stable/bin/date/
H A Dnetdate.c68 struct timeval tout; local
134 tout.tv_sec = waittime;
135 tout.tv_usec = 0;
139 found = select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout);
/freebsd-11-stable/contrib/libbegemot/
H A Drpoll.c507 tval_t tout; local
538 if((tout = tims[tfd[0]].when - now) < 0)
539 tout = 0;
541 tout = INFTIM;
543 tout = 0;
546 fprintf(stderr, "rpoll -- selecting with tout=%u", tout);
550 ret = poll(pfd, regs_used, tout == INFTIM ? INFTIM : (tout / 1000));
557 if(tout !
[all...]
/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistd.c419 int c, tout, flags, flush, restore, ret; local
430 tout = 0;
472 tout = atoi(optarg) * 1000;
497 if (tout == 0)
498 tout = 5000;
500 if (tout == 0)
501 tout = 15000;
554 ret = poll(pfd, (nfds_t)nfd, tout);
/freebsd-11-stable/sys/dev/stg/
H A Dtmc18c30.c500 int tout; local
511 tout = sc->sc_tmaxcnt;
512 while (tout -- > 0)
576 if (tout <= 0)
589 int tout; local
600 tout = sc->sc_tmaxcnt;
601 while (tout -- > 0)
653 if (tout <= 0)
757 int tout; local
780 tout
1259 int tout, count; local
[all...]
/freebsd-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c62 tout, /* Output file descriptor */ variable
126 tout = fileno(stdout);
134 return write(tout, buf, n);
678 ioctl(tout, FIONBIO, (char *)&onoff);
858 if (ttyout && tout > maxfd)
859 maxfd = tout;
886 FD_SET(tout, obitsp);
1065 if (FD_ISSET(tout, obitsp)) {
1066 FD_CLR(tout, obitsp);
H A Dutilities.c867 FD_SET(tout, &o);
868 (void) select(tout+1, (fd_set *) 0, &o, (fd_set *) 0,
873 FD_SET(tout, &o);
874 (void) select(tout+1, (fd_set *) 0, &o, (fd_set *) 0,
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c44 tout, /* Output file descriptor */ variable
82 tout = fileno(stdout);
95 return write(tout, buf, n);
510 ioctl(tout, FIONBIO, (char *)&onoff);
782 || tout >= FD_SETSIZE
790 FD_SET(tout, &obits);
975 if (FD_ISSET(tout, &obits)) {
976 FD_CLR(tout, &obits);
H A Dutilities.c820 if (tout >= FD_SETSIZE)
824 FD_SET(tout, &outs);
825 select(tout+1, 0, &outs, 0,
830 FD_SET(tout, &outs);
831 select(tout+1, 0, &outs, 0,
/freebsd-11-stable/lib/libc/rpc/
H A Dpmap_rmt.c81 struct timeval tout, u_long *port_ptr)
105 &r, tout);
79 pmap_rmtcall(struct sockaddr_in *addr, u_long prog, u_long vers, u_long proc, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, struct timeval tout, u_long *port_ptr) argument
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c101 static struct timeval tout = {1, 0}; variable in typeref:struct:timeval
162 (xdrproc_t)xdr_int, (void *)&resp, tout);
213 (xdrproc_t)xdr_int, (void *)&resp, tout);
220 (xdrproc_t)xdr_void, NULL, tout);
/freebsd-11-stable/sys/dev/nsp/
H A Dnsp.c931 int tout; local
934 for (tout = 0; tout < DEV_BSIZE / 10; tout ++)
957 int tout, padding, datalen; local
961 tout = sc->sc_tmaxcnt;
1012 if ((-- tout) <= 0)
1035 int tout, datalen; local
1038 tout = sc->sc_tmaxcnt;
1122 if ((-- tout) <
1756 int tout; local
[all...]
/freebsd-11-stable/tools/tools/net80211/w00t/prga/
H A Dprga.c337 int tout = 10*1000; local
348 if (el >= tout) {
363 el = tout - el;
402 int tout = 20*1000; local
417 if (el >= tout) {
424 el = tout - el;
/freebsd-11-stable/sys/dev/ncv/
H A Dncr53c500.c674 int tout; local
680 tout = sc->sc_tmaxcnt;
682 while (reqlen >= FIFO_F_SZ && tout -- > 0)
709 while (reqlen > 0 && tout -- > 0)
739 int tout; local
744 tout = sc->sc_tmaxcnt;
747 while (reqlen >= FIFO_F_SZ && tout -- > 0)
771 while (reqlen > 0 && tout -- > 0)
/freebsd-11-stable/sys/ddb/
H A Ddb_command.c745 db_expr_t old_radix, tout; local
750 err = db_expression(&tout);
757 tout = 0;
758 } else if ((tout & WD_INTERVAL) == WD_TO_NEVER) {
762 EVENTHANDLER_INVOKE(watchdog_list, tout, &i);
/freebsd-11-stable/sys/dev/mmc/host/
H A Ddwmmc.c620 int tout; local
628 tout = 1000;
630 if (tout-- < 0) {
648 tout = 1000;
650 if (tout-- < 0) {
660 tout = 1000;
662 if (tout-- < 0) {
/freebsd-11-stable/tools/tools/net80211/w00t/expand/
H A Dexpand.c374 int tout = 10*1000; local
386 if (el >= tout) {
395 el = tout - el;
/freebsd-11-stable/sys/dev/digi/
H A Ddigireg.h52 volatile u_short tout; member in struct:board_chan

Completed in 190 milliseconds

12