Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h214 extern void fmd_modhash_apply(fmd_modhash_t *, void (*)(fmd_module_t *));
H A Dfmd.c696 fmd_modhash_apply(dp->d_mod_hash, fmd_module_gc); in fmd_gc()
H A Dfmd_module.c1093 fmd_modhash_apply(fmd_modhash_t *mhp, void (*func)(fmd_module_t *)) in fmd_modhash_apply() function