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

12

/freebsd-10-stable/sys/crypto/aesni/
H A Daesni_wrap.c106 __m128i tout[8]; local
117 blks->blk[6], blks->blk[7], tout);
118 top->blk[0] = tout[0];
119 top->blk[1] = tout[1];
120 top->blk[2] = tout[2];
121 top->blk[3] = tout[3];
122 top->blk[4] = tout[4];
123 top->blk[5] = tout[5];
124 top->blk[6] = tout[6];
125 top->blk[7] = tout[
145 __m128i tout[8]; local
[all...]
/freebsd-10-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-10-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-10-stable/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c459 u_int32_t tout; local
461 tout = 0;
462 while (tout <= 5000000) {
481 DPRINTF("%s: status 0x%x mask 0x%x tout %u\n",
482 __func__, status, mask, tout);
486 if (tout > 1000) {
487 tout += 1000;
490 tout += 10;
501 u_int32_t tout; local
503 tout
559 u_int32_t tout; local
[all...]
/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Dsbpf.c58 int initdevice(device, tout)
60 int tout;
125 timeout = tout;
H A Dsnit.c60 int initdevice(device, tout)
62 int tout;
84 timeout = tout;
H A Dsdlpi.c62 int initdevice(device, tout)
64 int tout;
H A Dsirix.c34 int initdevice(char *device, int tout) argument
H A Dsockraw.c37 int initdevice(char *device, int tout) argument
/freebsd-10-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-10-stable/contrib/ipfilter/ipsd/
H A Dslinux.c104 int initdevice(dev, tout)
106 int tout;
H A Dsbpf.c121 int initdevice(device, tout)
123 int tout;
180 timeout = tout;
H A Dsdlpi.c147 int initdevice(device, tout)
149 int tout;
258 timeout = tout;
H A Dsnit.c116 int initdevice(device, tout)
118 int tout;
174 timeout = tout;
/freebsd-10-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-10-stable/contrib/telnet/telnet/
H A Dsys_bsd.c66 tout, /* Output file descriptor */ variable
130 tout = fileno(stdout);
138 return write(tout, buf, n);
682 ioctl(tout, FIONBIO, (char *)&onoff);
862 if (ttyout && tout > maxfd)
863 maxfd = tout;
890 FD_SET(tout, obitsp);
1069 if (FD_ISSET(tout, obitsp)) {
1070 FD_CLR(tout, obitsp);
/freebsd-10-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-10-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-10-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-10-stable/sys/dev/stg/
H A Dtmc18c30.c520 int s, tout; local
531 tout = sc->sc_tmaxcnt;
532 while (tout -- > 0)
599 if (tout <= 0)
614 int s, tout; local
625 tout = sc->sc_tmaxcnt;
626 while (tout -- > 0)
681 if (tout <= 0)
793 int tout; local
816 tout
1309 int tout, count; local
[all...]
/freebsd-10-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-10-stable/sys/dev/flash/
H A Dat45d.c165 struct timeval now, tout; local
168 getmicrouptime(&tout);
169 tout.tv_sec += 3;
172 if (now.tv_sec > tout.tv_sec)
/freebsd-10-stable/sys/ddb/
H A Ddb_command.c719 db_expr_t old_radix, tout; local
724 err = db_expression(&tout);
731 tout = 0;
732 } else if ((tout & WD_INTERVAL) == WD_TO_NEVER) {
736 EVENTHANDLER_INVOKE(watchdog_list, tout, &i);
/freebsd-10-stable/sys/dev/nsp/
H A Dnsp.c976 int tout; local
979 for (tout = 0; tout < DEV_BSIZE / 10; tout ++)
1004 int tout, padding, datalen; local
1008 tout = sc->sc_tmaxcnt;
1059 if ((-- tout) <= 0)
1084 int tout, datalen; local
1087 tout = sc->sc_tmaxcnt;
1171 if ((-- tout) <
1819 int tout; local
[all...]

Completed in 313 milliseconds

12