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

  /src/sys/dev/usb/
xhci.c 74 #define xhcidebug 0 macro
78 if (xhcidebug > 0) \
81 static int xhcidebug = 0; variable in typeref:typename:int
101 NULL, 0, &xhcidebug, sizeof(xhcidebug), CTL_CREATE, CTL_EOL);
117 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(xhcidebug,FMT,A,B,C,D)
118 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(xhcidebug,N,FMT,A,B,C,D)
120 #define XHCIHIST_CALLED(name) USBHIST_CALLED(xhcidebug)
122 USBHIST_CALLARGS(xhcidebug,FMT,A,B,C,D)
xhci.c 74 #define xhcidebug 0 macro
78 if (xhcidebug > 0) \
81 static int xhcidebug = 0; variable in typeref:typename:int
101 NULL, 0, &xhcidebug, sizeof(xhcidebug), CTL_CREATE, CTL_EOL);
117 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(xhcidebug,FMT,A,B,C,D)
118 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(xhcidebug,N,FMT,A,B,C,D)
120 #define XHCIHIST_CALLED(name) USBHIST_CALLED(xhcidebug)
122 USBHIST_CALLARGS(xhcidebug,FMT,A,B,C,D)

Completed in 33 milliseconds