Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ac/
H A Dac.c408 struct timeval prev_secs, ut_timecopy, secs, clock_shift, now; in ac() local
414 timerclear(&clock_shift); in ac()
444 clock_shift = ut_timecopy; in ac()
447 timersub(&clock_shift, &ut_timecopy, &clock_shift); in ac()
452 timersub(&lp->time, &clock_shift, &lp->time); in ac()