Searched refs:_panic_no_format (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/include/
H A Ddebug.h86 void _panic_no_format(const char *msg, size_t len) __NO_RETURN;
89 _panic_no_format(msg, __builtin_strlen(msg));
/fuchsia/zircon/kernel/lib/debug/
H A Ddebug.cpp48 void _panic_no_format(const char *msg, size_t len) { function

Completed in 81 milliseconds