HomeSort by: relevance | last modified time | path
    Searched defs:hidmsdebug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/hid/
hidms.c 49 #define DPRINTF(x) if (hidmsdebug) printf x
50 #define DPRINTFN(n,x) if (hidmsdebug>(n)) printf x
51 int hidmsdebug = 0; variable in typeref:typename:int
hidms.c 49 #define DPRINTF(x) if (hidmsdebug) printf x
50 #define DPRINTFN(n,x) if (hidmsdebug>(n)) printf x
51 int hidmsdebug = 0; variable in typeref:typename:int

Completed in 25 milliseconds