Searched refs:hib_debug (Results 1 – 1 of 1) sorted by relevance
94 int hib_debug = 99; variable95 #define DPRINTF(x...) do { if (hib_debug) printf(x); } while (0)96 #define DNPRINTF(n,x...) do { if (hib_debug > (n)) printf(x); } while (0)