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

/netbsd-current/tests/dev/usb/
H A Dt_hid.c47 #define uhidevdebug rumpns_uhidevdebug macro
72 int uhidevdebug; variable
108 uhidevdebug = 0;
/netbsd-current/sys/dev/hid/
H A Dhid.c52 #define DPRINTF(x) if (uhidevdebug) printf x
53 #define DPRINTFN(n,x) if (uhidevdebug>(n)) printf x
54 extern int uhidevdebug;
/netbsd-current/sys/dev/usb/
H A Duhidev.c131 #define DPRINTF(x) if (uhidevdebug) printf x
132 #define DPRINTFN(n,x) if (uhidevdebug>(n)) printf x
133 int uhidevdebug = 0; variable
549 if (uhidevdebug > 5) {
1096 if (uhidevdebug > 50) {

Completed in 189 milliseconds