Searched defs:debugstr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c100 char *code, size_t maxcode, char *debugstr);
147 char *debugstr = ""; /* error path debug prefix text */ local
167 debugstr = "fm_dc_opendict: "; /* used in error paths */
173 debugstr, FM_DC_VERSION);
201 (void) fprintf(stderr, "%sENOMEM\n", debugstr);
226 (void) fprintf(stderr, "%s%s: ", debugstr, fname);
247 debugstr, line);
264 "%s prop has no value\n", debugstr, lhsp);
275 (void) fprintf(stderr, "%sENOMEM\n", debugstr);
308 debugstr, prop_versio
380 char *debugstr = ""; /* error path debug prefix text */ local
440 char *debugstr = ""; /* error path debug prefix text */ local
700 buildcode(fm_dc_handle_t *dhp, const char *rhsp, char *code, size_t maxcode, char *debugstr) argument
[all...]

Completed in 23 milliseconds