/src/sys/dev/usb/ |
ums.c | 71 #define umsdebug 0 macro 78 static int umsdebug = UMS_DEBUG_DEFAULT; variable in typeref:typename:int 98 NULL, 0, &umsdebug, sizeof(umsdebug), CTL_CREATE, CTL_EOL); 110 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(umsdebug,1,FMT,A,B,C,D) 111 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(umsdebug,N,FMT,A,B,C,D) 113 #define UMSHIST_CALLED(name) USBHIST_CALLED(umsdebug) 115 USBHIST_CALLARGS(umsdebug,FMT,A,B,C,D) 117 USBHIST_CALLARGSN(umsdebug,N,FMT,A,B,C,D)
|
ums.c | 71 #define umsdebug 0 macro 78 static int umsdebug = UMS_DEBUG_DEFAULT; variable in typeref:typename:int 98 NULL, 0, &umsdebug, sizeof(umsdebug), CTL_CREATE, CTL_EOL); 110 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(umsdebug,1,FMT,A,B,C,D) 111 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(umsdebug,N,FMT,A,B,C,D) 113 #define UMSHIST_CALLED(name) USBHIST_CALLED(umsdebug) 115 USBHIST_CALLARGS(umsdebug,FMT,A,B,C,D) 117 USBHIST_CALLARGSN(umsdebug,N,FMT,A,B,C,D)
|
ums.c | 71 #define umsdebug 0 macro 78 static int umsdebug = UMS_DEBUG_DEFAULT; variable in typeref:typename:int 98 NULL, 0, &umsdebug, sizeof(umsdebug), CTL_CREATE, CTL_EOL); 110 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(umsdebug,1,FMT,A,B,C,D) 111 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(umsdebug,N,FMT,A,B,C,D) 113 #define UMSHIST_CALLED(name) USBHIST_CALLED(umsdebug) 115 USBHIST_CALLARGS(umsdebug,FMT,A,B,C,D) 117 USBHIST_CALLARGSN(umsdebug,N,FMT,A,B,C,D)
|