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

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

Completed in 34 milliseconds