Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h198 extern int fmd_module_dc_opendict(fmd_module_t *, const char *);
H A Dfmd_api.c486 if (fmd_module_dc_opendict(mp, pap->cpa_argv[i]) != 0) { in fmd_hdl_register()
721 if (fmd_module_dc_opendict(mp, pap->cpa_argv[i]) != 0) { in fmd_hdl_opendict()
H A Dfmd_module.c953 fmd_module_dc_opendict(fmd_module_t *mp, const char *dict) in fmd_module_dc_opendict() function