Symbol: dbg_printf_end
headers/private/file_systems/DebugSupport.h
115
dbg_printf_end(); \
headers/private/file_systems/DebugSupport.h
123
dbg_printf_end(); \
headers/private/file_systems/DebugSupport.h
131
dbg_printf_end(); \
headers/private/file_systems/DebugSupport.h
79
void dbg_printf_end();
headers/private/userlandfs/shared/Debug.h
102
DEBUG_THREAD, __FUNCTION__, __LINE__); x; dbg_printf_end(); }
headers/private/userlandfs/shared/Debug.h
68
void dbg_printf_end();
headers/private/userlandfs/shared/Debug.h
96
x; dbg_printf_end(); }
headers/private/userlandfs/shared/Debug.h
99
system_time(), DEBUG_THREAD, __FUNCTION__); x; dbg_printf_end(); }
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
106
dbg_printf_end(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
114
dbg_printf_end(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
122
dbg_printf_end(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
75
void dbg_printf_end();
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
105
dbg_printf_end(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
113
dbg_printf_end(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
121
dbg_printf_end(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
75
void dbg_printf_end();
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
75
void dbg_printf_end();
src/servers/package/DebugSupport.h
110
dbg_printf_end(); \
src/servers/package/DebugSupport.h
118
dbg_printf_end(); \
src/servers/package/DebugSupport.h
126
dbg_printf_end(); \
src/servers/package/DebugSupport.h
79
void dbg_printf_end();