Home
last modified time | relevance | path

Searched refs:tmr_func (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.h49 fmd_timer_f *tmr_func; /* function that should be called on expiry */ member
H A Dfmd_timerq.c81 tp->tmr_func = func; in fmd_timerq_install()
217 tp->tmr_func(tp->tmr_arg, -tp->tmr_id, tp->tmr_hrt); in fmd_timerq_exec()
H A Dfmd_mdb.c1437 if (mdb_lookup_by_addr((uintptr_t)t.tmr_func, MDB_SYM_FUZZY, in fmd_timer()
1439 (void) mdb_snprintf(func, sizeof (func), "<%p>", t.tmr_func); in fmd_timer()