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

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

Completed in 95 milliseconds