Home
last modified time | relevance | path

Searched refs:out_file_length (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_core.h151 …core_out_vars, const char *filename, uint64_t file_offset, uint64_t *out_file_length, uint64_t det…
H A Dkdp_core.c805 …ore_out_state, const char *filename, uint64_t file_offset, uint64_t *out_file_length, uint64_t det… in kern_dump_record_file() argument
814 assert(out_file_length != NULL); in kern_dump_record_file()
815 *out_file_length = 0; in kern_dump_record_file()
832 *out_file_length = bytes_written; in kern_dump_record_file()