Searched refs:fmd_timerq_remove (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.h68 extern void *fmd_timerq_remove(fmd_timerq_t *, fmd_idspace_t *, id_t);
H A Dfmd_timerq.c122 fmd_timerq_remove(fmd_timerq_t *tmq, fmd_idspace_t *ids, id_t id) function
H A Dfmd_module.c340 void *arg = fmd_timerq_remove(fmd.d_timers, ids, id);
H A Dfmd_api.c1943 * fmd_timerq_remove() will wait for the timer callback function
1948 if ((t = fmd_timerq_remove(fmd.d_timers, mp->mod_timerids, id)) != NULL)

Completed in 105 milliseconds