Symbol: FUNCTION_START
headers/private/file_systems/DebugSupport.h
162
#define FUNCTION_START() TFUNCTION_START()
headers/private/file_systems/DebugSupport.h
172
#define FUNCTION_START() ;
headers/private/userlandfs/shared/Debug.h
122
#define FUNCTION_START() TFUNCTION_START()
headers/private/userlandfs/shared/Debug.h
136
#define FUNCTION_START() ;
src/add-ons/kernel/file_systems/bfs/Debug.h
58
#define FUNCTION_START(x) { __out("bfs: %s() ",__FUNCTION__); __out x; }
src/add-ons/kernel/file_systems/bfs/Debug.h
74
#define FUNCTION_START(x) ;
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
156
#define FUNCTION_START() TFUNCTION_START()
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
170
#define FUNCTION_START() ;
src/add-ons/kernel/file_systems/fat/debug.h
115
#define FUNCTION_START(...) ;
src/add-ons/kernel/file_systems/fat/debug.h
86
#define FUNCTION_START(...) \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
155
#define FUNCTION_START() TFUNCTION_START()
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
169
#define FUNCTION_START() ;
src/apps/icon-o-matic/generic/support/Debug.h
123
#define FUNCTION_START() TFUNCTION_START()
src/apps/icon-o-matic/generic/support/Debug.h
136
#define FUNCTION_START() ;
src/servers/package/DebugSupport.h
160
#define FUNCTION_START() TFUNCTION_START()
src/servers/package/DebugSupport.h
174
#define FUNCTION_START() ;
src/servers/registrar/Debug.h
61
#define FUNCTION_START() { __out(DEBUG_APP ": %s()\n",__FUNCTION__); }
src/servers/registrar/Debug.h
74
#define FUNCTION_START() ;
src/tests/add-ons/kernel/file_systems/udf/udf_shell/Debug.h
66
#define FUNCTION_START(x) { __out("udf: %s() ",__FUNCTION__); __out x; }
src/tests/add-ons/kernel/file_systems/udf/udf_shell/Debug.h
78
#define FUNCTION_START(x) ;