Searched refs:kern_do_coredump (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/kdp/ |
| H A D | processor_core.h | 239 kern_return_t kern_do_coredump(void *core_outvars, boolean_t kernel_only, uint64_t first_file_offse…
|
| H A D | kdp_core.c | 979 if (kern_do_coredump(&outstate, FALSE, foffset, &foffset) != 0) { in do_kern_dump() 984 if (kern_do_coredump(&outstate, TRUE, foffset, &foffset) != 0) { in do_kern_dump()
|
| H A D | processor_core.c | 923 kern_do_coredump(void *core_outvars, boolean_t kernel_only, uint64_t first_file_offset, uint64_t *l… in kern_do_coredump() function
|