Searched refs:initial_log_length (Results 1 – 1 of 1) sorted by relevance
1244 size_t initial_log_length = 0; in do_kern_dump() local1246 initial_log_length = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()1250 initial_log_length = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump()1256 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, initial_log_length, bu… in do_kern_dump()1258 initial_log_length, buf, ret); in do_kern_dump()1263 remaining_debug_logspace -= initial_log_length; in do_kern_dump()1295 kdp_core_header->log_length = initial_log_length + other_log_length; in do_kern_dump()