Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dif_zyd.c57 #define DPRINTF(x) do { if (zyddebug > 0) printf x; } while (0)
58 #define DPRINTFN(n, x) do { if (zyddebug > (n)) printf x; } while (0)
59 int zyddebug = 0; variable