Home
last modified time | relevance | path

Searched refs:fts_tod (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.c233 fts->fts_tod = (hrtime_t)tv.tv_sec * NANOSEC + in fmd_simulator_init()
240 tv.tv_sec, fts->fts_tod); in fmd_simulator_init()
261 tod = fts->fts_tod; in fmd_simulator_tod()
H A Dfmd_time.h56 hrtime_t fts_tod; /* time-of-day nsec corresponding to hrt=0 */ member