HomeSort by: relevance | last modified time | path
    Searched defs:uhubdebug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uhub.c 107 #define uhubdebug 0 macro
109 static int uhubdebug = 0; variable in typeref:typename:int
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)
uhub.c 107 #define uhubdebug 0 macro
109 static int uhubdebug = 0; variable in typeref:typename:int
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)

Completed in 23 milliseconds