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

  /src/sys/dev/usb/
if_gscan.c 69 #define gscandebug 0 macro
71 static int gscandebug = 0; variable in typeref:typename:int
89 NULL, 0, &gscandebug, sizeof(gscandebug), CTL_CREATE, CTL_EOL);
101 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(gscandebug,1,FMT,A,B,C,D)
102 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(gscandebug,N,FMT,A,B,C,D)
104 #define GSCANHIST_CALLED(name) USBHIST_CALLED(gscandebug)
106 USBHIST_CALLARGS(gscandebug,FMT,A,B,C,D)
if_gscan.c 69 #define gscandebug 0 macro
71 static int gscandebug = 0; variable in typeref:typename:int
89 NULL, 0, &gscandebug, sizeof(gscandebug), CTL_CREATE, CTL_EOL);
101 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(gscandebug,1,FMT,A,B,C,D)
102 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(gscandebug,N,FMT,A,B,C,D)
104 #define GSCANHIST_CALLED(name) USBHIST_CALLED(gscandebug)
106 USBHIST_CALLARGS(gscandebug,FMT,A,B,C,D)

Completed in 53 milliseconds