uhubdebug
extern int uhubdebug;
static int uhubdebug = 0;
NULL, 0, &uhubdebug, sizeof(uhubdebug), CTL_CREATE, CTL_EOL);
#define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(uhubdebug,1,FMT,A,B,C,D)
#define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(uhubdebug,N,FMT,A,B,C,D)
#define UHUBHIST_CALLED(name) USBHIST_CALLED(uhubdebug)
USBHIST_CALLARGS(uhubdebug,FMT,A,B,C,D)