/src/sys/dev/usb/ |
uplcom.c | 71 #define uplcomdebug 0 macro 73 int uplcomdebug = 0; variable in typeref:typename:int 93 NULL, 0, &uplcomdebug, sizeof(uplcomdebug), CTL_CREATE, CTL_EOL); 106 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(uplcomdebug,1,FMT,A,B,C,D) 107 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(uplcomdebug,N,FMT,A,B,C,D) 109 #define UPLCOMHIST_CALLED(name) USBHIST_CALLED(uplcomdebug)
|
uplcom.c | 71 #define uplcomdebug 0 macro 73 int uplcomdebug = 0; variable in typeref:typename:int 93 NULL, 0, &uplcomdebug, sizeof(uplcomdebug), CTL_CREATE, CTL_EOL); 106 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(uplcomdebug,1,FMT,A,B,C,D) 107 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(uplcomdebug,N,FMT,A,B,C,D) 109 #define UPLCOMHIST_CALLED(name) USBHIST_CALLED(uplcomdebug)
|
uplcom.c | 71 #define uplcomdebug 0 macro 73 int uplcomdebug = 0; variable in typeref:typename:int 93 NULL, 0, &uplcomdebug, sizeof(uplcomdebug), CTL_CREATE, CTL_EOL); 106 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(uplcomdebug,1,FMT,A,B,C,D) 107 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(uplcomdebug,N,FMT,A,B,C,D) 109 #define UPLCOMHIST_CALLED(name) USBHIST_CALLED(uplcomdebug)
|