Searched refs:macos_panic_header (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | debug.c | 303 #define DEBUG_BUF_SIZE ((3 * PAGE_SIZE) + offsetof(struct macos_panic_header, mph_data)) 308 struct macos_panic_header *panic_info = (struct macos_panic_header *)debug_buf; 309 char *debug_buf_base = (debug_buf + offsetof(struct macos_panic_header, mph_data)); 310 char *debug_buf_ptr = (debug_buf + offsetof(struct macos_panic_header, mph_data)); 317 unsigned int debug_buf_size = (DEBUG_BUF_SIZE - offsetof(struct macos_panic_header, mph_data)); 488 panic_info = (struct macos_panic_header *)new_debug_buf; in extended_debug_log_init() 489 debug_buf_ptr = debug_buf_base = (new_debug_buf + offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init() 490 debug_buf_size = (EXTENDED_DEBUG_BUF_SIZE - offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init()
|
| H A D | debug.h | 475 struct macos_panic_header { struct
|
| /xnu-12377.61.12/pexpert/arm/ |
| H A D | pe_init.c | 91 struct macos_panic_header *mac_panic_header = NULL; 166 mac_panic_header = (struct macos_panic_header *) ((void *) macos_panic_base); in check_for_panic_log()
|
| /xnu-12377.61.12/pexpert/pexpert/ |
| H A D | pexpert.h | 73 extern struct macos_panic_header *panic_info;
|
| /xnu-12377.61.12/pexpert/i386/ |
| H A D | pe_init.c | 415 bzero(panic_info, offsetof(struct macos_panic_header, mph_data)); in PE_init_panicheader()
|
| /xnu-12377.61.12/osfmk/i386/AT386/ |
| H A D | model_dep.c | 966 overall_buffer_size = debug_buf_size + sizeof(struct macos_panic_header); in paniclog_flush_internal() 970 …, &panic_info->mph_version, (overall_buffer_size - offsetof(struct macos_panic_header, mph_version… in paniclog_flush_internal()
|
| /xnu-12377.61.12/osfmk/kdp/ |
| H A D | kdp_core.c | 1179 prior_debug_logsize = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump() 1327 initial_log_length = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump()
|