Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Ddebug.c233 #define DEBUG_BUF_SIZE ((3 * PAGE_SIZE) + offsetof(struct macos_panic_header, mph_data))
239 char *debug_buf_base = (debug_buf + offsetof(struct macos_panic_header, mph_data));
240 char *debug_buf_ptr = (debug_buf + offsetof(struct macos_panic_header, mph_data));
247 unsigned int debug_buf_size = (DEBUG_BUF_SIZE - offsetof(struct macos_panic_header, mph_data));
415 debug_buf_ptr = debug_buf_base = (new_debug_buf + offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init()
416 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-8019.80.24/pexpert/i386/
H A Dpe_init.c412 bzero(panic_info, offsetof(struct macos_panic_header, mph_data)); in PE_init_panicheader()