Searched refs:PANIC (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | priv.h | 39 #define PANIC(X) panic X macro 44 #define PANIC(X) abort() macro 105 PANIC(("IE %02x,%02x -- no default", CODING,IE));\
|
| H A D | privmsg.c | 217 PANIC(("bad decode return")); in uni_decode_body_internal()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kstat.c | 172 PANIC("Undefined kstat type %d\n", ksp->ks_type); in kstat_seq_show_headers() 239 PANIC("Undefined kstat data type %d\n", knp->data_type); in kstat_seq_show_named() 325 PANIC("Undefined kstat type %d\n", ksp->ks_type); in kstat_seq_show() 367 PANIC("Undefined kstat type %d\n", ksp->ks_type); in kstat_seq_data_addr() 617 PANIC("Undefined kstat type %d\n", ksp->ks_type); in __kstat_create()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mpboot.S | 89 PANIC("AP startup failed!")
|
| H A D | locore.S | 203 PANIC("Startup failed!")
|
| H A D | exception.S | 1009 PANIC("kernel stack overflow - trapframe at %p")
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_irc_pxy.c | 333 PANIC((!nm),("ipf_p_irc_out: allocb failed")); 339 PANIC((m1->b_wptr < m1->b_rptr),
|
| H A D | ip_compat.h | 349 # define PANIC(x,y) ; macro 581 # define PANIC(x,y) if (x) panic y macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | debug.h | 68 #define PANIC(fmt, a...) \ macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | debug.h | 62 #define PANIC(fmt, a...) \ macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | asm.h | 244 #define PANIC(msg) \ macro 250 #define PANIC_KSEG0(msg, reg) PANIC(msg)
|