Home
last modified time | relevance | path

Searched defs:PANIC (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h67 #define PANIC(fmt, a...) \ macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h99 #define PANIC(fmt, a...) \ macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h103 #define PANIC(fmt, a...) \ macro
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h335 # define PANIC(x,y) ; macro
567 # define PANIC(x,y) if (x) panic y macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c173 #define PANIC (2 * 1440) /* panic timeout */ macro
/freebsd/lib/libthr/thread/
H A Dthr_private.h93 #define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args) macro