Home
last modified time | relevance | path

Searched refs:FM_DC_VERSION (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.h44 #define FM_DC_VERSION 1 /* pass to fm_dc_opendict() */ macro
H A Ddiagcode_test.c124 if ((Dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dictname)) == NULL) in do_open()
H A Ddiagcode.c170 if (version < 0 || version > FM_DC_VERSION) { in fm_dc_opendict()
173 debugstr, FM_DC_VERSION); in fm_dc_opendict()
/titanic_41/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_41/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()