Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.c49 hrtime_t now = fmd_time_gethrtime(); in fmd_timerq_install()
137 delta = tp->tmr_hrt - fmd_time_gethrtime(); in fmd_timerq_remove()
204 for (now = fmd_time_gethrtime(); (tp = fmd_list_next( in fmd_timerq_exec()
205 &tmq->tmq_list)) != NULL; now = fmd_time_gethrtime()) { in fmd_timerq_exec()
H A Dfmd_topo.c87 ftp->ft_time_begin = fmd_time_gethrtime(); in fmd_topo_update()
95 ftp->ft_time_end = fmd_time_gethrtime(); in fmd_topo_update()
H A Dfmd_time.h63 extern hrtime_t fmd_time_gethrtime(void);
H A Dfmd_ctl.c88 if (fmd_time_gethrtime() == INT64_MAX) in fmd_ctl_addhrt()
H A Dfmd_subr.c311 hrtime_t hrt = fmd_time_gethrtime(); in fmd_ena()
H A Dfmd_time.c46 fmd_time_gethrtime(void) in fmd_time_gethrtime() function
H A Dfmd_rpc_adm.c623 uint64_t old, now = fmd_time_gethrtime(); in fmd_adm_serdinfo_record()