HomeSort by: relevance | last modified time | path
    Searched refs:uhidevdebug (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/dev/usb/
t_hid.c 47 #define uhidevdebug rumpns_uhidevdebug macro
72 int uhidevdebug; variable in typeref:typename:int
108 uhidevdebug = 0;
  /src/sys/dev/hid/
hid.c 52 #define DPRINTF(x) if (uhidevdebug) printf x
53 #define DPRINTFN(n,x) if (uhidevdebug>(n)) printf x
54 extern int uhidevdebug;
  /src/sys/dev/usb/
uhidev.c 131 #define DPRINTF(x) if (uhidevdebug) printf x
132 #define DPRINTFN(n,x) if (uhidevdebug>(n)) printf x
133 int uhidevdebug = 0; variable in typeref:typename:int
549 if (uhidevdebug > 5) {
1096 if (uhidevdebug > 50) {

Completed in 13 milliseconds