Searched refs:nexttime (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlscommon.c | 63 uint64_t curtime, nexttime; in rpctls_svc_run() local 68 curtime = nexttime = 0; in rpctls_svc_run() 76 if (rpctls_gothup && curtime >= nexttime) { in rpctls_svc_run() 86 nexttime = tp.tv_sec; in rpctls_svc_run() 87 nexttime = nexttime * 1000000 + tp.tv_nsec / 1000 + in rpctls_svc_run() 108 nexttime = 0; in rpctls_svc_run() 115 nexttime = 0; in rpctls_svc_run()
|
/freebsd/usr.bin/lock/ |
H A D | lock.c | 75 static long nexttime; /* keep the timeout time */ variable 140 nexttime = timval + (sectimeout * 60); in main() 276 (intmax_t)(nexttime - timval) / 60, in hi() 277 (intmax_t)(nexttime - timval) % 60); in hi()
|
/freebsd/tools/tools/netrate/netsend/ |
H A D | netsend.c | 139 struct timespec nexttime, starttime, tmptime; in timing_loop() local 182 nexttime = starttime; in timing_loop() 206 timespec_add(&nexttime, &a->interval); in timing_loop() 209 if (wait_time(nexttime, &tmptime, &waited) == -1) in timing_loop()
|
/freebsd/tools/tools/netmap/ |
H A D | pkt-gen.c | 1392 struct timespec nexttime = {0, 0}; /* silence compiler */ in ping_body() local 1419 nexttime = targ->tic; in ping_body() 1430 nexttime = timespec_add(nexttime, targ->g->tx_period); in ping_body() 1431 wait_time(nexttime); in ping_body() 1687 struct timespec nexttime = { 0, 0}; // XXX silence compiler in sender_body() local 1711 nexttime = targ->tic; in sender_body() 1778 nexttime = timespec_add(nexttime, targ->g->tx_period); in sender_body() 1779 wait_time(nexttime); in sender_body() 2052 struct timespec nexttime = {0, 0}; in txseq_body() local 2082 nexttime = targ->tic; in txseq_body() [all …]
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 420 uint64_t curtime, nexttime; in main() local 728 curtime = nexttime = 0; in main() 736 if (got_sighup && curtime >= nexttime) { in main() 741 nexttime = tp.tv_sec; in main() 742 nexttime = nexttime * 1000000 + tp.tv_nsec / 1000 + in main() 765 nexttime = 0; in main() 772 nexttime = 0; in main()
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwnvar.h | 489 unsigned long nexttime; member
|
H A D | if_bwn.c | 2224 BWN_GETTIME(mac->mac_phy.nexttime); in bwn_core_init() 6225 if (!(flags & BWN_TXPWR_IGNORE_TIME) && ieee80211_time_before(now, phy->nexttime)) in bwn_phy_txpower_check() 6227 phy->nexttime = now + 2 * 1000; in bwn_phy_txpower_check()
|