Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h736 extern void fas_dprintf(struct fas *fas, const char *fmt, ...)
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)
762 #define DPRINTF(str) if (DDEBUGGING) fas_dprintf(fas, str)
763 #define DPRINTF1(str, a) if (DDEBUGGING) fas_dprintf(fas, str, a)
[all …]
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c9290 fas_dprintf(struct fas *fas, const char *fmt, ...) in fas_dprintf() function