Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/libntp/
Dsystime.c626 struct timeval tvbase, tvlast; in clamp_systime() local
629 tvbase.tv_sec = basedate_get_erabase(); in clamp_systime()
630 tvbase.tv_usec = 0; in clamp_systime()
643 if (tvbase.tv_sec > tvlast.tv_sec) { in clamp_systime()
645 if (ntp_set_tod(&tvbase, NULL) != 0) { in clamp_systime()
659 lamport_violated = (tvbase.tv_sec < tvlast.tv_sec); in clamp_systime()
670 update_uwtmp(tvbase, tvlast); in clamp_systime()
673 tv_fmt_libbuf(&tvlast), tv_fmt_libbuf(&tvbase)); in clamp_systime()