Searched refs:FM_DC_VERSION (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.h40 #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)
H A Ddiagcode.c170 if (version < 0 || version > FM_DC_VERSION) {
173 debugstr, FM_DC_VERSION);
298 * (note we use "1" here and not FM_DC_VERSION because this code
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c485 if ((dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dict)) == NULL) {

Completed in 54 milliseconds