Searched refs:initial_log_length (Results 1 – 1 of 1) sorted by relevance
1015 size_t initial_log_length = 0; in do_kern_dump() local1017 initial_log_length = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()1021 initial_log_length = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump()1027 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, initial_log_length, bu… in do_kern_dump()1029 initial_log_length, buf, ret); in do_kern_dump()1034 remaining_debug_logspace -= initial_log_length; in do_kern_dump()1066 kdp_core_header->log_length = initial_log_length + other_log_length; in do_kern_dump()