Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/libntp/
HDsystime.c368 struct timespec timets; in step_systime() local
421 get_ostime(&timets); in step_systime()
422 fp_sys = tspec_stamp_to_lfp(timets); in step_systime()
423 tvlast.tv_sec = timets.tv_sec; in step_systime()
424 tvlast.tv_usec = (timets.tv_nsec + 500) / 1000; in step_systime()