Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c385 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 Dfmd_module.h121 fmd_conf_t *mod_conf; /* configuration properties (ro) */ member
H A Dfmd_module.c471 if (mp->mod_conf != NULL) in fmd_module_destroy()
472 fmd_conf_close(mp->mod_conf); in fmd_module_destroy()
H A Dfmd_xprt.c352 (void) fmd_conf_getprop(mp->mod_conf, in fmd_xprt_subscribe_modhash()