Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Din4_cksum.c47 #define PANIC(a,...) panic(a, __VA_ARGS__) macro
49 #define PANIC(a,...) do { \ macro
/netbsd/sys/arch/m68k/include/
H A Dasm.h192 #define PANIC(x) \ macro
/netbsd/sys/arch/riscv/include/
H A Dasm.h105 #define PANIC(msg) \ macro
/netbsd/sys/arch/alpha/include/
H A Dasm.h505 #define PANIC(msg,label) \ macro
/netbsd/sys/arch/mips/include/
H A Dasm.h309 #define PANIC(msg) \ macro
/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_wwv.c175 #define PANIC (2 * 1440) /* panic timeout */ macro
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_compat.h429 # define PANIC(x,y) ; macro
673 # define PANIC(x,y) if (x) panic y macro