Searched refs:debug_view (Results 1 – 2 of 2) sorted by relevance
/arch/s390/include/asm/ |
D | debug.h | 29 struct debug_view; 47 struct debug_view* views[DEBUG_MAX_VIEWS]; 53 struct debug_view* view, 59 struct debug_view* view, char* out_buf, 62 struct debug_view* view, 65 struct debug_view* view, 70 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view, 73 struct debug_view { struct 82 extern struct debug_view debug_hex_ascii_view; argument 83 extern struct debug_view debug_raw_view; [all …]
|
/arch/s390/kernel/ |
D | debug.c | 50 struct debug_view *view; /* used view of debug info */ 80 struct debug_view *view, char *out_buf); 81 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view, 85 struct debug_view *view, char *out_buf); 86 static int debug_input_pages_fn(debug_info_t * id, struct debug_view *view, 89 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view, 92 static int debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view, 95 struct debug_view *view, char *out_buf, 97 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view, 100 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view, [all …]
|