Home
last modified time | relevance | path

Searched refs:fm_dc_opendict (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.h49 fm_dc_handle_t *fm_dc_opendict(int version, const char *dirpath,
H A Dmapfile-vers49 fm_dc_opendict;
H A Ddiagcode_test.c124 if ((Dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dictname)) == NULL) in do_open()
H A Ddiagcode.c144 fm_dc_opendict(int version, const char *dirpath, const char *dictname) in fm_dc_opendict() function
/titanic_50/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c485 if ((dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dict)) == NULL) { in nd_get_diagcode()
/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c988 if ((dcp = fm_dc_opendict(FM_DC_VERSION, dictdir, dictnam)) == NULL) in fmd_module_dc_opendict()