Searched refs:nexttime (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.sbin/rpc.tlsservd/
H A Drpc.tlscommon.c63 uint64_t curtime, nexttime; local
68 curtime = nexttime = 0;
76 if (rpctls_gothup && curtime >= nexttime) {
86 nexttime = tp.tv_sec;
87 nexttime = nexttime * 1000000 + tp.tv_nsec / 1000 +
108 nexttime = 0;
115 nexttime = 0;
/freebsd-current/usr.bin/lock/
H A Dlock.c75 static long nexttime; /* keep the timeout time */ variable
140 nexttime = timval + (sectimeout * 60);
276 (intmax_t)(nexttime - timval) / 60,
277 (intmax_t)(nexttime - timval) % 60);
/freebsd-current/tools/tools/netrate/netsend/
H A Dnetsend.c139 struct timespec nexttime, starttime, tmptime; local
182 nexttime = starttime;
206 timespec_add(&nexttime, &a->interval);
209 if (wait_time(nexttime, &tmptime, &waited) == -1)
/freebsd-current/tools/tools/netmap/
H A Dpkt-gen.c1392 struct timespec nexttime = {0, 0}; /* silence compiler */ local
1419 nexttime = targ->tic;
1430 nexttime = timespec_add(nexttime, targ->g->tx_period);
1431 wait_time(nexttime);
1687 struct timespec nexttime = { 0, 0}; // XXX silence compiler local
1711 nexttime = targ->tic;
1778 nexttime = timespec_add(nexttime, targ->g->tx_period);
1779 wait_time(nexttime);
2052 struct timespec nexttime = {0, 0}; local
[all...]
/freebsd-current/sys/dev/bwn/
H A Dif_bwnvar.h489 unsigned long nexttime; member in struct:bwn_phy
H A Dif_bwn.c2224 BWN_GETTIME(mac->mac_phy.nexttime);
6233 if (!(flags & BWN_TXPWR_IGNORE_TIME) && ieee80211_time_before(now, phy->nexttime))
6235 phy->nexttime = now + 2 * 1000;

Completed in 104 milliseconds