Searched refs:DEBUG_APP (Results 1 - 7 of 7) sorted by relevance

/haiku/src/servers/registrar/
H A DDebug.h36 #define DEBUG_APP "REG" macro
38 #define PRINT(x...) { __out(DEBUG_APP ": " x); }
40 __out(DEBUG_APP ": %s:%d: %s\n", __FUNCTION__, __LINE__, \
56 #define FATAL(x...) { __out(DEBUG_APP ": " x); }
57 #define ERROR(x...) { __out(DEBUG_APP ": " x); }
58 #define WARNING(x...) { __out(DEBUG_APP ": " x); }
59 #define INFORM(x...) { __out(DEBUG_APP ": " x); }
60 #define FUNCTION(x) { __out(DEBUG_APP ": %s() ",__FUNCTION__); __out x; }
61 #define FUNCTION_START() { __out(DEBUG_APP ": %s()\n",__FUNCTION__); }
62 #define FUNCTION_END() { __out(DEBUG_APP "
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h34 #ifndef DEBUG_APP
35 # define DEBUG_APP "packagefs" macro
38 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log"
103 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] ", system_time(), DEBUG_THREAD); \
110 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] %s" prefix, system_time(), DEBUG_THREAD, \
118 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] %s:%d: ", system_time(), DEBUG_THREAD, \
/haiku/headers/private/userlandfs/shared/
H A DDebug.h30 #ifndef DEBUG_APP
31 # define DEBUG_APP "debug" macro
34 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log"
94 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%" \
98 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] %s()" prefix, \
100 #define DEBUG_CONTEXT_LINE(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%" \
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h34 #ifndef DEBUG_APP
35 # define DEBUG_APP "bindfs" macro
38 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log"
103 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] ", system_time(),\
111 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] %s" prefix, \
119 __out(DEBUG_APP ": [%" B_PRId64 ": %5" B_PRId32 "] %s:%d: ", \
/haiku/headers/private/file_systems/
H A DDebugSupport.h34 #ifndef DEBUG_APP
35 # define DEBUG_APP "unknown" macro
38 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log"
112 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] ", \
120 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] %s" prefix, \
128 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] %s:%d: ", \
/haiku/src/servers/package/
H A DDebugSupport.h31 #ifndef DEBUG_APP
32 # define DEBUG_APP "package_daemon" macro
35 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log"
107 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] ", \
115 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] %s" prefix, \
123 __out(DEBUG_APP ": [%" B_PRIdBIGTIME ": %5" B_PRId32 "] %s:%d: ", \
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h37 #ifndef DEBUG_APP
38 # define DEBUG_APP "debug" macro
41 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log"
101 #define DEBUG_CONTEXT(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%lld: %5ld] ", system_time(), DEBUG_THREAD); x; dbg_printf_end(); }
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(); }
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(); }

Completed in 99 milliseconds