Searched refs:fm_dc_opendict (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() */
45 fm_dc_handle_t *fm_dc_opendict(int version, const char *dirpath,
H A Ddiagcode_test.c111 /* call fm_dc_opendict() as part of a test */
124 if ((Dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dictname)) == NULL)
H A Ddiagcode.c35 * note that this environment variable is only examined in fm_dc_opendict().
144 fm_dc_opendict(int version, const char *dirpath, const char *dictname) function
164 "fm_dc_opendict: ver %d path \"%s\" dict \"%s\": ",
167 debugstr = "fm_dc_opendict: "; /* used in error paths */
314 (void) fprintf(stderr, "fm_dc_opendict: dhp 0x%p\n",
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c485 if ((dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dict)) == NULL) {
486 nd_error(nhdl, "fm_dc_opendict failed for %s/%s",

Completed in 24 milliseconds