Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.h51 fmd_timer_f *tmr_func; /* function that should be called on expiry */ member
H A Dfmd_timerq.c83 tp->tmr_func = func; in fmd_timerq_install()
219 tp->tmr_func(tp->tmr_arg, -tp->tmr_id, tp->tmr_hrt); in fmd_timerq_exec()
H A Dfmd_mdb.c1430 if (mdb_lookup_by_addr((uintptr_t)t.tmr_func, MDB_SYM_FUZZY, in fmd_timer()
1432 (void) mdb_snprintf(func, sizeof (func), "<%p>", t.tmr_func); in fmd_timer()