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