Searched refs:DI_QUIET (Results 1 – 2 of 2) sorted by relevance
57 DI_QUIET = 0, /* No debug messages - the default */ enumerator65 int di_debug = DI_QUIET;67 #define DPRINTF(args) { if (di_debug != DI_QUIET) dprint args; }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()
265 DI_QUIET = 0, /* DI_QUIET must always be 0 */ enumerator288 { if (di_cache_debug != DI_QUIET) di_cache_print args; }4235 if (di_cache_debug <= DI_QUIET) in di_cache_print()