Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kdp/
H A Dkdp_core.c1231 size_t initial_log_length = 0; in do_kern_dump() local
1233 initial_log_length = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()
1237 initial_log_length = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump()
1243 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, initial_log_length, bu… in do_kern_dump()
1245 initial_log_length, buf, ret); in do_kern_dump()
1250 remaining_debug_logspace -= initial_log_length; in do_kern_dump()
1282 kdp_core_header->log_length = initial_log_length + other_log_length; in do_kern_dump()