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

  /src/sys/dev/usb/
usb.c 107 int usbdebug = USB_DEBUG_DEFAULT; variable in typeref:typename:int
126 NULL, 0, &usbdebug, sizeof(usbdebug), CTL_CREATE, CTL_EOL);
138 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(usbdebug,FMT,A,B,C,D)
139 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(usbdebug,N,FMT,A,B,C,D)
287 USBHIST_FUNC(); USBHIST_CALLED(usbdebug);
460 USBHIST_FUNC(); USBHIST_CALLED(usbdebug);
569 USBHIST_FUNC(); USBHIST_CALLED(usbdebug);
604 USBHIST_FUNC(); USBHIST_CALLED(usbdebug);
651 USBHIST_FUNC(); USBHIST_CALLED(usbdebug);
    [all...]

Completed in 11 milliseconds