Searched refs:panic_with_data (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | reboot.h | 113 int panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint32_t flags, const char *msg);
|
| /xnu-11215/osfmk/kern/ |
| H A D | ext_paniclog.h | 128 void panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint64_t debugger_options_mask, const c…
|
| H A D | ext_paniclog.c | 441 panic_with_data(uuid, data, 16, 0, "Extensible panic log test"); in ext_paniclog_multiple_handles_panic_test()
|
| H A D | debug.c | 1049 panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint64_t debugger_options_mask, const char *… in panic_with_data() function
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_xxx.c | 225 panic_with_data(uuid, data, copy_len, debugger_options_mask, in sys_panic_with_data()
|