Home
last modified time | relevance | path

Searched refs: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); in _libdevinfo_init()
82 if (errno || di_debug < DI_QUIET) in _libdevinfo_init()
83 di_debug = DI_QUIET; in _libdevinfo_init()
3958 if (di_debug <= DI_QUIET) in dprint()
3961 if (di_debug < msglevel) in dprint()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c67 static int di_debug; variable
68 #define dcmn_err(args) if (di_debug >= 1) cmn_err args
69 #define dcmn_err2(args) if (di_debug >= 2) cmn_err args
70 #define dcmn_err3(args) if (di_debug >= 3) cmn_err args