uhub.c | 107 #define uhubdebug 0 macro 109 static int uhubdebug = 0; variable in typeref:typename:int 129 NULL, 0, &uhubdebug, sizeof(uhubdebug), CTL_CREATE, CTL_EOL); 141 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(uhubdebug,1,FMT,A,B,C,D) 142 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(uhubdebug,N,FMT,A,B,C,D) 144 #define UHUBHIST_CALLED(name) USBHIST_CALLED(uhubdebug) 146 USBHIST_CALLARGS(uhubdebug,FMT,A,B,C,D)
|