Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
HDpriv.h39 #define PANIC(X) panic X macro
44 #define PANIC(X) abort() macro
/freebsd-11-stable/sys/sparc64/include/
HDasmacros.h170 #define PANIC(msg, r1) \ macro
/freebsd-11-stable/sys/mips/include/
HDasm.h241 #define PANIC(msg) \ macro
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_compat.h344 # define PANIC(x,y) ; macro
576 # define PANIC(x,y) if (x) panic y macro
/freebsd-11-stable/lib/libthr/thread/
HDthr_private.h94 #define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args) macro
/freebsd-11-stable/contrib/ntp/ntpd/
HDrefclock_wwv.c173 #define PANIC (2 * 1440) /* panic timeout */ macro