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

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

Completed in 26 milliseconds