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

  /src/sys/dev/usb/
if_axe.c 162 #define axedebug 0 macro
164 static int axedebug = 0; variable in typeref:typename:int
184 NULL, 0, &axedebug, sizeof(axedebug), CTL_CREATE, CTL_EOL);
196 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(axedebug,1,FMT,A,B,C,D)
197 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(axedebug,N,FMT,A,B,C,D)
199 #define AXEHIST_CALLED(name) USBHIST_CALLED(axedebug)
if_axe.c 162 #define axedebug 0 macro
164 static int axedebug = 0; variable in typeref:typename:int
184 NULL, 0, &axedebug, sizeof(axedebug), CTL_CREATE, CTL_EOL);
196 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(axedebug,1,FMT,A,B,C,D)
197 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(axedebug,N,FMT,A,B,C,D)
199 #define AXEHIST_CALLED(name) USBHIST_CALLED(axedebug)

Completed in 76 milliseconds