uath_debug 84 dev/usb/if_uath.c #define DPRINTF(x) do { if (uath_debug) printf x; } while (0) uath_debug 85 dev/usb/if_uath.c #define DPRINTFN(n, x) do { if (uath_debug >= (n)) printf x; } while (0) uath_debug 86 dev/usb/if_uath.c int uath_debug = 1; uath_debug 983 dev/usb/if_uath.c if (uath_debug >= 5) { uath_debug 1134 dev/usb/if_uath.c if (uath_debug >= 5) { uath_debug 1460 dev/usb/if_uath.c if (uath_debug >= 6) {