Searched refs:fmd_timer_f (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_timerq.h | 44 typedef void fmd_timer_f(void *, id_t, hrtime_t); typedef 51 fmd_timer_f *tmr_func; /* function that should be called on expiry */ 66 fmd_idspace_t *, fmd_timer_f *, void *, fmd_event_t *, hrtime_t);
|
H A D | fmd_timerq.c | 49 fmd_timer_f *func, void *arg, fmd_event_t *ep, hrtime_t delta) in fmd_timerq_install()
|
H A D | fmd.c | 714 (fmd_timer_f *)fmd_gc, dp, NULL, delta); in fmd_gc() 726 (fmd_timer_f *)fmd_clear_aged_rsrcs, dp, NULL, period); in fmd_clear_aged_rsrcs()
|
H A D | fmd_api.c | 1917 (fmd_timer_f *)fmd_module_timeout, t, ep, delta)) == -1) { in fmd_timer_install()
|