Searched refs:debug_panic_info_head_t (Results 1 – 2 of 2) sorted by relevance
18 static int panic_header_init(debug_panic_info_head_t *panic_header);19 static int panic_header_show(debug_panic_info_head_t *panic_header);20 static int panic_header_set(debug_panic_info_head_t *panic_header);21 static int panic_header_get(debug_panic_info_head_t *panic_header);53 static debug_panic_info_head_t panic_header_buffer;307 static int panic_header_init(debug_panic_info_head_t *panic_header) in panic_header_init()324 static int panic_header_show(debug_panic_info_head_t *panic_header) in panic_header_show()335 static int panic_header_set(debug_panic_info_head_t *panic_header) in panic_header_set()341 debug_panic_info_head_t *log_header = (debug_panic_info_head_t *)HEADER_START_ADDR; in panic_header_set()351 static int panic_header_get(debug_panic_info_head_t *panic_header) in panic_header_get()[all …]
28 } debug_panic_info_head_t; typedef
Completed in 5 milliseconds