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

  /src/sys/dev/usb/
if_ural.c 73 #ifdef URAL_DEBUG
74 #define DPRINTF(x) do { if (ural_debug) printf x; } while (0)
75 #define DPRINTFN(n, x) do { if (ural_debug >= (n)) printf x; } while (0)
76 int ural_debug = 0; variable in typeref:typename:int
if_ural.c 73 #ifdef URAL_DEBUG
74 #define DPRINTF(x) do { if (ural_debug) printf x; } while (0)
75 #define DPRINTFN(n, x) do { if (ural_debug >= (n)) printf x; } while (0)
76 int ural_debug = 0; variable in typeref:typename:int

Completed in 27 milliseconds