Searched refs:fm_dc_opendict (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode.h | 40 #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 D | diagcode_test.c | 111 /* call fm_dc_opendict() as part of a test */ 124 if ((Dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dictname)) == NULL)
|
H A D | diagcode.c | 35 * 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 D | libfmnotify.c | 485 if ((dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dict)) == NULL) { 486 nd_error(nhdl, "fm_dc_opendict failed for %s/%s",
|
Completed in 424 milliseconds