Searched refs:lz4_stage_stream (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/osfmk/kdp/output_stages/ |
| H A D | out_lz4.c | 89 lz4_stage_stream(struct lz4_stage_data *data, struct kdp_output_stage *next_stage, char *corename, in lz4_stage_stream() function 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() 210 ret = lz4_stage_stream(data, next_stage, corename, NULL, 0, &stage->kos_bytes_written); in lz4_stage_outproc()
|