Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h212 extern int fmd_modhash_unload(fmd_modhash_t *, const char *);
H A Dfmd_rpc_adm.c274 else if (fmd_modhash_unload(fmd.d_mod_hash, name) != 0) in fmd_adm_modunload_1_svc()
296 else if (fmd_modhash_unload(fmd.d_mod_hash, name) != 0) in fmd_adm_modreset_1_svc()
H A Dfmd_module.c1248 fmd_modhash_unload(fmd_modhash_t *mhp, const char *name) in fmd_modhash_unload() function