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

/illumos-gate/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...]
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c300 char *debugstr; local
316 if ((debugstr = getenv("SYSLOGD_DEBUG")) != NULL)
317 if ((debuglev = atoi(debugstr)) == 0)

Completed in 54 milliseconds