Searched refs:otus_debug (Results 1 – 1 of 1) sorted by relevance
57 #define DPRINTF(x) do { if (otus_debug) printf x; } while (0)58 #define DPRINTFN(n, x) do { if (otus_debug >= (n)) printf x; } while (0)59 int otus_debug = 1; variable2020 if (otus_debug) { in otus_set_chan()