Searched refs:macos_panic_header (Results 1 – 7 of 7) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | debug.c | 233 #define DEBUG_BUF_SIZE ((3 * PAGE_SIZE) + offsetof(struct macos_panic_header, mph_data)) 238 struct macos_panic_header *panic_info = (struct macos_panic_header *)debug_buf; 239 char *debug_buf_base = (debug_buf + offsetof(struct macos_panic_header, mph_data)); 240 char *debug_buf_ptr = (debug_buf + offsetof(struct macos_panic_header, mph_data)); 247 unsigned int debug_buf_size = (DEBUG_BUF_SIZE - offsetof(struct macos_panic_header, mph_data)); 414 panic_info = (struct macos_panic_header *)new_debug_buf; in extended_debug_log_init() 415 debug_buf_ptr = debug_buf_base = (new_debug_buf + offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init() 416 debug_buf_size = (EXTENDED_DEBUG_BUF_SIZE - offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init()
|
| H A D | debug.h | 351 struct macos_panic_header { struct
|
| /xnu-8019.80.24/pexpert/arm/ |
| H A D | pe_init.c | 73 struct macos_panic_header *mac_panic_header = NULL; 148 mac_panic_header = (struct macos_panic_header *) ((void *) macos_panic_base); in check_for_panic_log()
|
| /xnu-8019.80.24/pexpert/pexpert/ |
| H A D | pexpert.h | 73 extern struct macos_panic_header *panic_info;
|
| /xnu-8019.80.24/pexpert/i386/ |
| H A D | pe_init.c | 412 bzero(panic_info, offsetof(struct macos_panic_header, mph_data)); in PE_init_panicheader()
|
| /xnu-8019.80.24/osfmk/kdp/ |
| H A D | kdp_core.c | 879 prior_debug_logsize = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump() 1009 initial_log_length = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump()
|
| /xnu-8019.80.24/osfmk/i386/AT386/ |
| H A D | model_dep.c | 960 overall_buffer_size = debug_buf_size + sizeof(struct macos_panic_header); in paniclog_flush_internal() 964 …, &panic_info->mph_version, (overall_buffer_size - offsetof(struct macos_panic_header, mph_version… in paniclog_flush_internal()
|