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

  /src/sys/dev/usb/
uhci.c 87 #define uhcidebug 0 macro
89 static int uhcidebug = 0; variable in typeref:typename:int
109 NULL, 0, &uhcidebug, sizeof(uhcidebug), CTL_CREATE, CTL_EOL);
121 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(uhcidebug,1,FMT,A,B,C,D)
122 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(uhcidebug,N,FMT,A,B,C,D)
124 #define UHCIHIST_CALLED(name) USBHIST_CALLED(uhcidebug)
445 if (uhcidebug >= 2)
742 if (uhcidebug >= 2)
770 if (uhcidebug >= 2
    [all...]
uhci.c 87 #define uhcidebug 0 macro
89 static int uhcidebug = 0; variable in typeref:typename:int
109 NULL, 0, &uhcidebug, sizeof(uhcidebug), CTL_CREATE, CTL_EOL);
121 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(uhcidebug,1,FMT,A,B,C,D)
122 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(uhcidebug,N,FMT,A,B,C,D)
124 #define UHCIHIST_CALLED(name) USBHIST_CALLED(uhcidebug)
445 if (uhcidebug >= 2)
742 if (uhcidebug >= 2)
770 if (uhcidebug >= 2
    [all...]

Completed in 22 milliseconds