Home
last modified time | relevance | path

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

/xnu-11215/pexpert/arm/
H A Dpe_init.c81 struct embedded_panic_header *panic_info = NULL;
113 panic_text_len = PLATFORM_PANIC_LOG_SIZE - sizeof(struct embedded_panic_header); in check_for_panic_log()
156 panic_text_len = panic_region_length[0] - sizeof(struct embedded_panic_header); in check_for_panic_log()
173 panic_info = (struct embedded_panic_header *)gPanicBase; in check_for_panic_log()
664 sizeof(struct embedded_panic_header) - offsetof(struct embedded_panic_header, eph_version))); in PE_update_panic_crc()
684 bzero(panic_info, sizeof(struct embedded_panic_header)); in PE_init_panicheader()
/xnu-11215/pexpert/pexpert/
H A Dpexpert.h60 extern struct embedded_panic_header *panic_info;
/xnu-11215/osfmk/kern/
H A Ddebug.h371 struct embedded_panic_header { struct
H A Ddebug.c514 debug_buf_base = (char *)gPanicBase + sizeof(struct embedded_panic_header); in debug_log_init()
516 debug_buf_size = gPanicSize - sizeof(struct embedded_panic_header); in debug_log_init()
/xnu-11215/osfmk/kdp/
H A Dkdp_core.c1093 prior_debug_logsize = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()
1233 initial_log_length = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()