Searched refs:sckm_debug_flags (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | sckmdrv.c | 65 static uint_t sckm_debug_flags = 0x0; variable 66 #define SCKM_DEBUG0(f, s) if ((f)& sckm_debug_flags) \ 68 #define SCKM_DEBUG1(f, s, a) if ((f)& sckm_debug_flags) \ 70 #define SCKM_DEBUG2(f, s, a, b) if ((f)& sckm_debug_flags) \ 72 #define SCKM_DEBUG3(f, s, a, b, c) if ((f)& sckm_debug_flags) \ 74 #define SCKM_DEBUG4(f, s, a, b, c, d) if ((f)& sckm_debug_flags) \ 76 #define SCKM_DEBUG5(f, s, a, b, c, d, e) if ((f)& sckm_debug_flags) \ 78 #define SCKM_DEBUG6(f, s, a, b, c, d, e, ff) if ((f)& sckm_debug_flags) \
|