ehci.c | 96 #define ehcidebug 0 macro 103 static int ehcidebug = EHCI_DEBUG_DEFAULT; variable in typeref:typename:int 123 NULL, 0, &ehcidebug, sizeof(ehcidebug), CTL_CREATE, CTL_EOL); 135 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(ehcidebug,FMT,A,B,C,D) 136 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(ehcidebug,N,FMT,A,B,C,D) 138 #define EHCIHIST_CALLED() USBHIST_CALLED(ehcidebug) 1657 if (ehcidebug)
|