Searched defs:DEBUGOUT3 (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/sys/dev/pci/ |
H A D | if_ixgb_osdep.h | 51 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) macro 57 #define DEBUGOUT3(S,A,B,C) macro
|
H A D | ixgbe.h | 92 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) macro 104 #define DEBUGOUT3(S,A,B,C) macro
|
H A D | if_em_osdep.h | 51 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) macro 57 #define DEBUGOUT3(S,A,B,C) macro
|
H A D | if_igc.h | 186 #define DEBUGOUT3(...) DEBUGOUT(__VA_ARGS__) macro
|