Home
last modified time | relevance | path

Searched refs:next_stage (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/osfmk/kdp/output_stages/
H A Dout_aea.c51 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in aea_write_callback() local
55 err = disk_stage_write(next_stage, absolute_corefile_offset, length, buffer); in aea_write_callback()
65 next_stage->kos_bytes_written = stage->kos_bytes_written; in aea_write_callback()
76 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in aea_read_callback() local
80 err = disk_stage_read(next_stage, absolute_corefile_offset, length, buffer); in aea_read_callback()
118 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in aea_stage_outproc() local
121 assert(next_stage != NULL); in aea_stage_outproc()
136 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc()
190 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc()
198 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc()
H A Dout_memory_backing_aware_buffer.c66 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in memory_backing_aware_buffer_stage_outproc() local
68 assert(next_stage != NULL); in memory_backing_aware_buffer_stage_outproc()
72 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, 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 Dout_zlib.c81 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in zlib_zoutput() local
85 ret = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, len, buf); in zlib_zoutput()
193 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in zlib_stage_outproc() local
196 assert(next_stage != NULL); in zlib_stage_outproc()
201 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in zlib_stage_outproc()
221 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in zlib_stage_outproc()
229 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in zlib_stage_outproc()
H A Dout_buffer.c58 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in buffer_stage_flush() local
60 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, data->current_size, data->buf… in buffer_stage_flush()
78 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in buffer_stage_outproc() local
82 assert(next_stage != NULL); in buffer_stage_outproc()
98 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in buffer_stage_outproc()
H A Dout_progress_notify.c59 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in progress_notify_stage_outproc() local
62 assert(next_stage != NULL); in progress_notify_stage_outproc()
69 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in progress_notify_stage_outproc()