Home
last modified time | relevance | path

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

/xnu-12377.61.12/pexpert/i386/
H A Dpe_init.c471 if (panic_info->mph_other_log_len != 0) { in PE_update_panicheader_nestedpanic()
473 panic_info->mph_other_log_len); in PE_update_panicheader_nestedpanic()
475 panic_info->mph_other_log_len = 0; in PE_update_panicheader_nestedpanic()
/xnu-12377.61.12/osfmk/kern/
H A Ddebug.h486 uint32_t mph_other_log_len; /* length of the other log */ member
/xnu-12377.61.12/osfmk/i386/AT386/
H A Dmodel_dep.c949 …panic_info->mph_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->mph_o… in paniclog_flush_internal()
994 …size_to_flush = ROUNDUP((panic_info->mph_other_log_len + (panic_info->mph_other_log_offset - offse… in paniclog_flush_internal()
/xnu-12377.61.12/tools/lldbmacros/
H A Dxnu.py950 other_log_len = unsigned(panic_header.mph_other_log_len)
/xnu-12377.61.12/osfmk/kdp/
H A Dkdp_core.c1180 panic_info->mph_panic_log_len + panic_info->mph_other_log_len; in do_kern_dump()