Home
last modified time | relevance | path

Searched refs:mod_timerids (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c204 mp->mod_timerids = fmd_idspace_create(mp->mod_name, 1, limit + 1); in fmd_module_create()
389 if (mp->mod_timerids != NULL) { in fmd_module_unload()
390 fmd_idspace_apply(mp->mod_timerids, in fmd_module_unload()
393 fmd_idspace_destroy(mp->mod_timerids); in fmd_module_unload()
394 mp->mod_timerids = NULL; in fmd_module_unload()
H A Dfmd_module.h131 struct fmd_idspace *mod_timerids; /* idspace for timer identifiers */ member
H A Dfmd.c713 (void) fmd_timerq_install(dp->d_timers, dp->d_rmod->mod_timerids, in fmd_gc()
725 (void) fmd_timerq_install(dp->d_timers, dp->d_rmod->mod_timerids, in fmd_clear_aged_rsrcs()
867 dp->d_rmod->mod_timerids = fmd_idspace_create(dp->d_pname, 1, 16); in fmd_run()
H A Dfmd_api.c1916 if ((id = fmd_timerq_install(fmd.d_timers, mp->mod_timerids, in fmd_timer_install()
1933 if (!fmd_idspace_valid(mp->mod_timerids, id)) { in fmd_timer_remove()
1948 if ((t = fmd_timerq_remove(fmd.d_timers, mp->mod_timerids, id)) != NULL) in fmd_timer_remove()