| /xnu-12377.81.4/osfmk/kdp/output_stages/ |
| H A D | out_memory_backing_aware_buffer.c | 74 if ((request != KDP_DATA) || !panic_data) { in memory_backing_aware_buffer_stage_outproc() 94 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, bytes_in_page, panic_data… in memory_backing_aware_buffer_stage_outproc() 124 err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, bytes_in_page, buffer); in memory_backing_aware_buffer_stage_outproc()
|
| H A D | out_buffer.c | 63 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, data->current_size, data->buf… in buffer_stage_flush() 88 || (request == KDP_DATA && length == 0 && !panic_data)) { in buffer_stage_outproc() 107 } else if (request == KDP_DATA) { in buffer_stage_outproc()
|
| H A D | out_lz4.c | 123 ret = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, in lz4_stage_stream() 137 ret = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, 0, NULL); in lz4_stage_stream() 174 if (stage->kos_bypass || KDP_DATA != request) { in lz4_stage_outproc()
|
| H A D | out_net.c | 60 if (KDP_DATA == request) { in net_stage_outproc()
|
| H A D | out_zlib.c | 86 ret = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, len, buf); in zlib_zoutput() 209 case KDP_DATA: in zlib_stage_outproc()
|
| H A D | out_aea.c | 147 case KDP_DATA: in aea_stage_outproc()
|
| H A D | out_disk.c | 260 case KDP_DATA: in disk_stage_outproc()
|
| H A D | out_shmem.c | 464 assert(request == KDP_DATA); in shmem_stage_outproc()
|
| /xnu-12377.81.4/osfmk/kdp/ |
| H A D | kdp_core.c | 285 …if ((err = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, length, data)) != KERN… in kdp_core_output() 867 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, kdp_core_header_size… in kern_dump_update_header() 873 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, 0, NULL)) != KERN_SU… in kern_dump_update_header() 961 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, kdp_core_header->pub… in kern_dump_write_public_key() 968 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, remainder, NULL)) !=… in kern_dump_write_public_key() 975 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, kdp_core_header->pub… in kern_dump_write_public_key() 981 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, remainder, NULL)) !=… in kern_dump_write_public_key() 987 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, 0, NULL)) != KERN_SU… in kern_dump_write_public_key() 1333 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, initial_log_length, bu… in do_kern_dump() 1365 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, other_log_length, buf)… in do_kern_dump()
|
| H A D | kdp_core.h | 50 #define KDP_DATA 3 /* data packet */ macro
|
| H A D | kdp_udp.c | 1708 if (request == KDP_DATA) { in kdp_send_crashdump_pkt() 2091 kdp_send_crashdump_data(KDP_DATA, corename_str, in kdp_panic_dump() 2107 kdp_send_crashdump_data(KDP_DATA, corename_str, len, in kdp_panic_dump() 2116 kdp_send_crashdump_data(KDP_DATA, corename_str, len, in kdp_panic_dump()
|
| /xnu-12377.81.4/tests/unit/ |
| H A D | panic_path_test.c | 121 …memory_backing_aware_buffer_stage_outproc(&stage1, KDP_DATA, "corename", sizeof(panic_data), panic…
|