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

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DDebug.h82 #define DEBUG_CONTEXT_FUNCTION(prefix, x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] %s()" prefix, system_time(), DEBUG_THREAD, __FUNCTION__); x; dbg_printf_end(); } macro
89 #define TFUNCTION(x) DEBUG_CONTEXT_FUNCTION( ": ", __out x )
90 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
91 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
/haiku-fatelf/headers/private/userlandfs/shared/
H A DDebug.h95 #define DEBUG_CONTEXT_FUNCTION(prefix, x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] %s()" prefix, system_time(), DEBUG_THREAD, __FUNCTION__); x; dbg_printf_end(); } macro
102 #define TFUNCTION(x) DEBUG_CONTEXT_FUNCTION( ": ", __out x )
103 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
104 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
/haiku-fatelf/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h107 #define DEBUG_CONTEXT_FUNCTION(prefix, x) \ macro
141 #define TFUNCTION(x...) DEBUG_CONTEXT_FUNCTION( ": ", __out(x) )
142 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
143 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h107 #define DEBUG_CONTEXT_FUNCTION(prefix, x) \ macro
141 #define TFUNCTION(x...) DEBUG_CONTEXT_FUNCTION( ": ", __out(x) )
142 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
143 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DDebugSupport.h107 #define DEBUG_CONTEXT_FUNCTION(prefix, x) \ macro
141 #define TFUNCTION(x...) DEBUG_CONTEXT_FUNCTION( ": ", __out(x) )
142 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
143 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A DDebug.h102 #define DEBUG_CONTEXT_FUNCTION(prefix, x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] %s()" prefix, system_time(), DEBUG_THREAD, __FUNCTION__); x; dbg_printf_end(); } macro
109 #define TFUNCTION(x) DEBUG_CONTEXT_FUNCTION( ": ", __out x )
110 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
111 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DDebug.h95 #define DEBUG_CONTEXT_FUNCTION(prefix, x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] %s()" prefix, system_time(), DEBUG_THREAD, __FUNCTION__); x; dbg_printf_end(); } macro
102 #define TFUNCTION(x) DEBUG_CONTEXT_FUNCTION( ": ", __out x )
103 #define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
104 #define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )

Completed in 74 milliseconds