Searched refs:panic_with_data (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/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-12377.61.12/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 | 1082 panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint64_t debugger_options_mask, const char *… in panic_with_data() function
|
| /xnu-12377.61.12/doc/debugging/ |
| H A D | extensible_paniclog.md | 189 ## panic_with_data APIs 192 void panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint64_t debugger_options_mask, const c… 198 int panic_with_data(char *uuid, void *addr, uint32_t len, uint32_t flags, const char *msg); 201 This provides the same functionality as panic_with_data() for userspace clients. 221 When a kernel client is panicking, it has the option to call `panic_with_data()`, which just takes …
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_xxx.c | 225 panic_with_data(uuid, data, copy_len, debugger_options_mask, in sys_panic_with_data()
|