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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.h233 #define DEBUG_INIT 0 macro
237 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n")
238 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A)
239 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B)
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.h50 the \c DEBUG_INIT() macro. On creation, it increases the
98 #define DEBUG_INIT(className) \ macro
207 #define DEBUG_INIT(className) ; macro
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h55 the \c DEBUG_INIT() macro. On creation, it increases the
103 #define DEBUG_INIT(className) \ macro
214 #define DEBUG_INIT(className) ; macro
H A DDString.cpp130 DEBUG_INIT("DString");
H A DUtils.cpp170 DEBUG_INIT(NULL);
H A DRecognition.cpp181 DEBUG_INIT(NULL);
246 DEBUG_INIT(NULL);
H A DUdfString.cpp322 DEBUG_INIT("UdfString");
H A DVolume.cpp359 DEBUG_INIT("Volume");
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.h319 #define DEBUG_INIT 0 macro
323 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n")
324 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A)
325 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B)

Completed in 76 milliseconds