Searched refs:axedebug (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_axe.c133 #define DPRINTF(x) do { if (axedebug) printf x; } while (0)
134 #define DPRINTFN(n,x) do { if (axedebug >= (n)) printf x; } while (0)
135 int axedebug = 0; variable

Completed in 194 milliseconds