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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c1732 char debug_str[200]; local
1737 nfslog_opaque_print_buf(buf, size, debug_str, &bufoffset, 200);
1738 (void) fprintf(fp, debug_str);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c77 char *debug_str = getenv("_LIBDEVINFO_DEBUG"); local
79 if (debug_str) {
81 di_debug = atoi(debug_str);

Completed in 474 milliseconds