OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PANIC
(Results
1 - 6
of
6
) 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/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 17 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025