Searched refs:DEBUG_INIT (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_debug.h56 #define DEBUG_INIT 1 macro
60 #define INIT_DEBUGOUT(...) if (DEBUG_INIT) _DBG_PRINTF(__VA_ARGS__)
61 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__)
62 #define INIT_DBG_IF(...) if (DEBUG_INIT) _IF_DBG_PRINTF(__VA_ARGS__)
72 #define DEBUG_INIT 0 macro
/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.h326 #define DEBUG_INIT 0 macro
330 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n")
331 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A)
332 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B)
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe.h175 #define DEBUG_INIT 0 macro
179 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n")
180 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A)
181 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B)
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DDebugLib.h32 #define DEBUG_INIT 0x00000001 // Initialization macro
56 #define EFI_D_INIT DEBUG_INIT

Completed in 122 milliseconds