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

  /src/sys/dev/usb/
umidi.c 218 #define DPRINTF(x) if (umididebug) printf x
219 #define DPRINTFN(n,x) if (umididebug >= (n)) printf x
222 int umididebug = 0; variable in typeref:typename:int
1760 if (umididebug >= 100)
1911 if (umididebug >= 200)
umidi.c 218 #define DPRINTF(x) if (umididebug) printf x
219 #define DPRINTFN(n,x) if (umididebug >= (n)) printf x
222 int umididebug = 0; variable in typeref:typename:int
1760 if (umididebug >= 100)
1911 if (umididebug >= 200)
umidi.c 218 #define DPRINTF(x) if (umididebug) printf x
219 #define DPRINTFN(n,x) if (umididebug >= (n)) printf x
222 int umididebug = 0; variable in typeref:typename:int
1760 if (umididebug >= 100)
1911 if (umididebug >= 200)
umidi.c 218 #define DPRINTF(x) if (umididebug) printf x
219 #define DPRINTFN(n,x) if (umididebug >= (n)) printf x
222 int umididebug = 0; variable in typeref:typename:int
1760 if (umididebug >= 100)
1911 if (umididebug >= 200)
umidi.c 218 #define DPRINTF(x) if (umididebug) printf x
219 #define DPRINTFN(n,x) if (umididebug >= (n)) printf x
222 int umididebug = 0; variable in typeref:typename:int
1760 if (umididebug >= 100)
1911 if (umididebug >= 200)

Completed in 260 milliseconds