Searched refs:PANIC (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h61 // define the PANIC() macro
62 #ifndef PANIC
64 # define PANIC(str) debugger(str) macro
66 # define PANIC(str) panic(str) macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h55 // define the PANIC() macro
56 #ifndef PANIC
58 # define PANIC(str) debugger(str) macro
60 # define PANIC(str) panic(str) macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h61 // define the PANIC() macro
62 #ifndef PANIC
64 # define PANIC(str) debugger(str) macro
66 # define PANIC(str) panic(str) macro
/haiku/headers/private/file_systems/
H A DDebugSupport.h65 // define the PANIC() macro
66 #ifndef PANIC
68 # define PANIC(str) debugger(str) macro
70 # define PANIC(str) panic(str) macro
/haiku/src/servers/package/
H A DDebugSupport.h65 // define the PANIC() macro
66 #ifndef PANIC
68 # define PANIC(str) debugger(str) macro
70 # define PANIC(str) panic(str) macro
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h62 // define the PANIC() macro
63 #ifndef PANIC
65 # define PANIC(str) debugger(str) macro
67 # define PANIC(str) panic(str) macro
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp29 // define the PANIC macro
30 #ifndef PANIC
32 # define PANIC(str) panic(str) macro
34 # define PANIC(str) debugger(str) macro
954 PANIC("internal data mangled");
957 PANIC("fLastFieldOffset changed during KMessage::_CheckBuffer()");
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h99 #define PANIC(msg) \ macro

Completed in 60 milliseconds