Home
last modified time | relevance | path

Searched refs:nexttime (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlscommon.c63 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 Dlock.c75 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 Dnetsend.c139 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 Dpkt-gen.c1392 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()
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()
2101 nexttime = timespec_add(nexttime, targ->g->tx_period); in txseq_body()
[all …]
/freebsd/usr.sbin/mountd/
H A Dmountd.c418 uint64_t curtime, nexttime; in main() local
717 curtime = nexttime = 0; in main()
725 if (got_sighup && curtime >= nexttime) { in main()
730 nexttime = tp.tv_sec; in main()
731 nexttime = nexttime * 1000000 + tp.tv_nsec / 1000 + in main()
754 nexttime = 0; in main()
761 nexttime = 0; in main()
/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h489 unsigned long nexttime; member
H A Dif_bwn.c2224 BWN_GETTIME(mac->mac_phy.nexttime); in bwn_core_init()
6233 if (!(flags & BWN_TXPWR_IGNORE_TIME) && ieee80211_time_before(now, phy->nexttime)) in bwn_phy_txpower_check()
6235 phy->nexttime = now + 2 * 1000; in bwn_phy_txpower_check()