Home
last modified time | relevance | path

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

/xnu-8019.80.24/pexpert/arm/
H A Dpe_init.c684 assert(panic_info->eph_other_log_offset == panic_info->eph_other_log_len == 0); in PE_update_panicheader_nestedpanic()
699 assert(panic_info->eph_other_log_len == 0); in PE_update_panicheader_nestedpanic()
/xnu-8019.80.24/osfmk/arm/
H A Dmodel_dep.c813 …panic_info->eph_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_o… in SavePanicInfo()
838 …panic_info->eph_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_o… in paniclog_flush()
/xnu-8019.80.24/osfmk/kern/
H A Ddebug.h320 uint32_t eph_other_log_len; /* length of the other log */ member
/xnu-8019.80.24/tools/lldbmacros/
H A Dxnu.py622 other_log_len = unsigned(panic_header.eph_other_log_len)
/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_core.c876 panic_info->eph_panic_log_len + panic_info->eph_other_log_len; in do_kern_dump()