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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.h40 uint64_t ftv_nsec; /* nanoseconds past value of ftv_sec */ member in struct:fmd_timeval
H A Dfmd_time.c103 ftv->ftv_nsec = todbase.tv_usec * (NANOSEC / MICROSEC);
141 ftv->ftv_nsec = nsec;
148 * and then repack the result into ftv_sec and ftv_nsec for our output.
155 tod_base->ftv_nsec + (hrt - hrt_base), ftv);
167 hrtime_t tod_hrt = tod_base->ftv_sec * NANOSEC + tod_base->ftv_nsec;
168 hrtime_t ftv_hrt = ftv->ftv_sec * NANOSEC + ftv->ftv_nsec;
H A Dfmd_log.c538 err |= ea_set_item(&i1, CAT_FMA_TODNSEC, &ep->ev_time.ftv_nsec, 0);
821 ftv.ftv_nsec = obj->eo_item.ei_uint64;
826 if (nvl == NULL || ftv.ftv_sec == -1ULL || ftv.ftv_nsec == -1ULL) {
H A Dfmd_sysevent.c379 tod.ftv_nsec = ed.ed_tod_base.nsec;
H A Dfmd_ckpt.c521 fcfe->fcfe_todnsec = ep->ev_time.ftv_nsec;
933 ftv.ftv_nsec = fcfe->fcfe_todnsec;

Completed in 52 milliseconds