Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dif_zyd.c75 #define DPRINTF(x) do { if (zyddebug > 0) printf x; } while (0)
76 #define DPRINTFN(n, x) do { if (zyddebug > (n)) printf x; } while (0)
77 int zyddebug = 0; variable