Searched refs:debug_buf_ptr (Results 1 – 10 of 10) sorted by relevance
657 …panic_info->eph_panic_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_p… in do_print_all_backtraces()677 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()681 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()685 debug_buf_ptr += (8 - ((uintptr_t)debug_buf_ptr % 8)); in do_print_all_backtraces()686 stackshot_begin_loc = debug_buf_ptr; in do_print_all_backtraces()689 err = kcdata_memory_static_init(&kc_panic_data, (mach_vm_address_t)debug_buf_ptr, in do_print_all_backtraces()712 debug_buf_ptr += bytes_traced; in do_print_all_backtraces()717 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()732 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()738 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()[all …]
689 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); 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()714 stackshot_begin_loc = 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()799 debug_buf_ptr += bytes_traced; 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 …]
277 char *debug_buf_ptr = NULL; variable289 char *debug_buf_ptr = (debug_buf + offsetof(struct macos_panic_header, mph_data)); variable461 debug_buf_ptr = debug_buf_base = (new_debug_buf + offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init()487 debug_buf_ptr = debug_buf_base; in debug_log_init()498 assert(debug_buf_ptr != NULL); in debug_log_init()1711 ((debug_buf_ptr - debug_buf_base) < (int)debug_buf_size) &&1713 *debug_buf_ptr = c;1714 debug_buf_ptr++;
320 ((uint32_t)(debug_buf_ptr - gPanicBase) >= panic_info->eph_ext_paniclog_offset) : in is_debug_ptr_in_ext_paniclog()342 uint32_t paniclog_buf_size = (uint32_t)(end - debug_buf_ptr); in ext_paniclog_write_panicdata()
732 extern char *debug_buf_ptr;
712 panic_info->eph_panic_log_len = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()731 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
1084 coredump_log_start = debug_buf_ptr; in do_kern_dump()1152 size_t panic_len = (vm_offset_t)debug_buf_ptr - gPanicBase; in do_kern_dump()1263 assert(debug_buf_ptr >= buf); in do_kern_dump()1265 size_t other_log_length = debug_buf_ptr - buf; in do_kern_dump()
2090 debug_buf_ptr - debug_buf_base, in kdp_panic_dump()
467 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
887 cur_debug_buf_ptr_offset = (unsigned(kern.globals.debug_buf_ptr) - unsigned(panic_header))