HomeSort by: relevance | last modified time | path
    Searched defs:PANIC (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet/
in4_cksum.c 47 #define PANIC(a,...) panic(a, __VA_ARGS__)
49 #define PANIC(a,...) do { \
62 PANIC("%s: mbuf %d too short for IP header %zu", __func__,
69 PANIC("%s: offset %d too short for IP header %zu", __func__,
  /src/sys/arch/m68k/include/
asm.h 198 * Shorthand for calling panic().
201 #define PANIC(x) \
203 jbsr _C_LABEL(panic) ; \
  /src/sys/arch/riscv/include/
asm.h 103 * Macros to panic and printf from assembly language.
105 #define PANIC(msg) \
107 call _C_LABEL(panic); \
  /src/sys/arch/mips/include/
asm.h 326 * Macros to panic and printf from assembly language.
328 #define PANIC(msg) \
330 jal _C_LABEL(panic); \
  /src/sys/arch/alpha/include/
asm.h 502 * PANIC
505 #define PANIC(msg,label) \
507 CALL(panic)
  /src/external/bsd/ntp/dist/ntpd/
refclock_wwv.c 175 #define PANIC (2 * 1440) /* panic timeout */
1880 * have been heard within the PANIC timeout (2 days). If
1887 if (up->watch > PANIC) {
2487 * (PANIC) without finding any station.
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 256 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); }
429 # define PANIC(x,y) ;
673 # define PANIC(x,y) if (x) panic y

Completed in 35 milliseconds