Searched refs:di_debug (Results 1 – 2 of 2) sorted by relevance
65 int di_debug = DI_QUIET; variable67 #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()
63 static int di_debug; variable64 #define dcmn_err(args) if (di_debug >= 1) cmn_err args65 #define dcmn_err2(args) if (di_debug >= 2) cmn_err args66 #define dcmn_err3(args) if (di_debug >= 3) cmn_err args