Home
last modified time | relevance | path

Searched refs:utsdebug (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Duts.c65 #define DPRINTF(x) if (utsdebug) printf x
66 #define DPRINTFN(n,x) if (utsdebug>(n)) printf x
67 int utsdebug = 0; variable