Searched defs:DEBUGOUT2 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/iavf/ |
H A D | iavf_osdep.h | 72 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) macro 78 #define DEBUGOUT2(S,A,B) macro
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_osdep.h | 65 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) macro 71 #define DEBUGOUT2(S,A,B) macro
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_osdep.h | 79 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) macro 105 #define DEBUGOUT2(S,A,B) macro
|
/freebsd/sys/dev/igc/ |
H A D | igc_osdep.h | 47 #define DEBUGOUT2(...) DEBUGOUT(__VA_ARGS__) macro
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_osdep.h | 113 #define DEBUGOUT2(...) DEBUGOUT(__VA_ARGS__) macro
|