Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kdp/output_stages/
H A Dout_aea.c64 if (offset + length > stage->kos_bytes_written) { in aea_write_callback()
65 stage->kos_bytes_written = offset + length; in aea_write_callback()
66 next_stage->kos_bytes_written = stage->kos_bytes_written; in aea_write_callback()
109 stage->kos_bytes_written = 0; in aea_stage_reset()
H A Dout_net.c41 stage->kos_bytes_written = 0; in net_stage_reset()
59 stage->kos_bytes_written += length; in net_stage_outproc()
H A Dout_lz4.c83 stage->kos_bytes_written = 0; in lz4_stage_reset()
174 &stage->kos_bytes_written); in lz4_stage_outproc()
182 zero_size, &stage->kos_bytes_written); in lz4_stage_outproc()
191 return lz4_stage_stream(data, next_stage, corename, NULL, 0, &stage->kos_bytes_written); in lz4_stage_outproc()
H A Dout_buffer.c50 stage->kos_bytes_written = 0; in buffer_stage_reset()
65 stage->kos_bytes_written += data->current_size; in buffer_stage_flush()
H A Dout_zlib.c91 stage->kos_bytes_written += len; in zlib_zoutput()
177 stage->kos_bytes_written = 0; in zlib_stage_reset()
H A Dout_disk.c215 stage->kos_bytes_written = 0; in disk_stage_reset()
266 stage->kos_bytes_written += length; in disk_stage_outproc()
H A Dout_shmem.c165 stage->kos_bytes_written = 0; in shmem_stage_reset()
365 stage->kos_bytes_written += bytes_to_copy; in shmem_stage_outproc()
/xnu-10002.1.13/osfmk/kdp/
H A Dkdp_out_stage.h60 uint64_t kos_bytes_written; // bytes written since the last call to reset() member
H A Dkdp_core.c820 bytes_written = last_stage->kos_bytes_written; in kern_dump_record_file()