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

  /src/sys/arch/evbsh3/t_sh7706lan/
scimci.c 52 #ifdef SCIMCI_DEBUG
53 int scimci_debug = 1; variable in typeref:typename:int
54 #define DPRINTF(n,s) do { if ((n) <= scimci_debug) printf s; } while (0)
555 #ifdef SCIMCI_DEBUG
607 #ifdef SCIMCI_DEBUG
scimci.c 52 #ifdef SCIMCI_DEBUG
53 int scimci_debug = 1; variable in typeref:typename:int
54 #define DPRINTF(n,s) do { if ((n) <= scimci_debug) printf s; } while (0)
555 #ifdef SCIMCI_DEBUG
607 #ifdef SCIMCI_DEBUG

Completed in 206 milliseconds