Home
last modified time | relevance | path

Searched refs:embedded_panic_header (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/pexpert/arm/
H A Dpe_init.c75 struct embedded_panic_header *panic_info = NULL;
107 panic_text_len = PLATFORM_PANIC_LOG_SIZE - sizeof(struct embedded_panic_header); in check_for_panic_log()
150 panic_text_len = panic_region_length[0] - sizeof(struct embedded_panic_header); in check_for_panic_log()
167 panic_info = (struct embedded_panic_header *)gPanicBase; in check_for_panic_log()
647 sizeof(struct embedded_panic_header) - offsetof(struct embedded_panic_header, eph_version))); in PE_update_panic_crc()
667 bzero(panic_info, sizeof(struct embedded_panic_header)); in PE_init_panicheader()
/xnu-10063.141.1/pexpert/pexpert/
H A Dpexpert.h60 extern struct embedded_panic_header *panic_info;
/xnu-10063.141.1/osfmk/kern/
H A Ddebug.h356 struct embedded_panic_header { struct
H A Ddebug.c496 debug_buf_base = (char *)gPanicBase + sizeof(struct embedded_panic_header); in debug_log_init()
498 debug_buf_size = gPanicSize - sizeof(struct embedded_panic_header); in debug_log_init()
/xnu-10063.141.1/osfmk/kdp/
H A Dkdp_core.c1106 prior_debug_logsize = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()
1246 initial_log_length = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()