Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dsystime.c522 struct timespec timets; in step_systime() local
551 get_ostime(&timets); in step_systime()
552 fp_sys = tspec_stamp_to_lfp(timets); in step_systime()
553 tvlast.tv_sec = timets.tv_sec; in step_systime()
554 tvlast.tv_usec = (timets.tv_nsec + 500) / 1000; in step_systime()
625 struct timespec timets; in clamp_systime() local
633 get_ostime(&timets); in clamp_systime()
634 tvlast.tv_sec = timets.tv_sec; in clamp_systime()
635 tvlast.tv_usec = (timets.tv_nsec + 500) / 1000; in clamp_systime()