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

  /src/sys/dev/usb/
usscanner.c 79 #define DPRINTF(x) if (usscannerdebug) printf x
80 #define DPRINTFN(n,x) if (usscannerdebug>(n)) printf x
81 int usscannerdebug = 0; variable in typeref:typename:int
607 if (usscannerdebug > 15)
651 if (usscannerdebug > 15)
usscanner.c 79 #define DPRINTF(x) if (usscannerdebug) printf x
80 #define DPRINTFN(n,x) if (usscannerdebug>(n)) printf x
81 int usscannerdebug = 0; variable in typeref:typename:int
607 if (usscannerdebug > 15)
651 if (usscannerdebug > 15)
usscanner.c 79 #define DPRINTF(x) if (usscannerdebug) printf x
80 #define DPRINTFN(n,x) if (usscannerdebug>(n)) printf x
81 int usscannerdebug = 0; variable in typeref:typename:int
607 if (usscannerdebug > 15)
651 if (usscannerdebug > 15)

Completed in 34 milliseconds