Symbol: DEBUG_CONTEXT_FUNCTION
headers/private/file_systems/DebugSupport.h
152
#define TFUNCTION(x...) DEBUG_CONTEXT_FUNCTION( ": ", __out(x) )
headers/private/file_systems/DebugSupport.h
153
#define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
headers/private/file_systems/DebugSupport.h
154
#define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
headers/private/userlandfs/shared/Debug.h
108
#define TFUNCTION(x) DEBUG_CONTEXT_FUNCTION( ": ", __out x )
headers/private/userlandfs/shared/Debug.h
109
#define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
headers/private/userlandfs/shared/Debug.h
110
#define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
142
#define TFUNCTION(x...) DEBUG_CONTEXT_FUNCTION( ": ", __out(x) )
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
143
#define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
144
#define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
141
#define TFUNCTION(x...) DEBUG_CONTEXT_FUNCTION( ": ", __out(x) )
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
142
#define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
143
#define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
src/apps/icon-o-matic/generic/support/Debug.h
109
#define TFUNCTION(x) DEBUG_CONTEXT_FUNCTION( ": ", __out x )
src/apps/icon-o-matic/generic/support/Debug.h
110
#define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
src/apps/icon-o-matic/generic/support/Debug.h
111
#define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )
src/servers/package/DebugSupport.h
146
#define TFUNCTION(x...) DEBUG_CONTEXT_FUNCTION( ": ", __out(x) )
src/servers/package/DebugSupport.h
147
#define TFUNCTION_START() DEBUG_CONTEXT_FUNCTION( "\n", )
src/servers/package/DebugSupport.h
148
#define TFUNCTION_END() DEBUG_CONTEXT_FUNCTION( " done\n", )