Searched refs:tnow (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sbin/dump/ |
| D | optr.c | 192 time_t tnow, tdone; in timeest() local 196 (void)time(&tnow); in timeest() 199 if (tnow >= tschedule) { in timeest() 200 tschedule = tnow + 300; in timeest() 204 deltat = (blockswritten == 0) ? 0 : tstart_writing - tnow + in timeest() 205 (double)(tnow - tstart_writing) / blockswritten * tapesize; in timeest() 206 tdone = tnow + deltat; in timeest() 216 if (tnow >= tschedule) { in timeest() 217 tschedule = tnow + 300; in timeest() 379 time_t tnow; in lastdump() local [all …]
|
| /freebsd-9-stable/usr.bin/ktrdump/ |
| D | ktrdump.c | 88 uintmax_t tlast, tnow; in main() local 265 tnow = (uintmax_t)buf[i].ktr_timestamp; in main() 268 tlast = tnow; in main() 269 fprintf(out, "%16ju ", !iflag ? tlast - tnow : in main() 270 tnow - tlast); in main() 271 tlast = tnow; in main() 273 fprintf(out, "%16ju ", tnow); in main()
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | ntp_timer.c | 302 time_t tnow; in timer() local 374 time(&tnow); in timer() 381 check_leapsec(now.l_ui, &tnow, in timer() 443 check_leap_file(TRUE, now.l_ui, &tnow); in timer() 445 check_leap_file(FALSE, now.l_ui, &tnow); in timer()
|
| /freebsd-9-stable/contrib/bind9/bin/dig/ |
| D | dig.c | 253 time_t tnow; in received() local 264 time(&tnow); in received() 265 tmnow = *localtime(&tnow); in received()
|
| /freebsd-9-stable/sys/dev/drm2/i915/ |
| D | intel_display.c | 7283 struct timeval tnow, tvbl; in do_intel_finish_page_flip() local 7289 microtime(&tnow); in do_intel_finish_page_flip() 7316 if (10 * (timeval_to_ns(&tnow) - timeval_to_ns(&tvbl)) > in do_intel_finish_page_flip()
|
| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | resolver.c | 7335 isc_time_t tnow, *finish; in resquery_response() local 7385 TIME_NOW(&tnow); in resquery_response() 7386 finish = &tnow; in resquery_response()
|