Searched refs:macos_panic_header (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | debug.c | 243 #define DEBUG_BUF_SIZE ((3 * PAGE_SIZE) + offsetof(struct macos_panic_header, mph_data)) 248 struct macos_panic_header *panic_info = (struct macos_panic_header *)debug_buf; 249 char *debug_buf_base = (debug_buf + offsetof(struct macos_panic_header, mph_data)); 250 char *debug_buf_ptr = (debug_buf + offsetof(struct macos_panic_header, mph_data)); 257 unsigned int debug_buf_size = (DEBUG_BUF_SIZE - offsetof(struct macos_panic_header, mph_data)); 424 panic_info = (struct macos_panic_header *)new_debug_buf; in extended_debug_log_init() 425 debug_buf_ptr = debug_buf_base = (new_debug_buf + offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init() 426 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-8020.140.41/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-8020.140.41/pexpert/pexpert/ |
| H A D | pexpert.h | 73 extern struct macos_panic_header *panic_info;
|
| /xnu-8020.140.41/pexpert/i386/ |
| H A D | pe_init.c | 412 bzero(panic_info, offsetof(struct macos_panic_header, mph_data)); in PE_init_panicheader()
|
| /xnu-8020.140.41/osfmk/kdp/ |
| H A D | kdp_core.c | 891 prior_debug_logsize = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump() 1021 initial_log_length = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump()
|
| /xnu-8020.140.41/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()
|