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

/freebsd-12-stable/usr.bin/lock/
H A Dlock.c89 static long nexttime; /* keep the timeout time */ variable
154 nexttime = timval + (sectimeout * 60);
290 (intmax_t)(nexttime - timval) / 60,
291 (intmax_t)(nexttime - timval) % 60);
/freebsd-12-stable/tools/tools/netrate/netsend/
H A Dnetsend.c141 struct timespec nexttime, starttime, tmptime; local
184 nexttime = starttime;
208 timespec_add(&nexttime, &a->interval);
211 if (wait_time(nexttime, &tmptime, &waited) == -1)
/freebsd-12-stable/tools/tools/netmap/
H A Dpkt-gen.c1309 struct timespec nexttime = {0, 0}; /* silence compiler */ local
1332 nexttime = targ->tic;
1343 nexttime = timespec_add(nexttime, targ->g->tx_period);
1344 wait_time(nexttime);
1585 struct timespec nexttime = { 0, 0}; // XXX silence compiler local
1609 nexttime = targ->tic;
1663 nexttime = timespec_add(nexttime, targ->g->tx_period);
1664 wait_time(nexttime);
1939 struct timespec nexttime = {0, 0}; local
[all...]
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwnvar.h491 unsigned long nexttime; member in struct:bwn_phy
H A Dif_bwn.c2228 BWN_GETTIME(mac->mac_phy.nexttime);
6237 if (!(flags & BWN_TXPWR_IGNORE_TIME) && ieee80211_time_before(now, phy->nexttime))
6239 phy->nexttime = now + 2 * 1000;

Completed in 292 milliseconds