Home
last modified time | relevance | path

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

/xnu-12377.61.12/pexpert/arm/
H A Dpe_init.c733 if (panic_info->eph_panic_log_len == 0) { in PE_update_panicheader_nestedpanic()
734 panic_info->eph_panic_log_len = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
/xnu-12377.61.12/osfmk/arm/
H A Dmodel_dep.c721 …panic_info->eph_panic_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_p… in do_print_all_panic_info()
981 assert(panic_info->eph_panic_log_len != 0); in SavePanicInfo()
/xnu-12377.61.12/osfmk/kdp/
H A Dkdp_core.c1173 assert(panic_info->eph_panic_log_len != 0); in do_kern_dump()
1176 panic_info->eph_panic_log_len + panic_info->eph_other_log_len; in do_kern_dump()
1324 panic_info->eph_panic_log_len; in do_kern_dump()
/xnu-12377.61.12/osfmk/kern/
H A Ddebug.h426 uint32_t eph_panic_log_len; /* length of the panic log */ member
/xnu-12377.61.12/tools/lldbmacros/
H A Dxnu.py899 panic_log_len = unsigned(panic_header.eph_panic_log_len)