| /xnu-8020.121.3/osfmk/kdp/ |
| H A D | processor_core.c | 349 …kern_coredump_log(context, "%s() : failed to reset the out vars : kdp_reset_output_vars(%p, %llu, … in coredump_save_summary() 375 …kern_coredump_log(context, "%s() : failed to write mach header : kdp_core_output(%p, %lu, %p) retu… in coredump_save_summary() 397 …kern_coredump_log(context, "%s() : failed to write mach header : kdp_core_output(%p, %lu, %p) retu… in coredump_save_summary() 434 …kern_coredump_log(context, "%s(0x%llx, 0x%llx, %p) : called with invalid addresses : start 0x%llx … in coredump_save_segment_descriptions() 440 …kern_coredump_log(context, "%s(0x%llx, 0x%llx, %p) : coredump_save_segment_descriptions() called t… in coredump_save_segment_descriptions() 451 …kern_coredump_log(context, "%s(0x%llx, 0x%llx, %p) : ran out of space to save commands with %llu o… in coredump_save_segment_descriptions() 469 …kern_coredump_log(context, "%s(0x%llx, 0x%llx, %p) : failed to write segment %llu of %llu. kdp_cor… in coredump_save_segment_descriptions() 482 …kern_coredump_log(context, "%s(0x%llx, 0x%llx, %p) : called with invalid addresses for 32-bit : st… in coredump_save_segment_descriptions() 488 …kern_coredump_log(context, "%s(0x%llx, 0x%llx, %p) : ran out of space to save commands with %llu o… in coredump_save_segment_descriptions() 506 …kern_coredump_log(context, "%s(0x%llx, 0x%llx, %p) : failed to write segment %llu of %llu : kdp_co… in coredump_save_segment_descriptions() [all …]
|
| H A D | kdp_core.c | 183 kern_coredump_log(NULL, "(kdp_core_output) outproc(KDP_DATA, NULL, 0x%llx, %p) returned 0x%x\n", in kdp_core_output() 188 kern_coredump_log(NULL, "100.."); in kdp_core_output() 194 kern_coredump_log(NULL, "%lld..\n", percent); in kdp_core_output() 522 kern_coredump_log(context, "save_summary: pmap traversal failed: %d\n", ret); in kern_dump_save_summary() 549 kern_coredump_log(context, "save_seg_desc: pmap traversal failed: %d\n", ret); in kern_dump_save_seg_descriptions() 600 kern_coredump_log(context, "save_seg_data: pmap traversal failed: %d\n", ret); in kern_dump_save_segment_data() 633 …kern_coredump_log(NULL, "(kdp_reset_output_vars) Encryption requested, is unavailable, and enforce… in kdp_reset_output_vars() 652 …kern_coredump_log(NULL, "(kern_dump_update_header) outproc(KDP_SEEK, NULL, %lu, %p) foffset = 0x%l… in kern_dump_update_header() 658 …kern_coredump_log(NULL, "(kern_dump_update_header) outproc(KDP_DATA, NULL, %lu, %p) returned 0x%x\… in kern_dump_update_header() 664 kern_coredump_log(NULL, "(kern_dump_update_header) outproc data flush returned 0x%x\n", ret); in kern_dump_update_header() [all …]
|
| H A D | processor_core.h | 61 void kern_coredump_log(void *context, const char *string, ...) __printflike(2, 3);
|
| /xnu-8020.121.3/osfmk/kdp/output_stages/ |
| H A D | out_disk.c | 62 kern_coredump_log(NULL, "(disk_stage_write) disk_stage_read (during seek) returned 0x%x\n", err); in disk_stage_write() 69 …kern_coredump_log(NULL, "(disk_stage_write) IOPolledFileSeek(0x%llx) returned 0x%x\n", aligned_off… in disk_stage_write() 95 …kern_coredump_log(NULL, "(disk_stage_write) disk_stage_read (during final chunk seek) returned 0x%… in disk_stage_write() 102 …kern_coredump_log(NULL, "(disk_stage_write) IOPolledFileSeek(0x%llx) returned 0x%x\n", aligned_off… in disk_stage_write() 119 …kern_coredump_log(NULL, "(disk_stage_write) IOPolledFileWrite(gIOPolledCoreFileVars, %p, 0x%llx, N… in disk_stage_write() 131 …kern_coredump_log(NULL, "(disk_stage_write) IOPolledFileWrite (during final flush) returned 0x%x\n… in disk_stage_write() 162 … kern_coredump_log(NULL, "(disk_stage_read) IOPolledFileWrite (during seek) returned 0x%x\n", err); in disk_stage_read() 174 …kern_coredump_log(NULL, "(disk_stage_read) IOPolledFileSeek(0x%llx) returned 0x%x\n", aligned_offs… in disk_stage_read() 187 …kern_coredump_log(NULL, "(disk_stage_read) Kickstarting IOPolledFileRead(0) returned 0x%x\n", err); in disk_stage_read() 194 …kern_coredump_log(NULL, "(disk_stage_read) IOPolledFileRead(%llu) returned 0x%x\n", offset_misalig… in disk_stage_read() [all …]
|
| H A D | out_aea.c | 58 kern_coredump_log(NULL, "(aea_write_callback) next stage outproc returned 0x%x\n", err); in aea_write_callback() 82 kern_coredump_log(NULL, "(aea_read_callback) next stage read proc returned 0x%x\n", err); in aea_read_callback() 100 kern_coredump_log(NULL, "(aea_stage_reset) aea_close() returned %d\n", aea_ret); in aea_stage_reset() 129 kern_coredump_log(NULL, "(aea_stage_outproc) aea_close() returned %d\n", aea_ret); in aea_stage_outproc() 150 kern_coredump_log(NULL, "(aea_stage_outproc) aea_close() returned %d\n", aea_ret); in aea_stage_outproc() 160 kern_coredump_log(NULL, "(aea_stage_outproc) aea_open() returned %d\n", aea_ret); in aea_stage_outproc() 177 kern_coredump_log(NULL, "(aea_stage_outproc) aea_write() returned %zd\n", write_result); in aea_stage_outproc()
|
| H A D | out_shmem.c | 181 kern_coredump_log(NULL, "Detected remote error, terminating...\n"); in shmem_dbg_process_buffers() 185 kern_coredump_log(NULL, "Detected stale/invalid seq num. Expected: %d, received %d\n", in shmem_dbg_process_buffers() 218 …kern_coredump_log(NULL, "Kernel timed out waiting for hardware debugger to update handshake struct… in shmem_dbg_process_buffers() 219 kern_coredump_log(NULL, "No contact in %d seconds\n", KDP_HW_SHMEM_DBG_TIMEOUT_DEADLINE_SECS); in shmem_dbg_process_buffers() 296 kern_coredump_log(NULL, "EOF Flush: Detected stale/invalid seq num. Expected: %d, received %d\n", in shmem_stage_outproc() 303 kern_coredump_log(NULL, "Setting coredump status as done!\n"); in shmem_stage_outproc() 492 kern_coredump_log(NULL, "handshake structure not initialized\n"); in panic_spin_shmcon() 496 kern_coredump_log(NULL, "\nPlease go to https://panic.apple.com to report this panic\n"); in panic_spin_shmcon() 497 …kern_coredump_log(NULL, "Waiting for hardware shared memory debugger, handshake structure is at vi… in panic_spin_shmcon()
|
| H A D | out_memory_backing_aware_buffer.c | 70 kern_coredump_log(NULL, "%s (passing along request) returned 0x%x\n", __func__, err); in memory_backing_aware_buffer_stage_outproc() 80 kern_coredump_log(NULL, "%s kvtophys() for address %p returned NULL\n", __func__, panic_data); in memory_backing_aware_buffer_stage_outproc() 88 kern_coredump_log(NULL, "%s next stage output failed\n", __func__); in memory_backing_aware_buffer_stage_outproc() 106 kern_coredump_log(NULL, "%s next stage output failed\n", __func__); in memory_backing_aware_buffer_stage_outproc()
|
| H A D | out_buffer.c | 92 kern_coredump_log(NULL, "buffer_stage_outproc (during flush) returned 0x%x\n", err); in buffer_stage_outproc() 101 kern_coredump_log(NULL, "buffer_stage_outproc (during forwarding) returned 0x%x\n", err); in buffer_stage_outproc() 123 kern_coredump_log(NULL, "buffer_stage_outproc (during flush) returned 0x%x\n", err); in buffer_stage_outproc()
|
| H A D | out_net.c | 54 kern_coredump_log(NULL, "kdp_send_crashdump_data returned 0x%x\n", err); in net_stage_outproc()
|
| H A D | out_zlib.c | 87 kern_coredump_log(NULL, "(zlib_zoutput) outproc(KDP_DATA, NULL, 0x%x, %p) returned 0x%x\n", in zlib_zoutput() 159 kern_coredump_log(NULL, "ZERR %d\n", zr); in zlib_stream_output_chunk()
|
| H A D | out_progress_notify.c | 71 kern_coredump_log(NULL, "%s (during forwarding) returned 0x%x\n", __func__, err); in progress_notify_stage_outproc()
|