Searched refs:tnow (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sbin/dump/
H A Doptr.c192 time_t tnow, tdone; local
196 (void)time(&tnow);
199 if (tnow >= tschedule) {
200 tschedule = tnow + 300;
204 deltat = (blockswritten == 0) ? 0 : tstart_writing - tnow +
205 (double)(tnow - tstart_writing) / blockswritten * tapesize;
206 tdone = tnow + deltat;
216 if (tnow >= tschedule) {
217 tschedule = tnow + 300;
379 time_t tnow; local
[all...]
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_timer.c302 time_t tnow; local
374 time(&tnow);
381 check_leapsec(now.l_ui, &tnow,
443 check_leap_file(TRUE, now.l_ui, &tnow);
445 check_leap_file(FALSE, now.l_ui, &tnow);
/freebsd-10.2-release/usr.bin/ktrdump/
H A Dktrdump.c88 uintmax_t tlast, tnow; local
267 tnow = (uintmax_t)buf[i].ktr_timestamp;
270 tlast = tnow;
271 fprintf(out, "%16ju ", !iflag ? tlast - tnow :
272 tnow - tlast);
273 tlast = tnow;
275 fprintf(out, "%16ju ", tnow);
/freebsd-10.2-release/sys/dev/drm2/i915/
H A Dintel_display.c5906 struct timeval tnow, tvbl; local
5912 microtime(&tnow);
5939 if (10 * (timeval_to_ns(&tnow) - timeval_to_ns(&tvbl)) >

Completed in 132 milliseconds