Home | Sort by: relevance | last modified time | path |
/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 |