Searched defs:DEBUGOUT2 (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_ixgb_osdep.h | 50 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) macro 56 #define DEBUGOUT2(S,A,B) macro
|
H A D | ixgbe.h | 91 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) macro 103 #define DEBUGOUT2(S,A,B) macro
|
H A D | if_em_osdep.h | 50 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) macro 56 #define DEBUGOUT2(S,A,B) macro
|
H A D | if_igc.h | 185 #define DEBUGOUT2(...) DEBUGOUT(__VA_ARGS__) macro
|