| /xnu-12377.41.6/osfmk/kdp/output_stages/ |
| H A D | out_memory_backing_aware_buffer.c | 76 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, 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() 166 stage->kos_funcs.kosf_outproc = memory_backing_aware_buffer_stage_outproc; in memory_backing_aware_buffer_stage_initialize()
|
| H A D | out_zlib.c | 86 ret = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, len, buf); in zlib_zoutput() 204 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in zlib_stage_outproc() 230 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in zlib_stage_outproc() 241 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in zlib_stage_outproc() 304 stage->kos_funcs.kosf_outproc = zlib_stage_outproc; in zlib_stage_initialize()
|
| 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() 175 ret = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, in lz4_stage_outproc() 277 stage->kos_funcs.kosf_outproc = lz4_stage_outproc; in lz4_stage_initialize()
|
| 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() 101 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in buffer_stage_outproc() 170 stage->kos_funcs.kosf_outproc = buffer_stage_outproc; in buffer_stage_initialize()
|
| H A D | out_aea.c | 140 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc() 194 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc() 202 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc() 264 stage->kos_funcs.kosf_outproc = aea_stage_outproc; in aea_stage_initialize()
|
| H A D | out_progress_notify.c | 72 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in progress_notify_stage_outproc() 114 stage->kos_funcs.kosf_outproc = progress_notify_stage_outproc; in progress_notify_stage_initialize()
|
| H A D | out_net.c | 80 stage->kos_funcs.kosf_outproc = net_stage_outproc; in net_stage_initialize()
|
| H A D | out_disk.c | 333 stage->kos_funcs.kosf_outproc = disk_stage_outproc; in disk_stage_initialize()
|
| H A D | out_shmem.c | 626 stage->kos_funcs.kosf_outproc = shmem_stage_outproc; in shmem_stage_initialize()
|
| /xnu-12377.41.6/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() 861 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(foffset), &fo… in kern_dump_update_header() 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() 879 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_FLUSH, NULL, 0, NULL)) != KERN_S… in kern_dump_update_header() 929 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(next_file_off… in kern_dump_seek_to_next_file() 954 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(foffset), &fo… in kern_dump_write_public_key() 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() [all …]
|
| H A D | kdp_out_stage.h | 51 kern_return_t (*kosf_outproc)(struct kdp_output_stage *stage, unsigned int request, member
|
| /xnu-12377.41.6/tests/unit/ |
| H A D | panic_path_test.c | 81 stage1.kos_funcs.kosf_outproc = kosf_outproc_mock; 82 stage2.kos_funcs.kosf_outproc = kosf_outproc_mock;
|