Searched refs:tmr_func (Results 1 – 3 of 3) sorted by relevance
49 fmd_timer_f *tmr_func; /* function that should be called on expiry */ member
81 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()
1437 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()