Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.c84 tp->tmr_arg = arg; in fmd_timerq_install()
140 arg = tp->tmr_arg; in fmd_timerq_remove()
219 tp->tmr_func(tp->tmr_arg, -tp->tmr_id, tp->tmr_hrt); in fmd_timerq_exec()
H A Dfmd_timerq.h52 void *tmr_arg; /* argument to pass back to tmr_func */ member
H A Dfmd_mdb.c1435 addr, name, t.tmr_id, t.tmr_hrt, t.tmr_arg, func); in fmd_timer()