Home
last modified time | relevance | path

Searched defs:panic (Results 1 – 11 of 11) sorted by relevance

/xnu-10063.101.15/libsyscall/mach/
H A Dpanic.c76 panic(const char *s, ...) in panic() function
/xnu-10063.101.15/tests/
H A Drump.h12 #define panic(...) T_ASSERT_FAIL(__VA_ARGS__) macro
H A Dos_refcnt.c18 #define panic(...) handle_panic(__func__, __VA_ARGS__) macro
H A Dtest_strings.c24 panic(const char *fmt, ...) in panic() function
/xnu-10063.101.15/libkern/os/
H A Drefcnt.h77 # define panic(x, ...) do { fprintf(stderr, x, __VA_ARGS__); abort(); } while (0) macro
/xnu-10063.101.15/tests/vm/
H A Dzalloc_buddy.c14 #define panic(fmt, ...) ({ T_FAIL(fmt, __VA_ARGS__); abort(); }) macro
/xnu-10063.101.15/bsd/netkey/
H A Dkey_debug.c72 #define panic(param) { printf(param); exit(-1); } macro
/xnu-10063.101.15/bsd/dev/dtrace/
H A Dblist.c896 panic(const char *ctl, ...) function
/xnu-10063.101.15/osfmk/kern/
H A Ddebug.h591 #define panic(ex, ...) ({ \ macro
596 #define panic(ex, ...) ({ \ macro
H A Ddebug.c1021 panic(const char *str, ...) in panic() function
/xnu-10063.101.15/bsd/kern/
H A Dkern_cs.c173 int panic = 0; in cs_init() local