Searched refs:EDEBUGGING (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | fasvar.h | 747 #define EDEBUGGING ((fasdebug > 2) && \ macro 751 #define EPRINTF(str) if (EDEBUGGING) fas_dprintf(fas, str) 752 #define EPRINTF1(str, a) if (EDEBUGGING) fas_dprintf(fas, str, a) 753 #define EPRINTF2(str, a, b) if (EDEBUGGING) fas_dprintf(fas, str, a, b) 754 #define EPRINTF3(str, a, b, c) if (EDEBUGGING) fas_dprintf(fas, str, a, b, c) 756 if (EDEBUGGING) fas_dprintf(fas, str, a, b, c, d) 758 if (EDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e) 760 if (EDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e, f)
|