if_aue.c | 99 #define auedebug 0 macro 101 static int auedebug = 10; variable in typeref:typename:int 121 NULL, 0, &auedebug, sizeof(auedebug), CTL_CREATE, CTL_EOL); 133 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(auedebug,1,FMT,A,B,C,D) 134 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(auedebug,N,FMT,A,B,C,D) 136 #define AUEHIST_CALLED(name) USBHIST_CALLED(auedebug) 138 USBHIST_CALLARGS(auedebug,FMT,A,B,C,D) 140 USBHIST_CALLARGSN(auedebug,N,FMT,A,B,C,D)
|