Searched refs:fmd_conf_path (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_conf.h | 86 typedef struct fmd_conf_path { struct 114 extern const fmd_conf_ops_t fmd_conf_path; /* fmd_conf_path_t* */
|
H A D | fmd.c | 227 { "agent.path", &fmd_conf_path, _fmd_agent_path }, /* path for agents */ 252 { "conf_path", &fmd_conf_path, _fmd_conf_path }, /* root config file path */ 284 { "plugin.path", &fmd_conf_path, _fmd_plugin_path }, /* path for plugin mods */
|
H A D | fmd_conf.c | 616 CONF_DEFINE(fmd_conf_path, set_path, get_path, fmd_conf_notsup, free_path);
|