Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kdp/output_stages/
H A Dout_lz4.c89 lz4_stage_stream(struct lz4_stage_data *data, struct kdp_output_stage *next_stage, char *corename, in lz4_stage_stream() argument
100 assert(next_stage); in lz4_stage_stream()
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()
152 struct kdp_output_stage *next_stage; in lz4_stage_outproc() local
163 next_stage = STAILQ_NEXT(stage, kos_next); in lz4_stage_outproc()
164 assert(next_stage); in lz4_stage_outproc()
175 ret = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, in lz4_stage_outproc()
185 ret = lz4_stage_stream(data, next_stage, corename, panic_data, (size_t)length, in lz4_stage_outproc()
198 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()
122 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in aea_stage_outproc() local
125 assert(next_stage != NULL); in aea_stage_outproc()
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()
H A Dout_memory_backing_aware_buffer.c70 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in memory_backing_aware_buffer_stage_outproc() local
72 assert(next_stage != NULL); in memory_backing_aware_buffer_stage_outproc()
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()
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()
196 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in zlib_stage_outproc() local
199 assert(next_stage != NULL); in zlib_stage_outproc()
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()
H A Dout_buffer.c61 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in buffer_stage_flush() local
63 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, data->current_size, data->buf… in buffer_stage_flush()
81 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in buffer_stage_outproc() local
85 assert(next_stage != NULL); in buffer_stage_outproc()
101 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in buffer_stage_outproc()
H A Dout_progress_notify.c62 struct kdp_output_stage *next_stage = STAILQ_NEXT(stage, kos_next); in progress_notify_stage_outproc() local
65 assert(next_stage != NULL); in progress_notify_stage_outproc()
72 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in progress_notify_stage_outproc()