Searched refs:tlast (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/kern/
H A Dsubr_clockcalib.c43 uint64_t t0, t1, tadj, tlast; local
100 tlast = t0;
107 while (t1 + tadj < tlast)
109 tlast = t1 + tadj;
/freebsd-current/stand/libsa/
H A Dnet.c87 time_t t, tmo, tlast; local
97 tlast = 0;
128 tlast = t;
139 tleft -= t - tlast;
140 tlast = t;
/freebsd-current/contrib/ntp/parseutil/
H A Dtestdcf.c371 struct timeval t, tt, tlast; local
428 gettimeofday(&tlast, 0L);
434 t.tv_sec -= tlast.tv_sec;
435 t.tv_usec -= tlast.tv_usec;
513 tlast = tt;
H A Ddcfd.c1513 struct timeval t, tt, tlast; local
1655 gettimeofday(&tlast, 0L);
1669 timersub(&t, &tlast);
1838 tlast = tt;
/freebsd-current/sbin/dump/
H A Doptr.c374 struct tm *tlast; local
396 tlast = localtime(&dtwalk->dd_ddate);
397 dumpme = tnow > (dtwalk->dd_ddate - (tlast->tm_hour * 3600)
398 - (tlast->tm_min * 60) - tlast->tm_sec
/freebsd-current/usr.bin/ktrdump/
H A Dktrdump.c92 uintmax_t tlast, tnow; local
262 tlast = UINTPTR_MAX;
329 if (tlast == UINTPTR_MAX)
330 tlast = tnow;
331 fprintf(out, "%16ju ", !iflag ? tlast - tnow :
332 tnow - tlast);
333 tlast = tnow;

Completed in 129 milliseconds