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

  /src/sys/dev/usb/
if_rum.c 76 #ifdef RUM_DEBUG
77 #define DPRINTF(x) do { if (rum_debug) printf x; } while (0)
78 #define DPRINTFN(n, x) do { if (rum_debug >= (n)) printf x; } while (0)
79 int rum_debug = 1; variable in typeref:typename:int
1846 #ifdef RUM_DEBUG
1899 #ifdef RUM_DEBUG
1906 #ifdef RUM_DEBUG
if_rum.c 76 #ifdef RUM_DEBUG
77 #define DPRINTF(x) do { if (rum_debug) printf x; } while (0)
78 #define DPRINTFN(n, x) do { if (rum_debug >= (n)) printf x; } while (0)
79 int rum_debug = 1; variable in typeref:typename:int
1846 #ifdef RUM_DEBUG
1899 #ifdef RUM_DEBUG
1906 #ifdef RUM_DEBUG

Completed in 519 milliseconds