HomeSort by: relevance | last modified time | path
    Searched defs:uhidevdebug (Results 1 - 2 of 2) 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/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