Searched defs:panic (Results 1 - 10 of 10) sorted by relevance

/xnu-2422.115.4/libsyscall/mach/
H A Dpanic.c76 panic(const char *s, ...) function
/xnu-2422.115.4/bsd/dev/dtrace/
H A Dblist.c929 panic(const char *ctl, ...) function
/xnu-2422.115.4/bsd/kern/
H A Dkern_cs.c123 int panic = 0; local
H A Dmcache.c1547 #undef panic macro
[all...]
H A Duipc_mbuf.c6322 #undef panic macro
[all...]
/xnu-2422.115.4/bsd/netkey/
H A Dkey_debug.c72 #define panic(param) { printf(param); exit(-1); } macro
[all...]
/xnu-2422.115.4/osfmk/i386/
H A Dtrap.c838 #undef panic macro
/xnu-2422.115.4/osfmk/kern/
H A Ddebug.c230 #undef panic macro
322 panic(const char *str, ...) function
[all...]
H A Ddebug.h350 #define panic(x, ...) _consume_panic_args( 0, ## __VA_ARGS__ ) macro
353 #define panic(...) (panic)((char *)0) macro
361 #define panic(e macro
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c3340 #undef panic macro
3341 #define panic printf macro

Completed in 163 milliseconds