Home
last modified time | relevance | path

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

/xnu-8792.81.2/pexpert/arm/
H A Dpe_init.c64 struct embedded_panic_header *panic_info = NULL;
96 panic_text_len = PLATFORM_PANIC_LOG_SIZE - sizeof(struct embedded_panic_header); in check_for_panic_log()
139 panic_text_len = panic_region_length[0] - sizeof(struct embedded_panic_header); in check_for_panic_log()
156 panic_info = (struct embedded_panic_header *)gPanicBase; in check_for_panic_log()
631 sizeof(struct embedded_panic_header) - offsetof(struct embedded_panic_header, eph_version))); in PE_update_panic_crc()
651 bzero(panic_info, sizeof(struct embedded_panic_header)); in PE_init_panicheader()
/xnu-8792.81.2/pexpert/pexpert/
H A Dpexpert.h60 extern struct embedded_panic_header *panic_info;
/xnu-8792.81.2/osfmk/kern/
H A Ddebug.h342 struct embedded_panic_header { struct
H A Ddebug.c476 debug_buf_base = (char *)gPanicBase + sizeof(struct embedded_panic_header); in debug_log_init()
478 debug_buf_size = gPanicSize - sizeof(struct embedded_panic_header); in debug_log_init()
/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_core.c1087 prior_debug_logsize = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()
1227 initial_log_length = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()