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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c65 int di_debug = DI_QUIET; variable
67 #define DPRINTF(args) { if (di_debug != DI_QUIET) dprint args; }
81 di_debug = atoi(debug_str);
82 if (errno || di_debug < DI_QUIET)
83 di_debug = DI_QUIET;
210 * di_debug set).
3958 if (di_debug <= DI_QUIET)
3961 if (di_debug < msglevel)
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c63 static int di_debug; variable
64 #define dcmn_err(args) if (di_debug >= 1) cmn_err args
65 #define dcmn_err2(args) if (di_debug >= 2) cmn_err args
66 #define dcmn_err3(args) if (di_debug >= 3) cmn_err args

Completed in 74 milliseconds