Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_proc.c53 const fmd_modops_t fmd_proc_ops = { variable
H A Dfmd_module.h167 extern const fmd_modops_t fmd_proc_ops; /* see fmd/common/fmd_proc.c */
H A Dfmd.c1002 fmd_modhash_loadall(dp->d_mod_hash, pap, &fmd_proc_ops, NULL); in fmd_run()
H A Dfmd_rpc_adm.c242 mp = fmd_modhash_load(fmd.d_mod_hash, path, &fmd_proc_ops); in fmd_adm_modload_1_svc()