uhci.c | 87 #define uhcidebug 0 macro 89 static int uhcidebug = 0; variable in typeref:typename:int 109 NULL, 0, &uhcidebug, sizeof(uhcidebug), CTL_CREATE, CTL_EOL); 121 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(uhcidebug,1,FMT,A,B,C,D) 122 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(uhcidebug,N,FMT,A,B,C,D) 124 #define UHCIHIST_CALLED(name) USBHIST_CALLED(uhcidebug) 445 if (uhcidebug >= 2) 742 if (uhcidebug >= 2) 770 if (uhcidebug >= 2 [all...] |