Searched refs:DEBUG_CONTEXT (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h100 #define DEBUG_CONTEXT(x) \ macro
124 #define TPRINT(x...) DEBUG_CONTEXT( __out(x) )
150 #define FATAL(x...) DEBUG_CONTEXT( __out(x) )
151 #define ERROR(x...) DEBUG_CONTEXT( __out(x) )
152 #define WARN(x...) DEBUG_CONTEXT( __out(x) )
153 #define INFORM(x...) DEBUG_CONTEXT( __out(x) )
164 #define FATAL(x...) DEBUG_CONTEXT( __out(x) )
165 #define ERROR(x...) DEBUG_CONTEXT( __out(x) )
166 #define WARN(x...) DEBUG_CONTEXT( __out(x) )
167 #define INFORM(x...) DEBUG_CONTEXT( __ou
[all...]
/haiku/headers/private/userlandfs/shared/
H A DDebug.h94 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%" \ macro
104 #define TPRINT(x) DEBUG_CONTEXT( __out x )
117 #define FATAL(x) DEBUG_CONTEXT( __out x )
118 #define ERROR(x) DEBUG_CONTEXT( __out x )
119 #define WARN(x) DEBUG_CONTEXT( __out x )
120 #define INFORM(x) DEBUG_CONTEXT( __out x )
131 #define FATAL(x) DEBUG_CONTEXT( __out x )
132 #define ERROR(x) DEBUG_CONTEXT( __out x )
133 #define WARN(x) DEBUG_CONTEXT( __out x )
134 #define INFORM(x) DEBUG_CONTEXT( __ou
[all...]
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h100 #define DEBUG_CONTEXT(x) \ macro
125 #define TPRINT(x...) DEBUG_CONTEXT( __out(x) )
151 #define FATAL(x...) DEBUG_CONTEXT( __out(x) )
152 #define ERROR(x...) DEBUG_CONTEXT( __out(x) )
153 #define WARN(x...) DEBUG_CONTEXT( __out(x) )
154 #define INFORM(x...) DEBUG_CONTEXT( __out(x) )
165 #define FATAL(x...) DEBUG_CONTEXT( __out(x) )
166 #define ERROR(x...) DEBUG_CONTEXT( __out(x) )
167 #define WARN(x...) DEBUG_CONTEXT( __out(x) )
168 #define INFORM(x...) DEBUG_CONTEXT( __ou
[all...]
/haiku/src/servers/package/
H A DDebugSupport.h104 #define DEBUG_CONTEXT(x) \ macro
129 #define TPRINT(x...) DEBUG_CONTEXT( __out(x) )
155 #define FATAL(x...) DEBUG_CONTEXT( __out(x) )
156 #define ERROR(x...) DEBUG_CONTEXT( __out(x) )
157 #define WARN(x...) DEBUG_CONTEXT( __out(x) )
158 #define INFORM(x...) DEBUG_CONTEXT( __out(x) )
169 #define FATAL(x...) DEBUG_CONTEXT( __out(x) )
170 #define ERROR(x...) DEBUG_CONTEXT( __out(x) )
171 #define WARN(x...) DEBUG_CONTEXT( __out(x) )
172 #define INFORM(x...) DEBUG_CONTEXT( __ou
[all...]
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h101 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%lld: %5ld] ", system_time(), DEBUG_THREAD); x; dbg_printf_end(); } macro
105 #define TPRINT(x) DEBUG_CONTEXT( __out x )
118 #define FATAL(x) DEBUG_CONTEXT( __out x )
119 #define ERROR(x) DEBUG_CONTEXT( __out x )
120 #define WARN(x) DEBUG_CONTEXT( __out x )
121 #define INFORM(x) DEBUG_CONTEXT( __out x )
131 #define FATAL(x) DEBUG_CONTEXT( __out x )
132 #define ERROR(x) DEBUG_CONTEXT( __out x )
133 #define WARN(x) DEBUG_CONTEXT( __out x )
134 #define INFORM(x) DEBUG_CONTEXT( __ou
[all...]
/haiku/headers/private/file_systems/
H A DDebugSupport.h109 #define DEBUG_CONTEXT(x) \ macro
134 #define TPRINT(x...) DEBUG_CONTEXT( __out(x) )
135 #define TPRINTV(format, args) DEBUG_CONTEXT( __outv(format, args) )

Completed in 31 milliseconds