Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dif_wi_usb.c113 #define DPRINTF(x) do { if (wi_usbdebug) logprintf x; } while (0)
114 #define DPRINTFN(n,x) do { if (wi_usbdebug >= (n)) logprintf x; } while (0)
115 int wi_usbdebug = 1; variable