Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/lib/libspl/include/
HDassert.h67 #define PANIC(fmt, a...) \ macro
/freebsd-14-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDdebug.h103 #define PANIC(fmt, a...) \ macro
/freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDdebug.h99 #define PANIC(fmt, a...) \ macro
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h337 # define PANIC(x,y) ; macro
569 # define PANIC(x,y) if (x) panic y macro
/freebsd-14-stable/lib/libthr/thread/
HDthr_private.h93 #define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args) macro
/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_wwv.c173 #define PANIC (2 * 1440) /* panic timeout */ macro