HomeSort by: relevance | last modified time | path
    Searched defs:uipaqdebug (Results 1 - 3 of 3) 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
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
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 31 milliseconds