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

12

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dhpux.c21 int initdevice(device, sport, tout)
23 int sport, tout;
77 int initdevice(device, sport, tout)
79 int sport, tout;
H A Dsbpf.c57 int initdevice(device, tout)
59 int tout;
124 timeout = tout;
H A Dsnit.c60 int initdevice(device, tout)
62 int tout;
84 timeout = tout;
H A Dsdlpi.c63 int initdevice(device, tout)
65 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-9.3-release/usr.sbin/timed/timed/
H A Dmeasure.c76 struct timeval tdone, tcur, ttrans, twait, tout; local
103 tout.tv_sec = tout.tv_usec = 0;
105 if (select(sock_raw+1, &ready, 0,0, &tout)) {
132 mstotvround(&tout, maxmsec);
133 timevaladd(&tdone, &tout); /* when we give up */
169 timevalsub(&tout, &ttrans, &tcur);
170 if (tout.tv_sec < 0)
171 tout.tv_sec = 0;
175 (fd_set *)0, &tout);
[all...]
/freebsd-9.3-release/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-9.3-release/usr.sbin/timed/timedc/
H A Dcmds.c86 struct timeval tout, now; local
94 tout.tv_sec = 2;
95 tout.tv_usec = 0;
109 (fd_set *)0, &tout);
275 struct timeval tout; local
316 tout.tv_sec = 15;
317 tout.tv_usec = 0;
321 &tout)) {
435 struct timeval tout; local
474 tout
[all...]
/freebsd-9.3-release/bin/date/
H A Dnetdate.c70 struct timeval tout; local
136 tout.tv_sec = waittime;
137 tout.tv_usec = 0;
141 found = select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout);
/freebsd-9.3-release/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-9.3-release/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-9.3-release/lib/libc/rpc/
H A Dpmap_rmt.c79 pmap_rmtcall(addr, prog, vers, proc, xdrargs, argsp, xdrres, resp, tout,
85 struct timeval tout;
110 &r, tout);
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c65 tout, /* Output file descriptor */ variable
129 tout = fileno(stdout);
137 return write(tout, buf, n);
681 ioctl(tout, FIONBIO, (char *)&onoff);
926 if (ttyout && tout > maxfd)
927 maxfd = tout;
954 FD_SET(tout, obitsp);
1133 if (FD_ISSET(tout, obitsp)) {
1134 FD_CLR(tout, obitsp);
/freebsd-9.3-release/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.c819 if (tout >= FD_SETSIZE)
823 FD_SET(tout, &outs);
824 select(tout+1, 0, &outs, 0,
829 FD_SET(tout, &outs);
830 select(tout+1, 0, &outs, 0,
/freebsd-9.3-release/sys/dev/stg/
H A Dtmc18c30.c557 int s, tout; local
568 tout = sc->sc_tmaxcnt;
569 while (tout -- > 0)
636 if (tout <= 0)
651 int s, tout; local
662 tout = sc->sc_tmaxcnt;
663 while (tout -- > 0)
718 if (tout <= 0)
830 int tout; local
853 tout
1351 int tout, count; local
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/ddb/
H A Ddb_command.c736 db_expr_t old_radix, tout; local
741 err = db_expression(&tout);
748 tout = 0;
749 } else if ((tout & WD_INTERVAL) == WD_TO_NEVER) {
753 EVENTHANDLER_INVOKE(watchdog_list, tout, &i);
/freebsd-9.3-release/sys/dev/nsp/
H A Dnsp.c1011 int tout; local
1014 for (tout = 0; tout < DEV_BSIZE / 10; tout ++)
1039 int tout, padding, datalen; local
1043 tout = sc->sc_tmaxcnt;
1094 if ((-- tout) <= 0)
1119 int tout, datalen; local
1122 tout = sc->sc_tmaxcnt;
1206 if ((-- tout) <
1859 int tout; local
[all...]
/freebsd-9.3-release/tools/tools/net80211/w00t/expand/
H A Dexpand.c374 int tout = 10*1000; local
386 if (el >= tout) {
395 el = tout - el;

Completed in 143 milliseconds

12