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

  /src/sys/dev/ic/
lan9118.c 74 #ifdef SMSH_DEBUG
75 #define DPRINTF(x) if (smsh_debug) printf x
76 #define DPRINTFN(n, x) if (smsh_debug >= (n)) printf x
77 int smsh_debug = SMSH_DEBUG; variable in typeref:typename:int
lan9118.c 74 #ifdef SMSH_DEBUG
75 #define DPRINTF(x) if (smsh_debug) printf x
76 #define DPRINTFN(n, x) if (smsh_debug >= (n)) printf x
77 int smsh_debug = SMSH_DEBUG; variable in typeref:typename:int

Completed in 24 milliseconds