Searched refs:mod_conf (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.c | 385 if (mp->mod_conf != NULL) in fmd_hdl_register() 470 if ((mp->mod_conf = fmd_conf_open(conf, in fmd_hdl_register() 474 fmd_conf_propagate(fmd.d_conf, mp->mod_conf, mp->mod_name); in fmd_hdl_register() 481 (void) fmd_conf_getprop(mp->mod_conf, FMD_PROP_DICTIONARIES, &pap); in fmd_hdl_register() 520 (void) fmd_conf_getprop(mp->mod_conf, FMD_PROP_SUBSCRIPTIONS, &pap); in fmd_hdl_register() 615 (void) fmd_conf_getprop(mp->mod_conf, FMD_PROP_SUBSCRIPTIONS, &pap); in fmd_module_unregister() 622 fmd_conf_close(mp->mod_conf); in fmd_module_unregister() 623 mp->mod_conf = NULL; in fmd_module_unregister() 659 if (fmd_conf_setprop(mp->mod_conf, in fmd_hdl_subscribe() 674 if (fmd_conf_delprop(mp->mod_conf, in fmd_hdl_unsubscribe() [all …]
|
H A D | fmd_module.h | 121 fmd_conf_t *mod_conf; /* configuration properties (ro) */ member
|
H A D | fmd_module.c | 471 if (mp->mod_conf != NULL) in fmd_module_destroy() 472 fmd_conf_close(mp->mod_conf); in fmd_module_destroy()
|
H A D | fmd_xprt.c | 352 (void) fmd_conf_getprop(mp->mod_conf, in fmd_xprt_subscribe_modhash()
|