Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kdp/
H A Dkdp_core.c1269 size_t other_log_length = debug_buf_ptr - buf; in do_kern_dump() local
1270 if (other_log_length > remaining_debug_logspace) { in do_kern_dump()
1271 other_log_length = remaining_debug_logspace; in do_kern_dump()
1275 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, other_log_length, buf)… in do_kern_dump()
1277 other_log_length, buf, ret); in do_kern_dump()
1282 kdp_core_header->log_length = initial_log_length + other_log_length; in do_kern_dump()