Searched refs:debug_printf (Results 1 - 25 of 76) sorted by path

1234

/haiku/headers/private/libroot/
H A Derrno_private.h18 debug_printf("%s:%d - setting errno to %x\n", __FILE__, __LINE__, \
/haiku/src/add-ons/accelerants/common/
H A Dcompute_display_timing.cpp111 # define TRACE(x, ...) debug_printf(x, __VA_ARGS__)
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Ddebug.h54 #define TRACE(a) debug_printf a
60 void debug_printf(const char *text,...);
62 void debug_printf(const char *text,...);
63 #define PRINT(a) debug_printf a
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Ddebug.h54 #define TRACE(a) debug_printf a
60 void debug_printf(const char *text,...);
62 void debug_printf(const char *text,...);
63 #define PRINT(a) debug_printf a
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Ddebug.c33 void debug_printf(const char *text,...);
38 void debug_printf(const char *text,...) function
H A Ddebug.h35 #define TRACE(a) debug_printf a
41 void debug_printf(const char *text,...);
43 void debug_printf(const char *text,...);
44 #define PRINT(a) debug_printf a
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Ddebug.c51 void debug_printf(const char *text,...);
55 void debug_printf(const char *text,...) function
H A Ddebug.h68 #define TRACE(a) debug_printf a
78 void debug_printf(const char *text,...);
88 void debug_printf(const char *text,...);
92 #define PRINT(a) debug_printf a
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Ddebug.c52 void debug_printf(const char *text,...);
57 void debug_printf(const char *text,...) function
H A Ddebug.h54 #define TRACE(a) debug_printf a
60 void debug_printf(const char *text,...);
62 void debug_printf(const char *text,...);
63 #define PRINT(a) debug_printf a
/haiku/src/add-ons/kernel/generic/mpu401/
H A Ddebug.c47 void debug_printf(const char *text,...) function
H A Ddebug.h49 void debug_printf(const char *text,...);
53 #define TRACE(a) debug_printf a
61 #define PRINT(a) debug_printf a
/haiku/src/bin/consoled/
H A Dconsoled.cpp66 debug_printf("%s", buffer);
/haiku/src/kits/app/
H A DApplication.cpp1316 debug_printf("Looper's ID specifier used but not "
H A DLinkReceiver.cpp44 # define GTRACE(x) debug_printf x
H A DServerLink.cpp36 # define GTRACE(x) debug_printf x
/haiku/src/kits/storage/
H A DPathMonitor.cpp36 # define TRACE(...) debug_printf("BPathMonitor: " __VA_ARGS__)
/haiku/src/libs/linprog/
H A DConstraint.cpp22 # define STRACE(x) debug_printf x
H A DVariable.cpp20 # define STRACE(x) debug_printf x
/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.cpp176 debug_printf("AlphaMaskCache statistics: size=%" B_PRIuSIZE " bytes=%"
/haiku/src/servers/app/drawing/interface/remote/
H A DNetSender.cpp19 #define TRACE(x...) /*debug_printf("NetSender: " x)*/
20 #define TRACE_ERROR(x...) debug_printf("NetSender: " x)
H A DStreamingRingBuffer.cpp21 #define TRACE_ALWAYS(x...) debug_printf("StreamingRingBuffer: " x)
/haiku/src/servers/app/stackandtile/
H A DSATDecorator.cpp24 # define STRACE(x) debug_printf x
H A DStackAndTile.h26 # define STRACE_SAT(x...) debug_printf("SAT: "x)
H A DTiling.cpp23 # define STRACE_TILING(x...) debug_printf("SAT Tiling: "x)

Completed in 148 milliseconds

1234