Searched defs:panic (Results 1 – 11 of 11) sorted by relevance
| /xnu-10063.101.15/libsyscall/mach/ |
| H A D | panic.c | 76 panic(const char *s, ...) in panic() function
|
| /xnu-10063.101.15/tests/ |
| H A D | rump.h | 12 #define panic(...) T_ASSERT_FAIL(__VA_ARGS__) macro
|
| H A D | os_refcnt.c | 18 #define panic(...) handle_panic(__func__, __VA_ARGS__) macro
|
| H A D | test_strings.c | 24 panic(const char *fmt, ...) in panic() function
|
| /xnu-10063.101.15/libkern/os/ |
| H A D | refcnt.h | 77 # define panic(x, ...) do { fprintf(stderr, x, __VA_ARGS__); abort(); } while (0) macro
|
| /xnu-10063.101.15/tests/vm/ |
| H A D | zalloc_buddy.c | 14 #define panic(fmt, ...) ({ T_FAIL(fmt, __VA_ARGS__); abort(); }) macro
|
| /xnu-10063.101.15/bsd/netkey/ |
| H A D | key_debug.c | 72 #define panic(param) { printf(param); exit(-1); } macro
|
| /xnu-10063.101.15/bsd/dev/dtrace/ |
| H A D | blist.c | 896 panic(const char *ctl, ...) function
|
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | debug.h | 591 #define panic(ex, ...) ({ \ macro 596 #define panic(ex, ...) ({ \ macro
|
| H A D | debug.c | 1021 panic(const char *str, ...) in panic() function
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | kern_cs.c | 173 int panic = 0; in cs_init() local
|