motg.c | 76 #define motgdebug 0 macro 78 int motgdebug = 0; variable in typeref:typename:int 98 NULL, 0, &motgdebug, sizeof(motgdebug), CTL_CREATE, CTL_EOL); 114 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(motgdebug,1,FMT,A,B,C,D) 115 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGM(motgdebug,N,FMT,A,B,C,D) 117 #define MOTGHIST_CALLED(name) USBHIST_CALLED(motgdebug)
|