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

  /src/sys/dev/usb/
uipad.c 60 #define DPRINTF(x) if (uipaddebug) printf x
61 #define DPRINTFN(n, x) if (uipaddebug > n) printf x
62 int uipaddebug = 0; variable in typeref:typename:int
uipad.c 60 #define DPRINTF(x) if (uipaddebug) printf x
61 #define DPRINTFN(n, x) if (uipaddebug > n) printf x
62 int uipaddebug = 0; variable in typeref:typename:int

Completed in 22 milliseconds