ugen.c | 73 #define ugendebug 0 macro 80 int ugendebug = UGEN_DEBUG_DEFAULT; variable in typeref:typename:int 100 NULL, 0, &ugendebug, sizeof(ugendebug), CTL_CREATE, CTL_EOL); 112 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(ugendebug,1,FMT,A,B,C,D) 113 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(ugendebug,N,FMT,A,B,C,D) 115 #define UGENHIST_CALLED(name) USBHIST_CALLED(ugendebug) 117 USBHIST_CALLARGS(ugendebug,FMT,A,B,C,D) 119 USBHIST_CALLARGSN(ugendebug,N,FMT,A,B,C,D) 1872 ugendebug = *(int *)addr [all...] |