/haiku/src/servers/registrar/ |
H A D | Debug.h | 36 #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 ": %s() done\n",__FUNCTION__); } [all …]
|
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/ |
H A D | DebugSupport.h | 34 #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/src/servers/package/ |
H A D | DebugSupport.h | 31 #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 D | Debug.h | 37 #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(), DE… 102 #define DEBUG_CONTEXT_FUNCTION(prefix, x) { dbg_printf_begin(); __out(DEBUG_APP ": [%lld: %5ld] %s(… 103 #define DEBUG_CONTEXT_LINE(x) { dbg_printf_begin(); __out(DEBUG_APP ": [%lld: %5ld] %s():%d: ", sys…
|
/haiku/headers/private/userlandfs/shared/ |
H A D | Debug.h | 30 #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 D | DebugSupport.h | 34 #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 D | DebugSupport.h | 34 #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/add-ons/kernel/file_systems/netfs/netfs_config/ |
H A D | Jamfile | 9 DEFINES += DEBUG_APP="\\\"server_config\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/ |
H A D | Jamfile | 9 DEFINES += DEBUG_APP="\\\"netfs_server_prefs\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/ |
H A D | Jamfile | 12 DEFINES += DEBUG_APP="\\\"authentication_server\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/reiserfs/ |
H A D | Jamfile | 12 DEFINES += DEBUG_APP="\\\"reiserfs\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/ufs2/ |
H A D | Jamfile | 18 DEFINES += DEBUG_APP="\\\"ufs2\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/ |
H A D | Jamfile | 21 DEFINES += DEBUG_APP="\\\"libuserlandfs_beos\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/ |
H A D | Jamfile | 17 DEFINES += DEBUG_APP="\\\"userlandfs\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/btrfs/ |
H A D | Jamfile | 8 DEFINES += DEBUG_APP="\\\"btrfs\\\"" ;
|
/haiku/src/tests/system/kernel/file_corruption/fs/userland/ |
H A D | Jamfile | 14 DEFINES += DEBUG_APP="\\\"checksumfs\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | Jamfile | 9 DEFINES += DEBUG_APP="\\\"ramfs\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/ |
H A D | Jamfile | 17 DEFINES += DEBUG_APP="\\\"userlandfs_server\\\"" ;
|
/haiku/src/tests/system/kernel/file_corruption/fs/ |
H A D | Jamfile | 14 DEFINES += DEBUG_APP="\\\"checksumfs\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/ |
H A D | Jamfile | 20 DEFINES += DEBUG_APP="\\\"libuserlandfs_fuse\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/xfs/ |
H A D | Jamfile | 18 DEFINES += DEBUG_APP="\\\"xfs\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | Jamfile | 20 DEFINES += DEBUG_APP="\\\"libuserlandfs_haiku\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/netfs/server/ |
H A D | Jamfile | 19 DEFINES += DEBUG_APP="\\\"netfs_server\\\"" ;
|
/haiku/src/add-ons/kernel/file_systems/netfs/client/ |
H A D | Jamfile | 22 DEFINES += DEBUG_APP="\\\"netfs\\\"" ;
|