Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kdp/
H A Dprocessor_core.c1029 …p(void * core_outvars, struct kern_coredump_core * list, uint64_t * last_file_offset, uint64_t det… in kern_do_auxiliary_coredump() argument
1046 cur_ret = kern_dump_seek_to_next_file(core_outvars, *last_file_offset); in kern_do_auxiliary_coredump()
1052 …cur_ret = kern_coredump_routine(core_outvars, current_core, *last_file_offset, &prev_core_length, … in kern_do_auxiliary_coredump()
1068 …*last_file_offset = roundup(((*last_file_offset) + prev_core_length), KERN_COREDUMP_BEGIN_FILEBYTE… in kern_do_auxiliary_coredump()
1077 …tvars, boolean_t kernel_only, uint64_t first_file_offset, uint64_t *last_file_offset, uint64_t det… in kern_do_coredump() argument
1083 assert(last_file_offset != NULL); in kern_do_coredump()
1085 *last_file_offset = first_file_offset; in kern_do_coredump()
1086 …cur_ret = kern_coredump_routine(core_outvars, kernel_helper, *last_file_offset, &prev_core_length,… in kern_do_coredump()
1099 …*last_file_offset = roundup(((*last_file_offset) + prev_core_length), KERN_COREDUMP_BEGIN_FILEBYTE… in kern_do_coredump()
1106 …ret = kern_do_auxiliary_coredump(core_outvars, kern_coredump_core_list, last_file_offset, details_… in kern_do_coredump()
[all …]
H A Dprocessor_core.h241 …tvars, boolean_t kernel_only, uint64_t first_file_offset, uint64_t *last_file_offset, uint64_t det…