Searched refs:macos_panic_header (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | debug.c | 292 #define DEBUG_BUF_SIZE ((3 * PAGE_SIZE) + offsetof(struct macos_panic_header, mph_data)) 297 struct macos_panic_header *panic_info = (struct macos_panic_header *)debug_buf; 298 char *debug_buf_base = (debug_buf + offsetof(struct macos_panic_header, mph_data)); 299 char *debug_buf_ptr = (debug_buf + offsetof(struct macos_panic_header, mph_data)); 306 unsigned int debug_buf_size = (DEBUG_BUF_SIZE - offsetof(struct macos_panic_header, mph_data)); 470 panic_info = (struct macos_panic_header *)new_debug_buf; in extended_debug_log_init() 471 debug_buf_ptr = debug_buf_base = (new_debug_buf + offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init() 472 debug_buf_size = (EXTENDED_DEBUG_BUF_SIZE - offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init()
|
| H A D | debug.h | 407 struct macos_panic_header { struct
|
| /xnu-10063.141.1/pexpert/arm/ |
| H A D | pe_init.c | 85 struct macos_panic_header *mac_panic_header = NULL; 160 mac_panic_header = (struct macos_panic_header *) ((void *) macos_panic_base); in check_for_panic_log()
|
| /xnu-10063.141.1/pexpert/pexpert/ |
| H A D | pexpert.h | 73 extern struct macos_panic_header *panic_info;
|
| /xnu-10063.141.1/pexpert/i386/ |
| H A D | pe_init.c | 414 bzero(panic_info, offsetof(struct macos_panic_header, mph_data)); in PE_init_panicheader()
|
| /xnu-10063.141.1/osfmk/i386/AT386/ |
| H A D | model_dep.c | 965 overall_buffer_size = debug_buf_size + sizeof(struct macos_panic_header); in paniclog_flush_internal() 969 …, &panic_info->mph_version, (overall_buffer_size - offsetof(struct macos_panic_header, mph_version… in paniclog_flush_internal()
|
| /xnu-10063.141.1/osfmk/kdp/ |
| H A D | kdp_core.c | 1110 prior_debug_logsize = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump() 1250 initial_log_length = (panic_info->mph_panic_log_offset - sizeof(struct macos_panic_header)) + in do_kern_dump()
|