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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.h65 extern hrtime_t fmd_time_gethrtime(void);
H A Dfmd_topo.c87 ftp->ft_time_begin = fmd_time_gethrtime();
95 ftp->ft_time_end = fmd_time_gethrtime();
H A Dfmd_timerq.c51 hrtime_t now = fmd_time_gethrtime();
139 delta = tp->tmr_hrt - fmd_time_gethrtime();
206 for (now = fmd_time_gethrtime(); (tp = fmd_list_next(
207 &tmq->tmq_list)) != NULL; now = fmd_time_gethrtime()) {
H A Dfmd_ctl.c90 if (fmd_time_gethrtime() == INT64_MAX)
H A Dfmd_subr.c311 hrtime_t hrt = fmd_time_gethrtime();
H A Dfmd_time.c46 fmd_time_gethrtime(void) function
H A Dfmd_rpc_adm.c623 uint64_t old, now = fmd_time_gethrtime();

Completed in 49 milliseconds