Home
last modified time | relevance | path

Searched defs:PANIC (Results 1 – 5 of 5) 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
/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
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h349 # define PANIC(x,y) ; macro
581 # define PANIC(x,y) if (x) panic y macro