Searched refs:tmout (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/tests/net/can/
H A Dh_canutils.c99 struct timeval tmout; local
106 tmout.tv_sec = 1;
107 tmout.tv_usec = 0;
108 rv = rump_sys_select(s + 1, &rfds, NULL, NULL, &tmout);
137 struct timeval tmout; local
144 tmout.tv_sec = 1;
145 tmout.tv_usec = 0;
146 rv = rump_sys_select(s + 1, &rfds, NULL, NULL, &tmout);
H A Dt_can.c613 struct timeval tmout; local
659 tmout.tv_sec = 1;
660 tmout.tv_usec = 0;
661 rv1 = rump_sys_select(MAX(s1,s2) + 1, &rfds, NULL, NULL, &tmout);
/netbsd-current/sys/arch/mac68k/dev/
H A Dadb.c308 int tmout; local
310 for (tmout = 13800; *fp == 0 && tmout >= 10; tmout -= 10)
312 if (*fp == 0 && tmout > 0)
313 delay(tmout);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_common.c108 struct timeval tmout; local
219 tmout.tv_sec = 1;
220 tmout.tv_usec = 0;
224 (void) select(fds2[0] + 1, &readset, NULL, NULL, &tmout);
/netbsd-current/lib/libutil/
H A Dttymsg.c59 * waiting up to tmout seconds. Returns pointer to error string on unexpected
64 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) argument
180 /* wait at most tmout seconds */
185 (void)alarm((u_int)tmout);
/netbsd-current/tests/lib/libc/stdio/
H A Dh_intr.c60 int tmout; /* alarm timeout */ member in struct:options
161 alarm_fn(opts.tmout);
442 opts.tmout);
466 opts.tmout = DEF_MS; /* 100ms */
529 opts.tmout = i;
/netbsd-current/sys/arch/macppc/dev/
H A Dadb_direct.c1323 int tmout; local
1346 for (tmout = 13800; !flag && tmout >= 10; tmout -= 10)
1348 if (!flag && tmout > 0)
1349 delay(tmout);
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-bpf.c348 int expire, tmout; local
366 tmout = p->opt.timeout;
367 if (tmout)
371 tmout = expire - TSTOMILLI(&cur);
373 if (tmout <= 0) {
394 if (tmout != 0) {
395 tv.tv_sec = tmout / 1000;
396 tv.tv_usec = (tmout * 1000) % 1000000;
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dconnect.c903 struct timeval tmout; local
936 tmout.tv_sec = TCP_TIMEOUT;
937 tmout.tv_usec = 0;
938 switch(select(max_fd + 1, &fds, 0, 0, &tmout)){
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dpowerpc_machdep.c574 uint64_t tmout = curcpu()->ci_data.cpu_cc_freq; /* some finite amount of time */ local
577 while (tmout--) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c66581 int tmout = pWal->db->busyTimeout; local
66593 int tmout = 0; local
179877 int tmout = db->busyTimeout; local
[all...]

Completed in 553 milliseconds