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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.h51 fmd_timer_f *tmr_func; /* function that should be called on expiry */ member in struct:fmd_timer
52 void *tmr_arg; /* argument to pass back to tmr_func */
53 pthread_cond_t tmr_cv; /* condition variable for waiting on tmr_func */
H A Dfmd_timerq.c83 tp->tmr_func = func;
119 * tmr_id to change to zero (indicating tmr_func is done) before returning.
154 * Wait until tmr_id is zero, indicating that tmr_func is done.
219 tp->tmr_func(tp->tmr_arg, -tp->tmr_id, tp->tmr_hrt);
H A Dfmd_mdb.c1430 if (mdb_lookup_by_addr((uintptr_t)t.tmr_func, MDB_SYM_FUZZY,
1432 (void) mdb_snprintf(func, sizeof (func), "<%p>", t.tmr_func);

Completed in 48 milliseconds