Searched refs:dbg_printf_begin (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DDebug.h54 void dbg_printf_begin();
60 static inline void dbg_printf_begin() {} function
81 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] ", system_time(), DEBUG_THREAD); x; dbg_printf_end(); }
82 #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(); }
83 #define DEBUG_CONTEXT_LINE(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] %s():%d: ", system_time(), DEBUG_THREAD, __FUNCTION__, __LINE__); x; dbg_printf_end(); }
H A DDebug.cpp136 // dbg_printf_begin
138 dbg_printf_begin() function
/haiku-fatelf/headers/private/userlandfs/shared/
H A DDebug.h67 void dbg_printf_begin();
94 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] ", system_time(), DEBUG_THREAD); x; dbg_printf_end(); }
95 #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(); }
96 #define DEBUG_CONTEXT_LINE(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] %s():%d: ", system_time(), DEBUG_THREAD, __FUNCTION__, __LINE__); x; dbg_printf_end(); }
/haiku-fatelf/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h74 void dbg_printf_begin();
102 dbg_printf_begin(); \
109 dbg_printf_begin(); \
117 dbg_printf_begin(); \
H A DDebugSupport.cpp115 dbg_printf_begin() function
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h74 void dbg_printf_begin();
102 dbg_printf_begin(); \
109 dbg_printf_begin(); \
117 dbg_printf_begin(); \
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DDebugSupport.h74 void dbg_printf_begin();
102 dbg_printf_begin(); \
109 dbg_printf_begin(); \
117 dbg_printf_begin(); \
H A DDebugSupport.cpp115 dbg_printf_begin() function
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A DDebug.h74 void dbg_printf_begin();
101 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] ", system_time(), DEBUG_THREAD); x; dbg_printf_end(); }
102 #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(); }
103 #define DEBUG_CONTEXT_LINE(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] %s():%d: ", system_time(), DEBUG_THREAD, __FUNCTION__, __LINE__); x; dbg_printf_end(); }
H A DDebug.cpp114 // dbg_printf_begin
116 dbg_printf_begin() function
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DDebug.h67 void dbg_printf_begin();
94 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] ", system_time(), DEBUG_THREAD); x; dbg_printf_end(); }
95 #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(); }
96 #define DEBUG_CONTEXT_LINE(x) { dbg_printf_begin(); __out(DEBUG_APP " [%Ld: %5ld] %s():%d: ", system_time(), DEBUG_THREAD, __FUNCTION__, __LINE__); x; dbg_printf_end(); }
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DDebugSupport.cpp115 dbg_printf_begin() function
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDebug.cpp133 // dbg_printf_begin
135 dbg_printf_begin() function
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/shared/
H A DDebug.cpp133 // dbg_printf_begin
135 dbg_printf_begin() function

Completed in 178 milliseconds