Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dsystime.c624 struct timeval tvbase, tvlast; in clamp_systime() local
627 tvbase.tv_sec = basedate_get_erabase(); in clamp_systime()
628 tvbase.tv_usec = 0; in clamp_systime()
641 if (tvbase.tv_sec > tvlast.tv_sec) { in clamp_systime()
643 if (ntp_set_tod(&tvbase, NULL) != 0) { in clamp_systime()
657 lamport_violated = (tvbase.tv_sec < tvlast.tv_sec); in clamp_systime()
668 update_uwtmp(tvbase, tvlast); in clamp_systime()
671 tv_fmt_libbuf(&tvlast), tv_fmt_libbuf(&tvbase)); in clamp_systime()