Home
last modified time | relevance | path

Searched refs:PANIC (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dpriv.h39 #define PANIC(X) panic X macro
44 #define PANIC(X) abort() macro
105 PANIC(("IE %02x,%02x -- no default", CODING,IE));\
H A Dprivmsg.c217 PANIC(("bad decode return")); in uni_decode_body_internal()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c172 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 Dmpboot.S89 PANIC("AP startup failed!")
H A Dlocore.S203 PANIC("Startup failed!")
H A Dexception.S1009 PANIC("kernel stack overflow - trapframe at %p")
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c333 PANIC((!nm),("ipf_p_irc_out: allocb failed"));
339 PANIC((m1->b_wptr < m1->b_rptr),
H A Dip_compat.h349 # 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 Ddebug.h68 #define PANIC(fmt, a...) \ macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h62 #define PANIC(fmt, a...) \ macro
/f-stack/freebsd/mips/include/
H A Dasm.h244 #define PANIC(msg) \ macro
250 #define PANIC_KSEG0(msg, reg) PANIC(msg)