Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/libntp/
Dsystime.c377 struct timespec timets; in step_systime() local
430 get_ostime(&timets); in step_systime()
431 fp_sys = tspec_stamp_to_lfp(timets); in step_systime()
432 tvlast.tv_sec = timets.tv_sec; in step_systime()
433 tvlast.tv_usec = (timets.tv_nsec + 500) / 1000; in step_systime()