sys/dev/usb/if_aue.c
101
static int auedebug = 10;
sys/dev/usb/if_aue.c
121
NULL, 0, &auedebug, sizeof(auedebug), CTL_CREATE, CTL_EOL);
sys/dev/usb/if_aue.c
133
#define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(auedebug,1,FMT,A,B,C,D)
sys/dev/usb/if_aue.c
134
#define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(auedebug,N,FMT,A,B,C,D)
sys/dev/usb/if_aue.c
136
#define AUEHIST_CALLED(name) USBHIST_CALLED(auedebug)
sys/dev/usb/if_aue.c
138
USBHIST_CALLARGS(auedebug,FMT,A,B,C,D)
sys/dev/usb/if_aue.c
140
USBHIST_CALLARGSN(auedebug,N,FMT,A,B,C,D)