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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h81 #define DEBUGOUT1(S, A) \ macro
98 #define ERROR_REPORT2(S, A, B) DEBUGOUT1(S ":" A, B)
104 #define DEBUGOUT1(S, A) macro
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h63 #define DEBUGOUT1(S, A) \ macro
73 #define DEBUGOUT1(S, A) macro
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h40 #define DEBUGOUT1(S, A) i40e_debug(NULL, 0, S, A) macro
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h62 #define DEBUGOUT1(S, A) IGB_DEBUGLOG_1(NULL, S, A) macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c136 #define DEBUGOUT1(S,A) printf(S,A) macro
142 #define DEBUGOUT1(S,A) macro
1325 DEBUGOUT1("After fix-ups FlowControl is now = %x\n", hw->fc);
1570 DEBUGOUT1("Phy ID = %x \n", hw->phy_id);
1925 DEBUGOUT1("autoneg_advertised %x\n", hw->autoneg_advertised);
2019 DEBUGOUT1("Auto-Neg Advertising %x\n", mii_autoneg_adv_reg);
2846 DEBUGOUT1("PHY Address %d is out of range\n", reg_addr);
2949 DEBUGOUT1("PHY Address %d is out of range\n", reg_addr);
3122 DEBUGOUT1("Invalid MAC type %d\n", hw->mac_type);
3128 DEBUGOUT1("PH
[all...]

Completed in 98 milliseconds