sys/dev/usb/uhci.c
109
NULL, 0, &uhcidebug, sizeof(uhcidebug), CTL_CREATE, CTL_EOL);
sys/dev/usb/uhci.c
121
#define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(uhcidebug,1,FMT,A,B,C,D)
sys/dev/usb/uhci.c
122
#define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(uhcidebug,N,FMT,A,B,C,D)
sys/dev/usb/uhci.c
124
#define UHCIHIST_CALLED(name) USBHIST_CALLED(uhcidebug)
sys/dev/usb/uhci.c
1373
if (uhcidebug >= 15) {
sys/dev/usb/uhci.c
1652
if (uhcidebug >= 5) {
sys/dev/usb/uhci.c
1679
if (uhcidebug >= 10) {
sys/dev/usb/uhci.c
2223
if (uhcidebug >= 10) {
sys/dev/usb/uhci.c
2296
if (uhcidebug >= 10) {
sys/dev/usb/uhci.c
2552
if (uhcidebug >= 10) {
sys/dev/usb/uhci.c
2578
if (uhcidebug >= 12) {
sys/dev/usb/uhci.c
2706
if (uhcidebug >= 10) {
sys/dev/usb/uhci.c
2728
if (uhcidebug >= 10) {
sys/dev/usb/uhci.c
2904
if (uhcidebug >= 5) {
sys/dev/usb/uhci.c
445
if (uhcidebug >= 2)
sys/dev/usb/uhci.c
742
if (uhcidebug >= 2)
sys/dev/usb/uhci.c
770
if (uhcidebug >= 2)
sys/dev/usb/uhci.c
89
static int uhcidebug = 0;