Home
last modified time | relevance | path

Searched refs:disk_stage_write (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/osfmk/kdp/output_stages/ !
H A Doutput_stages.h94 kern_return_t disk_stage_write(struct kdp_output_stage *stage, uint64_t offset, uint64_t length, co…
H A Dout_aea.c56 err = disk_stage_write(next_stage, absolute_corefile_offset, length, buffer); in aea_write_callback()
H A Dout_disk.c46 disk_stage_write(struct kdp_output_stage *stage, uint64_t offset, uint64_t length, const void *data) in disk_stage_write() function