Searched refs:DEBUG_INIT (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | ixl_debug.h | 55 #define DEBUG_INIT 1 macro 59 #define INIT_DEBUGOUT(...) if (DEBUG_INIT) _DBG_PRINTF(__VA_ARGS__) 60 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__) 61 #define INIT_DBG_IF(...) if (DEBUG_INIT) _IF_DBG_PRINTF(__VA_ARGS__) 71 #define DEBUG_INIT 0 macro
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_debug.h | 59 #define DEBUG_INIT 1 macro 63 #define INIT_DEBUGOUT(...) if (DEBUG_INIT) _DBG_PRINTF(__VA_ARGS__) 64 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__) 65 #define INIT_DBG_IF(...) if (DEBUG_INIT) _IF_DBG_PRINTF(__VA_ARGS__) 75 #define DEBUG_INIT 0 macro
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.h | 187 #define DEBUG_INIT 0 macro 191 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n") 192 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) 193 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B)
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.h | 327 #define DEBUG_INIT 0 macro 331 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n") 332 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) 333 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B)
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe.h | 166 #define DEBUG_INIT 0 macro 170 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n") 171 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) 172 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B)
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | DebugLib.h | 32 #define DEBUG_INIT 0x00000001 // Initialization macro 56 #define EFI_D_INIT DEBUG_INIT
|