Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/libntp/
H A Dsystime.c523 struct timespec timets; in step_systime() local
552 get_ostime(&timets); in step_systime()
553 fp_sys = tspec_stamp_to_lfp(timets); in step_systime()
554 tvlast.tv_sec = timets.tv_sec; in step_systime()
555 tvlast.tv_usec = (timets.tv_nsec + 500) / 1000; in step_systime()
623 struct timespec timets; in clamp_systime() local
631 get_ostime(&timets); in clamp_systime()
632 tvlast.tv_sec = timets.tv_sec; in clamp_systime()
633 tvlast.tv_usec = (timets.tv_nsec + 500) / 1000; in clamp_systime()