Home
last modified time | relevance | path

Searched refs:DEBUG_INIT (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/sys/dev/ixl/
HDixl_debug.h55 #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-head/sys/dev/iavf/
HDiavf_debug.h59 #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-head/sys/dev/igc/
HDif_igc.h187 #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-head/sys/dev/e1000/
HDif_em.h327 #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-head/sys/dev/ixgbe/
HDixgbe.h166 #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-head/sys/contrib/edk2/Include/Library/
HDDebugLib.h39 #define DEBUG_INIT 0x00000001 // Initialization macro
65 #define EFI_D_INIT DEBUG_INIT