Home
last modified time | relevance | path

Searched refs:mph_data (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Ddebug.c303 #define DEBUG_BUF_SIZE ((3 * PAGE_SIZE) + offsetof(struct macos_panic_header, mph_data))
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));
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 Ddebug.h488 …char mph_data[]; /* panic data -- DO NOT ACCESS THIS FIELD DIRECTLY. Use the … member
/xnu-12377.61.12/pexpert/i386/
H A Dpe_init.c415 bzero(panic_info, offsetof(struct macos_panic_header, mph_data)); in PE_init_panicheader()