Symbol: dbg_printf_begin
headers/private/file_systems/DebugSupport.h
111
dbg_printf_begin(); \
headers/private/file_systems/DebugSupport.h
119
dbg_printf_begin(); \
headers/private/file_systems/DebugSupport.h
127
dbg_printf_begin(); \
headers/private/file_systems/DebugSupport.h
78
void dbg_printf_begin();
headers/private/userlandfs/shared/Debug.h
100
#define DEBUG_CONTEXT_LINE(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%" \
headers/private/userlandfs/shared/Debug.h
67
void dbg_printf_begin();
headers/private/userlandfs/shared/Debug.h
94
#define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%" \
headers/private/userlandfs/shared/Debug.h
97
#define DEBUG_CONTEXT_FUNCTION(prefix, x) { dbg_printf_begin(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
102
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
110
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
118
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
74
void dbg_printf_begin();
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
102
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
109
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
117
dbg_printf_begin(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
74
void dbg_printf_begin();
src/apps/icon-o-matic/generic/support/Debug.h
101
#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
102
#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
103
#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
74
void dbg_printf_begin();
src/servers/package/DebugSupport.h
106
dbg_printf_begin(); \
src/servers/package/DebugSupport.h
114
dbg_printf_begin(); \
src/servers/package/DebugSupport.h
122
dbg_printf_begin(); \
src/servers/package/DebugSupport.h
78
void dbg_printf_begin();