Symbol: dbg_printf_end
headers/private/file_systems/DebugSupport.h
114
dbg_printf_end(); \
headers/private/file_systems/DebugSupport.h
122
dbg_printf_end(); \
headers/private/file_systems/DebugSupport.h
130
dbg_printf_end(); \
headers/private/file_systems/DebugSupport.h
78
void dbg_printf_end();
headers/private/userlandfs/shared/Debug.h
101
DEBUG_THREAD, __FUNCTION__, __LINE__); x; dbg_printf_end(); }
headers/private/userlandfs/shared/Debug.h
67
void dbg_printf_end();
headers/private/userlandfs/shared/Debug.h
95
x; dbg_printf_end(); }
headers/private/userlandfs/shared/Debug.h
98
system_time(), DEBUG_THREAD, __FUNCTION__); x; dbg_printf_end(); }
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
105
dbg_printf_end(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
113
dbg_printf_end(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
121
dbg_printf_end(); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
74
void dbg_printf_end();
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
104
dbg_printf_end(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
112
dbg_printf_end(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
120
dbg_printf_end(); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
74
void dbg_printf_end();
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
74
void dbg_printf_end();
src/servers/package/DebugSupport.h
109
dbg_printf_end(); \
src/servers/package/DebugSupport.h
117
dbg_printf_end(); \
src/servers/package/DebugSupport.h
125
dbg_printf_end(); \
src/servers/package/DebugSupport.h
78
void dbg_printf_end();