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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.c82 tp->tmr_id = id;
118 * tmr_id is not equal to id, then the timer callback is running: we wait for
119 * tmr_id to change to zero (indicating tmr_func is done) before returning.
137 if (tp->tmr_id == id) {
141 tp->tmr_id = 0;
154 * Wait until tmr_id is zero, indicating that tmr_func is done.
158 while (tp->tmr_id != 0)
212 tp->tmr_id = -tp->tmr_id;
217 tp->tmr_ids->ids_name, -tp->tmr_id, t
[all...]
H A Dfmd_timerq.h50 id_t tmr_id; /* client identifier for this timer */ member in struct:fmd_timer
H A Dfmd_mdb.c1435 addr, name, t.tmr_id, t.tmr_hrt, t.tmr_arg, func);

Completed in 62 milliseconds