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

/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h39 #define PANIC(X) panic X macro
44 #define PANIC(X) abort() macro
/freebsd-12-stable/sys/sparc64/include/
H A Dasmacros.h172 #define PANIC(msg, r1) \ macro
/freebsd-12-stable/sys/mips/include/
H A Dasm.h244 #define PANIC(msg) \ macro
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_wwv.c173 #define PANIC (2 * 1440) /* panic timeout */ macro
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_private.h96 #define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args) macro
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h345 # define PANIC(x,y) ; macro
577 # define PANIC(x,y) if (x) panic y macro

Completed in 124 milliseconds