Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kdp/
H A Dkdp_core.c1296 size_t other_log_length = debug_buf_ptr - buf; in do_kern_dump() local
1297 if (other_log_length > remaining_debug_logspace) { in do_kern_dump()
1298 other_log_length = remaining_debug_logspace; in do_kern_dump()
1302 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, other_log_length, buf)… in do_kern_dump()
1304 other_log_length, buf, ret); in do_kern_dump()
1309 kdp_core_header->log_length = initial_log_length + other_log_length; in do_kern_dump()