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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dpselect.c52 fd_set * __restrict efds, const struct timespec * __restrict timo,
59 if (timo) {
60 TIMESPEC_TO_TIMEVAL(&tvtimo, timo);
51 pselect(int count, fd_set * __restrict rfds, fd_set * __restrict wfds, fd_set * __restrict efds, const struct timespec * __restrict timo, const sigset_t * __restrict mask) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dpselect.c52 fd_set * restrict efds, const struct timespec * restrict timo,
59 if (timo) {
60 TIMESPEC_TO_TIMEVAL(&tvtimo, timo);
51 pselect(int count, fd_set * restrict rfds, fd_set * restrict wfds, fd_set * restrict efds, const struct timespec * restrict timo, const sigset_t * restrict mask) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dproc.c138 unsigned long timo; local
160 timo = key->expiry - now.tv_sec;
162 if (timo < 60)
163 sprintf(xbuf, "%lus", timo);
164 else if (timo < 60*60)
165 sprintf(xbuf, "%lum", timo / 60);
166 else if (timo < 60*60*24)
167 sprintf(xbuf, "%luh", timo / (60*60));
168 else if (timo < 60*60*24*7)
169 sprintf(xbuf, "%lud", timo / (6
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Ddhcp6c.c1621 struct timeval *rest, elapsed, tv_rt, tv_irt, timo; local
1630 timeval_sub(&tv_irt, &elapsed, &timo);
1632 timo.tv_sec = timo.tv_usec = 0;
1636 (int)timo.tv_sec, (int)timo.tv_usec);
1638 dhcp6_set_timer(&timo, ev->timer);
1950 struct timeval timo; local
1982 timo.tv_sec = 0;
1984 timo
2126 struct timeval timo; local
2152 struct timeval timo; local
2212 struct timeval timo; local
[all...]
H A Dclient6_addr.c109 struct timeval timo; local
222 timo.tv_sec = (long)d;
223 timo.tv_usec = 0;
224 dhcp6_set_timer(&timo, client6_iaidaddr.timer);
241 struct timeval timo; local
310 timo.tv_sec = (long)d;
311 timo.tv_usec = 0;
312 dhcp6_set_timer(&timo, sp->timer);
383 struct timeval timo; local
512 timo
528 struct timeval timo; local
[all...]
H A Dlease_token.l257 struct timeval timo;
355 timo.tv_sec = (long)d;
356 timo.tv_usec = 0;
364 dhcp6_set_timer(&timo, iaidaddr->timer);
373 struct timeval timo;
452 timo.tv_sec = (long)d;
453 timo.tv_usec = 0;
454 dhcp6_set_timer(&timo, lease_rec->timer);
H A Dserver6_addr.c103 struct timeval timo; local
156 timo.tv_sec = (long)d;
157 timo.tv_usec = 0;
158 dhcp6_set_timer(&timo, iaidaddr->timer);
244 struct timeval timo; local
310 timo.tv_sec = (long)d;
311 timo.tv_usec = 0;
312 dhcp6_set_timer(&timo, iaidaddr->timer);
336 struct timeval timo; local
399 timo
416 struct timeval timo; local
[all...]
H A Ddhcp6s.c290 struct timeval timo; local
484 timo.tv_sec = (long)d;
485 timo.tv_usec = 0;
487 dhcp6_set_timer(&timo, sync_lease_timer);
1128 struct timeval timo; local
1140 timo.tv_sec = (long)d;
1141 timo.tv_usec = 0;
1142 dhcp6_set_timer(&timo, sync_lease_timer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1361 * for the length of time specified by *timo (indefinite
1362 * if timo is NULL).
1365 wait_input(timo)
1366 struct timeval *timo;
1370 t = timo == NULL? -1: timo->tv_sec * 1000 + timo->tv_usec / 1000;
1415 * loopback, for the length of time specified by *timo (indefinite
1416 * if timo is NULL).
1419 wait_loop_output(timo)
[all...]
H A Dmain.c666 struct timeval timo; local
682 wait_input(timeleft(&timo));
H A Dsys-linux.c1040 * for the length of time specified by *timo (indefinite
1041 * if timo is NULL).
1044 void wait_input(struct timeval *timo) argument
1051 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);

Completed in 96 milliseconds