Searched defs:FATAL (Results 1 - 19 of 19) sorted by relevance

/haiku/src/system/runtime_loader/
H A Druntime_loader_private.h43 #define FATAL(x...) \ macro
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp20 # define FATAL(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h63 #define FATAL(x) { __out("udf: "); __out x; } macro
75 #define FATAL(x) { __out("udf: "); __out x; } macro
/haiku/src/servers/registrar/
H A DDebug.h56 #define FATAL(x...) { __out(DEBUG_APP ": " x); } macro
69 #define FATAL(x...) { __out(DEBUG_APP ": " x); } macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h55 #define FATAL(x) { __out("bfs: "); __out x; } macro
71 #define FATAL(x) { __out("bfs: "); __out x; } macro
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.h198 #define FATAL(x) { \ macro
219 #define FATAL(x) { __out("session: fatal error: "); __out x; } macro
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h205 #define FATAL(x) { \ macro
227 #define FATAL(x) { __out("udf: fatal error: "); __out x; } macro
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h150 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
164 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h117 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
131 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h151 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
165 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/headers/private/file_systems/
H A DDebugSupport.h178 #define FATAL(x...) TPRINT(x) macro
/haiku/src/servers/package/
H A DDebugSupport.h155 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
169 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h118 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
131 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/tools/fs_shell/
H A Dmodule.cpp29 #define FATAL(x) fssh_dprintf x macro
H A Dblock_cache.cpp40 #define FATAL(x) fssh_panic x macro
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp38 # define FATAL(x...) dprintf("\33[34mext2:\33[0m " x) macro
[all...]
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp40 #define FATAL(...) \ macro
/haiku/src/system/kernel/
H A Dmodule.cpp45 #define FATAL(x) dprintf x macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp52 #define FATAL(x) panic x macro

Completed in 888 milliseconds