Home | Sort by: relevance | last modified time | path |
/src/sys/dev/usb/ | |
if_upl.c | 82 #define DPRINTF(x) if (upldebug) printf x 83 #define DPRINTFN(n,x) if (upldebug >= (n)) printf x 84 int upldebug = 0; variable in typeref:typename:int |
if_upl.c | 82 #define DPRINTF(x) if (upldebug) printf x 83 #define DPRINTFN(n,x) if (upldebug >= (n)) printf x 84 int upldebug = 0; variable in typeref:typename:int |