Home
last modified time | relevance | path

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

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