if_gscan.c | 69 #define gscandebug 0 macro 71 static int gscandebug = 0; variable in typeref:typename:int 89 NULL, 0, &gscandebug, sizeof(gscandebug), CTL_CREATE, CTL_EOL); 101 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(gscandebug,1,FMT,A,B,C,D) 102 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(gscandebug,N,FMT,A,B,C,D) 104 #define GSCANHIST_CALLED(name) USBHIST_CALLED(gscandebug) 106 USBHIST_CALLARGS(gscandebug,FMT,A,B,C,D)
|