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

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h64 # define PANIC(str) debugger(str) macro
66 # define PANIC(str) panic(str) macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h58 # define PANIC(str) debugger(str) macro
60 # define PANIC(str) panic(str) macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h64 # define PANIC(str) debugger(str) macro
66 # define PANIC(str) panic(str) macro
/haiku/headers/private/file_systems/
H A DDebugSupport.h68 # define PANIC(str) debugger(str) macro
70 # define PANIC(str) panic(str) macro
/haiku/src/servers/package/
H A DDebugSupport.h68 # define PANIC(str) debugger(str) macro
70 # define PANIC(str) panic(str) macro
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h65 # define PANIC(str) debugger(str) macro
67 # define PANIC(str) panic(str) macro
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h99 #define PANIC(msg) \ macro
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp32 # define PANIC(str) panic(str) macro
34 # define PANIC(str) debugger(str) macro

Completed in 52 milliseconds