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

  /src/sys/dev/usb/
if_mos.c 120 #define DPRINTF(x) do { if (mosdebug) printf x; } while (0)
121 #define DPRINTFN(n,x) do { if (mosdebug >= (n)) printf x; } while (0)
122 int mosdebug = 0; variable in typeref:typename:int
if_mos.c 120 #define DPRINTF(x) do { if (mosdebug) printf x; } while (0)
121 #define DPRINTFN(n,x) do { if (mosdebug >= (n)) printf x; } while (0)
122 int mosdebug = 0; variable in typeref:typename:int

Completed in 45 milliseconds