Home
last modified time | relevance | path

Searched refs:IDEBUGGING (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h740 #define IDEBUGGING ((fasdebug) && \ macro
773 #define IPRINTF(str) if (IDEBUGGING) fas_dprintf(fas, str)
774 #define IPRINTF1(str, a) if (IDEBUGGING) fas_dprintf(fas, str, a)
775 #define IPRINTF2(str, a, b) if (IDEBUGGING) fas_dprintf(fas, str, a, b)
776 #define IPRINTF3(str, a, b, c) if (IDEBUGGING) fas_dprintf(fas, str, a, b, c)
778 if (IDEBUGGING) fas_dprintf(fas, str, a, b, c, d)
780 if (IDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e)
782 if (IDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e, f)