xhci.c | 74 #define xhcidebug 0 macro 78 if (xhcidebug > 0) \ 81 static int xhcidebug = 0; variable in typeref:typename:int 101 NULL, 0, &xhcidebug, sizeof(xhcidebug), CTL_CREATE, CTL_EOL); 117 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(xhcidebug,FMT,A,B,C,D) 118 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(xhcidebug,N,FMT,A,B,C,D) 120 #define XHCIHIST_CALLED(name) USBHIST_CALLED(xhcidebug) 122 USBHIST_CALLARGS(xhcidebug,FMT,A,B,C,D)
|