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

  /src/sys/dev/ic/
ciss.c 26 /* #define CISS_DEBUG */
51 #ifdef CISS_DEBUG
52 #define CISS_DPRINTF(m,a) if (ciss_debug & (m)) printf a
59 int ciss_debug = 0 variable in typeref:typename:int
ciss.c 26 /* #define CISS_DEBUG */
51 #ifdef CISS_DEBUG
52 #define CISS_DPRINTF(m,a) if (ciss_debug & (m)) printf a
59 int ciss_debug = 0 variable in typeref:typename:int

Completed in 23 milliseconds