Searched defs:hrt_base (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.c147 * between the corresponding 'hrt_base' and the event high-res time 'hrt',
151 fmd_time_hrt2tod(hrtime_t hrt_base, const fmd_timeval_t *tod_base, argument
155 tod_base->ftv_nsec + (hrt - hrt_base), ftv);
164 fmd_time_tod2hrt(hrtime_t hrt_base, const fmd_timeval_t *tod_base, argument
170 *hrtp = hrt_base - (tod_hrt - ftv_hrt);

Completed in 358 milliseconds