Searched refs:_panic (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/kernel/include/
H A Ddebug.h82 void _panic(void *caller, void *frame, const char *fmt, ...) __PRINTFLIKE(3, 4) __NO_RETURN;
84 #define panic(x...) _panic(__GET_CALLER(), __GET_FRAME(), x)
/fuchsia/zircon/kernel/lib/debug/
H A Ddebug.cpp30 void _panic(void* caller, void* frame, const char* fmt, ...) { function
/fuchsia/zircon/kernel/lib/lockdep/
H A Dlock_dep.cpp166 _panic(caller_address, caller_frame,

Completed in 79 milliseconds