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

  /src/sys/dev/usb/
uts.c 65 #define DPRINTF(x) if (utsdebug) printf x
66 #define DPRINTFN(n,x) if (utsdebug>(n)) printf x
67 int utsdebug = 0; variable in typeref:typename:int

Completed in 12 milliseconds