Searched refs:DI_QUIET (Results 1 – 2 of 2) sorted by relevance
58 DI_QUIET = 0, /* No debug messages - the default */ enumerator66 int di_debug = DI_QUIET;68 #define DPRINTF(args) { if (di_debug != DI_QUIET) dprint args; }83 if (errno || di_debug < DI_QUIET) in _libdevinfo_init()84 di_debug = DI_QUIET; in _libdevinfo_init()3960 if (di_debug <= DI_QUIET) in dprint()
267 DI_QUIET = 0, /* DI_QUIET must always be 0 */ enumerator290 { if (di_cache_debug != DI_QUIET) di_cache_print args; }4237 if (di_cache_debug <= DI_QUIET) in di_cache_print()