Searched refs:tmr_id (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_timerq.c | 82 tp->tmr_id = id; in fmd_timerq_install() 137 if (tp->tmr_id == id) { in fmd_timerq_remove() 141 tp->tmr_id = 0; in fmd_timerq_remove() 158 while (tp->tmr_id != 0) in fmd_timerq_remove() 212 tp->tmr_id = -tp->tmr_id; in fmd_timerq_exec() 217 tp->tmr_ids->ids_name, -tp->tmr_id, tp->tmr_hrt)); in fmd_timerq_exec() 219 tp->tmr_func(tp->tmr_arg, -tp->tmr_id, tp->tmr_hrt); in fmd_timerq_exec() 222 tp->tmr_ids->ids_name, -tp->tmr_id)); in fmd_timerq_exec() 225 (void) fmd_idspace_free(tp->tmr_ids, -tp->tmr_id); in fmd_timerq_exec() 227 tp->tmr_id = 0; /* for fmd_timer_remove() */ in fmd_timerq_exec() [all …]
|
H A D | fmd_timerq.h | 50 id_t tmr_id; /* client identifier for this timer */ member
|
H A D | fmd_mdb.c | 1435 addr, name, t.tmr_id, t.tmr_hrt, t.tmr_arg, func); in fmd_timer()
|