Searched defs:DEBUGOUT3 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/iavf/ |
H A D | iavf_osdep.h | 73 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) macro 79 #define DEBUGOUT3(S,A,B,C) macro
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_osdep.h | 66 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) macro 72 #define DEBUGOUT3(S,A,B,C) macro
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_osdep.h | 80 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) macro 106 #define DEBUGOUT3(S,A,B,C) macro
|
/freebsd/sys/dev/igc/ |
H A D | igc_osdep.h | 48 #define DEBUGOUT3(...) DEBUGOUT(__VA_ARGS__) macro
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_osdep.h | 114 #define DEBUGOUT3(...) DEBUGOUT(__VA_ARGS__) macro
|