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

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

Completed in 379 milliseconds