atudebug 93 dev/usb/if_atu.c #define DPRINTF(x) do { if (atudebug) printf x; } while (0) atudebug 94 dev/usb/if_atu.c #define DPRINTFN(n,x) do { if (atudebug>(n)) printf x; } while (0) atudebug 95 dev/usb/if_atu.c int atudebug = 1; atudebug 317 dev/usb/if_atu.c if (atudebug) { atudebug 341 dev/usb/if_atu.c if (atudebug) { atudebug 399 dev/usb/if_atu.c if (atudebug) { atudebug 577 dev/usb/if_atu.c if (atudebug) { atudebug 734 dev/usb/if_atu.c if (atudebug) {