Searched refs:schpc_debug_flags (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | schpc.c | 60 static uint_t schpc_debug_flags = 0; variable 61 #define SCHPC_DEBUG0(f, s) if ((f)& schpc_debug_flags) \ 63 #define SCHPC_DEBUG1(f, s, a) if ((f)& schpc_debug_flags) \ 65 #define SCHPC_DEBUG2(f, s, a, b) if ((f)& schpc_debug_flags) \ 67 #define SCHPC_DEBUG3(f, s, a, b, c) if ((f)& schpc_debug_flags) \ 69 #define SCHPC_DEBUG4(f, s, a, b, c, d) if ((f)& schpc_debug_flags) \ 71 #define SCHPC_DEBUG5(f, s, a, b, c, d, e) if ((f)& schpc_debug_flags) \ 73 #define SCHPC_DEBUG6(f, s, a, b, c, d, e, ff) if ((f)& schpc_debug_flags) \ 2999 if (schpc_debug_flags & (D_GETSLOTSTATUS|D_SETSLOTSTATUS)) { in schpc_replylist_unlink() 3054 if (schpc_debug_flags & (D_GETSLOTSTATUS|D_SETSLOTSTATUS)) { in schpc_replylist_link()
|