Home
last modified time | relevance | path

Searched refs:uipaqdebug (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Duipaq.c69 #define DPRINTF(x) if (uipaqdebug) printf x
70 #define DPRINTFN(n,x) if (uipaqdebug>(n)) printf x
71 int uipaqdebug = 0; variable