Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/AT386/
H A Dmodel_dep.c688 if (panic_info->mph_other_log_offset == 0) { in RecordPanicStackshot()
689 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
698 if (panic_info->mph_other_log_offset == 0) { in RecordPanicStackshot()
699 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
706 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
721 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
730 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
775 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
811 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
833 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
[all …]
/xnu-10063.141.1/pexpert/i386/
H A Dpe_init.c466 if ((panic_info->mph_panic_log_len != 0) && (panic_info->mph_other_log_offset == 0)) { in PE_update_panicheader_nestedpanic()
467 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
/xnu-10063.141.1/osfmk/kern/
H A Ddebug.h417 …uint32_t mph_other_log_offset; /* Offset of the other log (any logging subsequent to the st… member
/xnu-10063.141.1/osfmk/kdp/
H A Dkdp_core.c1274 if (panic_info->mph_other_log_offset != 0) { in do_kern_dump()
1275 buf = (char *)(((char *)panic_info) + (uintptr_t) panic_info->mph_other_log_offset); in do_kern_dump()
/xnu-10063.141.1/tools/lldbmacros/
H A Dxnu.py897 other_log_begin_offset = unsigned(panic_header.mph_other_log_offset)