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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.c146 * We convert 'tod_base' to nanoseconds, adjust it based on the difference
151 fmd_time_hrt2tod(hrtime_t hrt_base, const fmd_timeval_t *tod_base, argument
154 fmd_time_hrt2ftv(tod_base->ftv_sec * NANOSEC +
155 tod_base->ftv_nsec + (hrt - hrt_base), ftv);
164 fmd_time_tod2hrt(hrtime_t hrt_base, const fmd_timeval_t *tod_base, argument
167 hrtime_t tod_hrt = tod_base->ftv_sec * NANOSEC + tod_base->ftv_nsec;

Completed in 44 milliseconds