Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_core.c1225 size_t initial_log_length = 0; in do_kern_dump() local
1227 initial_log_length = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()
1231 initial_log_length = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump()
1237 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, initial_log_length, bu… in do_kern_dump()
1239 initial_log_length, buf, ret); in do_kern_dump()
1244 remaining_debug_logspace -= initial_log_length; in do_kern_dump()
1276 kdp_core_header->log_length = initial_log_length + other_log_length; in do_kern_dump()