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

  /src/sys/dev/usb/
uirda.c 63 #define DPRINTF(x) if (uirdadebug) printf x
64 #define DPRINTFN(n,x) if (uirdadebug>(n)) printf x
65 int uirdadebug = 0; variable in typeref:typename:int
uirda.c 63 #define DPRINTF(x) if (uirdadebug) printf x
64 #define DPRINTFN(n,x) if (uirdadebug>(n)) printf x
65 int uirdadebug = 0; variable in typeref:typename:int

Completed in 25 milliseconds