Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.c53 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in aea_write_callback() local
57 err = disk_stage_write(next_stage, absolute_corefile_offset, length, buffer); in aea_write_callback()
67 next_stage->kos_bytes_written = stage->kos_bytes_written; in aea_write_callback()
78 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in aea_read_callback() local
82 err = disk_stage_read(next_stage, absolute_corefile_offset, length, buffer); in aea_read_callback()
120 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in aea_stage_outproc() local
123 assert(next_stage != NULL); in aea_stage_outproc()
138 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc()
192 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc()
200 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.c65 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in memory_backing_aware_buffer_stage_outproc() local
67 assert(next_stage != NULL); in memory_backing_aware_buffer_stage_outproc()
71 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in memory_backing_aware_buffer_stage_outproc()
89 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, bytes_in_page, panic_data… in memory_backing_aware_buffer_stage_outproc()
107 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.c82 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in zlib_zoutput() local
86 ret = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, len, buf); in zlib_zoutput()
194 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in zlib_stage_outproc() local
197 assert(next_stage != NULL); in zlib_stage_outproc()
202 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in zlib_stage_outproc()
222 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()
H A Dout_buffer.c59 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in buffer_stage_flush() local
61 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, data->current_size, data->buf… in buffer_stage_flush()
79 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in buffer_stage_outproc() local
83 assert(next_stage != NULL); in buffer_stage_outproc()
99 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in buffer_stage_outproc()
H A Dout_progress_notify.c60 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in progress_notify_stage_outproc() local
63 assert(next_stage != NULL); in progress_notify_stage_outproc()
70 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in progress_notify_stage_outproc()