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

  /src/sys/dev/usb/
uipaq.c 69 #define DPRINTF(x) if (uipaqdebug) printf x
70 #define DPRINTFN(n,x) if (uipaqdebug>(n)) printf x
71 int uipaqdebug = 0; variable in typeref:typename:int

Completed in 35 milliseconds