Searched refs:uhubdebug (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | uhub.c | 107 #define uhubdebug 0 macro 109 static int uhubdebug = 0; variable 129 NULL, 0, &uhubdebug, sizeof(uhubdebug), CTL_CREATE, CTL_EOL); 141 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(uhubdebug,1,FMT,A,B,C,D) 142 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(uhubdebug,N,FMT,A,B,C,D) 144 #define UHUBHIST_CALLED(name) USBHIST_CALLED(uhubdebug) 146 USBHIST_CALLARGS(uhubdebug,FMT,A,B,C,D)
|
/netbsd-src/sys/arch/mips/adm5120/dev/ |
H A D | ahci.c | 143 extern int uhubdebug;
|