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

/haiku-fatelf/headers/private/userlandfs/shared/
H A DDebug.h94 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] ", system_time(), DEBUG_THREAD); x; dbg_printf_end(); } macro
98 #define TPRINT(x) DEBUG_CONTEXT( __out x )
111 #define FATAL(x) DEBUG_CONTEXT( __out x )
112 #define ERROR(x) DEBUG_CONTEXT( __out x )
113 #define WARN(x) DEBUG_CONTEXT( __out x )
114 #define INFORM(x) DEBUG_CONTEXT( __out x )
125 #define FATAL(x) DEBUG_CONTEXT( __out x )
126 #define ERROR(x) DEBUG_CONTEXT( __out x )
127 #define WARN(x) DEBUG_CONTEXT( __out x )
128 #define INFORM(x) DEBUG_CONTEXT( __ou
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/bindfs/
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-fatelf/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-fatelf/src/add-ons/kernel/file_systems/packagefs/
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-fatelf/src/apps/icon-o-matic/generic/support/
H A DDebug.h101 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %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-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DDebug.h94 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] ", system_time(), DEBUG_THREAD); x; dbg_printf_end(); } macro
98 #define TPRINT(x) DEBUG_CONTEXT( __out x )
111 #define FATAL(x) DEBUG_CONTEXT( __out x )
112 #define ERROR(x) DEBUG_CONTEXT( __out x )
113 #define WARN(x) DEBUG_CONTEXT( __out x )
114 #define INFORM(x) DEBUG_CONTEXT( __out x )
125 #define FATAL(x) DEBUG_CONTEXT( __out x )
126 #define ERROR(x) DEBUG_CONTEXT( __out x )
127 #define WARN(x) DEBUG_CONTEXT( __out x )
128 #define INFORM(x) DEBUG_CONTEXT( __ou
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DDebug.h81 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] ", system_time(), DEBUG_THREAD); x; dbg_printf_end(); } macro
85 #define TPRINT(x) DEBUG_CONTEXT( __out x )
98 #define FATAL(x) DEBUG_CONTEXT( __out x )
99 #define INFORM(x) DEBUG_CONTEXT( __out x )
109 #define FATAL(x) DEBUG_CONTEXT( __out x )
110 #define INFORM(x) DEBUG_CONTEXT( __out x )

Completed in 182 milliseconds