Home
last modified time | relevance | path

Searched refs:kos_bytes_written (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/osfmk/kdp/output_stages/
H A Dout_aea.c65 if (offset + length > stage->kos_bytes_written) { in aea_write_callback()
66 stage->kos_bytes_written = offset + length; in aea_write_callback()
67 next_stage->kos_bytes_written = stage->kos_bytes_written; in aea_write_callback()
110 stage->kos_bytes_written = 0; in aea_stage_reset()
H A Dout_net.c41 stage->kos_bytes_written = 0; in net_stage_reset()
61 stage->kos_bytes_written += length; in net_stage_outproc()
H A Dout_lz4.c83 stage->kos_bytes_written = 0; in lz4_stage_reset()
186 &stage->kos_bytes_written); in lz4_stage_outproc()
199 zero_size, &stage->kos_bytes_written); in lz4_stage_outproc()
210 ret = lz4_stage_stream(data, next_stage, corename, NULL, 0, &stage->kos_bytes_written); in lz4_stage_outproc()
H A Dout_buffer.c51 stage->kos_bytes_written = 0; in buffer_stage_reset()
68 stage->kos_bytes_written += data->current_size; in buffer_stage_flush()
H A Dout_zlib.c92 stage->kos_bytes_written += len; in zlib_zoutput()
178 stage->kos_bytes_written = 0; in zlib_stage_reset()
H A Dout_disk.c216 stage->kos_bytes_written = 0; in disk_stage_reset()
269 stage->kos_bytes_written += length; in disk_stage_outproc()
H A Dout_shmem.c300 stage->kos_bytes_written = 0; in shmem_stage_reset()
523 stage->kos_bytes_written += bytes_to_copy; in shmem_stage_outproc()
/xnu-12377.41.6/osfmk/kdp/
H A Dkdp_out_stage.h61 uint64_t kos_bytes_written; // bytes written since the last call to reset() member
H A Dkdp_core.c902 bytes_written = last_stage->kos_bytes_written; in kern_dump_record_file()