Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/AT386/
H A Dmodel_dep.c685 if (panic_info->mph_other_log_offset == 0) { in RecordPanicStackshot()
686 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
695 if (panic_info->mph_other_log_offset == 0) { in RecordPanicStackshot()
696 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
703 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
718 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
727 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
772 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
808 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
830 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
[all …]
/xnu-8019.80.24/pexpert/i386/
H A Dpe_init.c453 if ((panic_info->mph_panic_log_len != 0) && (panic_info->mph_other_log_offset == 0)) { in PE_update_panicheader_nestedpanic()
454 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
/xnu-8019.80.24/osfmk/kern/
H A Ddebug.h361 …uint32_t mph_other_log_offset; /* Offset of the other log (any logging subsequent to the st… member
/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_core.c1033 if (panic_info->mph_other_log_offset != 0) { in do_kern_dump()
1034 buf = (char *)(((char *)panic_info) + (uintptr_t) panic_info->mph_other_log_offset); in do_kern_dump()
/xnu-8019.80.24/tools/lldbmacros/
H A Dxnu.py667 other_log_begin_offset = unsigned(panic_header.mph_other_log_offset)