HomeSort by: relevance | last modified time | path
    Searched refs:PANIC (Results 1 - 21 of 21) 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/m68k/
reenter_syscall.s 49 PANIC("reenter_syscall")
copy.s 96 PANIC("copy.s: bad sfc or dfc")
  /src/sys/arch/newsmips/newsmips/
locore_machdep.S 125 /* Ensure we have a valid sp so panic has a chance */
128 PANIC("TLB out of universe: ksp was %p")
  /src/sys/external/bsd/ipf/netinet/
ip_irc_pxy.c 328 PANIC((!nm),("ipf_p_irc_out: allocb failed"));
334 PANIC((m1->b_wptr < m1->b_rptr),
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
  /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/alpha/include/
asm.h 502 * PANIC
505 #define PANIC(msg,label) \
507 CALL(panic)
  /src/sys/arch/mips/mips/
locore_mips3.S 192 PANIC("mips_wait_idle: interrupts disabled status=%#x")
locore.S 203 PANIC("main() returned") # main never returns
mipsX_subr.S 414 lui k0, %hi(_C_LABEL(panic)) #00
415 addiu k0, %lo(_C_LABEL(panic)) #01
1769 * Panic on cache errors. A lot more could be done to recover
1780 PTR_LA k0, panic # return to panic
2763 PANIC("USPACE sat on odd page boundary")
  /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/x68k/x68k/
locore.s 83 PANIC("kernel jump to zero")
378 PANIC("main() returned") | Yow! Main returned!
  /src/sys/arch/sun3/sun3/
locore.s 178 PANIC("main() returned")
  /src/sys/arch/sun3/sun3x/
locore.s 155 PANIC("main() returned")
  /src/sys/arch/next68k/next68k/
locore.s 393 PANIC("main() returned")
  /src/sys/arch/luna68k/luna68k/
locore.s 318 PANIC("main() returned")
  /src/sys/arch/alpha/alpha/
locore.s 165 * Hitting the backstop will trigger a panic, and we want lwp0
175 PANIC("main() returned",Lmain_returned_pmsg)
1464 CALL(panic)
  /src/sys/arch/hp300/hp300/
locore.s 553 PANIC("main() returned")
  /src/sys/arch/mac68k/mac68k/
locore.s 460 PANIC("main() returned")

Completed in 27 milliseconds