Searched defs:DEBUGOUT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h79 #define DEBUGOUT(S) \ macro
97 #define ERROR_REPORT1(S, A) DEBUGOUT(S ":" A)
103 #define DEBUGOUT(S) macro
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h61 #define DEBUGOUT(S) \ macro
72 #define DEBUGOUT(S) macro
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h39 #define DEBUGOUT(S) i40e_debug(NULL, 0, S) macro
51 #define DEBUGFUNC(F) DEBUGOUT(F);
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h61 #define DEBUGOUT(S) IGB_DEBUGLOG_0(NULL, S) macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c130 #define DEBUGFUNC(F) DEBUGOUT(F "\n");
135 #define DEBUGOUT(S) printf(S) macro
141 #define DEBUGOUT(S) macro
357 DEBUGOUT("Could not acquire EEPROM grant\n");
513 DEBUGOUT("SPI EEPROM Status error\n");
544 DEBUGOUT("\"words\" parameter out of bounds\n");
620 DEBUGOUT("EEPROM Read Error\n");
629 DEBUGOUT("EEPROM Checksum Invalid\n");
652 DEBUGOUT("EEPROM Read Error\n");
684 DEBUGOUT("Programmin
[all...]

Completed in 76 milliseconds