Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kdp/output_stages/
H A Dout_lz4.c87 lz4_stage_stream(struct lz4_stage_data *data, struct kdp_output_stage *next_stage, char *corename, in lz4_stage_stream() argument
98 assert(next_stage); in lz4_stage_stream()
120 ret = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, in lz4_stage_stream()
133 return next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, 0, NULL); in lz4_stage_stream()
144 struct kdp_output_stage *next_stage; in lz4_stage_outproc() local
155 next_stage = STAILQ_NEXT(stage, kos_next); in lz4_stage_outproc()
156 assert(next_stage); in lz4_stage_outproc()
167 return next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, in lz4_stage_outproc()
173 return lz4_stage_stream(data, next_stage, corename, panic_data, (size_t)length, in lz4_stage_outproc()
181 ret = lz4_stage_stream(data, next_stage, corename, data->zero_buf, in lz4_stage_outproc()
[all …]
H A Dout_aea.c52 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in aea_write_callback() local
56 err = disk_stage_write(next_stage, absolute_corefile_offset, length, buffer); in aea_write_callback()
66 next_stage->kos_bytes_written = stage->kos_bytes_written; in aea_write_callback()
77 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in aea_read_callback() local
81 err = disk_stage_read(next_stage, absolute_corefile_offset, length, buffer); in aea_read_callback()
119 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in aea_stage_outproc() local
122 assert(next_stage != NULL); in aea_stage_outproc()
137 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc()
191 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc()
199 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.c64 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in memory_backing_aware_buffer_stage_outproc() local
66 assert(next_stage != NULL); in memory_backing_aware_buffer_stage_outproc()
70 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in memory_backing_aware_buffer_stage_outproc()
88 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, bytes_in_page, panic_data… in memory_backing_aware_buffer_stage_outproc()
106 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 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()