Searched refs:KDP_DATA (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.101.4/osfmk/kdp/output_stages/ |
| H A D | out_memory_backing_aware_buffer.c | 70 if ((request != KDP_DATA) || !panic_data) { in memory_backing_aware_buffer_stage_outproc() 90 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, bytes_in_page, panic_data… in memory_backing_aware_buffer_stage_outproc() 108 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, bytes_in_page, data->buff… in memory_backing_aware_buffer_stage_outproc()
|
| H A D | out_buffer.c | 60 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, data->current_size, data->buf… in buffer_stage_flush() 85 || (request == KDP_DATA && length == 0 && !panic_data)) { in buffer_stage_outproc() 104 } else if (request == KDP_DATA) { in buffer_stage_outproc()
|
| H A D | out_net.c | 58 if (KDP_DATA == request) { in net_stage_outproc()
|
| H A D | out_zlib.c | 85 ret = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, len, buf); in zlib_zoutput() 203 case KDP_DATA: in zlib_stage_outproc()
|
| H A D | out_aea.c | 143 case KDP_DATA: in aea_stage_outproc()
|
| H A D | out_disk.c | 257 case KDP_DATA: in disk_stage_outproc()
|
| H A D | out_shmem.c | 311 assert(request == KDP_DATA); in shmem_stage_outproc()
|
| /xnu-8020.101.4/osfmk/kdp/ |
| H A D | kdp_core.c | 182 …if ((err = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, length, data)) != KERN… in kdp_core_output() 657 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, kdp_core_header_size… in kern_dump_update_header() 663 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, 0, NULL)) != KERN_SU… in kern_dump_update_header() 754 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, kdp_core_header->pub… in kern_dump_write_public_key() 761 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, remainder, NULL)) !=… in kern_dump_write_public_key() 768 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, kdp_core_header->pub… in kern_dump_write_public_key() 774 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, remainder, NULL)) !=… in kern_dump_write_public_key() 780 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, 0, NULL)) != KERN_SU… in kern_dump_write_public_key() 1027 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, initial_log_length, bu… in do_kern_dump() 1059 …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 | 48 #define KDP_DATA 3 /* data packet */ macro
|
| H A D | kdp_udp.c | 1706 if (request == KDP_DATA) { in kdp_send_crashdump_pkt() 2089 kdp_send_crashdump_data(KDP_DATA, corename_str, in kdp_panic_dump() 2105 kdp_send_crashdump_data(KDP_DATA, corename_str, len, in kdp_panic_dump() 2114 kdp_send_crashdump_data(KDP_DATA, corename_str, len, in kdp_panic_dump()
|