Symbol: dbg_printf_begin
headers/private/file_systems/DebugSupport.h
110
dbg_printf_begin(); \
headers/private/file_systems/DebugSupport.h
118
dbg_printf_begin(); \
headers/private/file_systems/DebugSupport.h
126
dbg_printf_begin(); \
headers/private/file_systems/DebugSupport.h
77
void dbg_printf_begin();
headers/private/userlandfs/shared/Debug.h
66
void dbg_printf_begin();
headers/private/userlandfs/shared/Debug.h
93
#define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%" \
headers/private/userlandfs/shared/Debug.h
96
#define DEBUG_CONTEXT_FUNCTION(prefix, x) { dbg_printf_begin(); \
headers/private/userlandfs/shared/Debug.h
99
#define DEBUG_CONTEXT_LINE(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%" \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
101
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
109
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
117
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
73
void dbg_printf_begin();
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
101
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
108
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
116
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
73
void dbg_printf_begin();
src/apps/icon-o-matic/generic/support/Debug.h
100
#define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%lld: %5ld] ", system_time(), DEBUG_THREAD); x; dbg_printf_end(); }
src/apps/icon-o-matic/generic/support/Debug.h
101
#define DEBUG_CONTEXT_FUNCTION(prefix, x) { dbg_printf_begin(); __out(DEBUG_APP ": [%lld: %5ld] %s()" prefix, system_time(), DEBUG_THREAD, __FUNCTION__); x; dbg_printf_end(); }
src/apps/icon-o-matic/generic/support/Debug.h
102
#define DEBUG_CONTEXT_LINE(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%lld: %5ld] %s():%d: ", system_time(), DEBUG_THREAD, __FUNCTION__, __LINE__); x; dbg_printf_end(); }
src/apps/icon-o-matic/generic/support/Debug.h
73
void dbg_printf_begin();
src/servers/package/DebugSupport.h
105
dbg_printf_begin(); \
src/servers/package/DebugSupport.h
113
dbg_printf_begin(); \
src/servers/package/DebugSupport.h
121
dbg_printf_begin(); \
src/servers/package/DebugSupport.h
77
void dbg_printf_begin();