Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kdp/
H A Dkdp_core.c1258 size_t initial_log_length = 0; in do_kern_dump() local
1260 initial_log_length = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()
1264 initial_log_length = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump()
1270 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, initial_log_length, bu… in do_kern_dump()
1272 initial_log_length, buf, ret); in do_kern_dump()
1277 remaining_debug_logspace -= initial_log_length; in do_kern_dump()
1309 kdp_core_header->log_length = initial_log_length + other_log_length; in do_kern_dump()