Searched defs:FUNCTION_START (Results 1 - 9 of 9) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h66 #define FUNCTION_START(x) { __out("udf: %s() ",__FUNCTION__); __out x; } macro
78 #define FUNCTION_START(x) ; macro
/haiku/src/servers/registrar/
H A DDebug.h61 #define FUNCTION_START() { __out(DEBUG_APP ": %s()\n",__FUNCTION__); } macro
74 #define FUNCTION_START() ; macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h58 #define FUNCTION_START(x) { __out("bfs: %s() ",__FUNCTION__); __out x; } macro
74 #define FUNCTION_START(x) ; macro
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h155 #define FUNCTION_START() TFUNCTION_START() macro
169 #define FUNCTION_START() ; macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h122 #define FUNCTION_START() TFUNCTION_START() macro
136 #define FUNCTION_START() ; macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h156 #define FUNCTION_START() TFUNCTION_START() macro
170 #define FUNCTION_START() ; macro
/haiku/headers/private/file_systems/
H A DDebugSupport.h162 #define FUNCTION_START() TFUNCTION_START() macro
172 #define FUNCTION_START() ; macro
/haiku/src/servers/package/
H A DDebugSupport.h160 #define FUNCTION_START() TFUNCTION_START() macro
174 #define FUNCTION_START() ; macro
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h123 #define FUNCTION_START() TFUNCTION_START() macro
136 #define FUNCTION_START() ; macro

Completed in 51 milliseconds