Lines Matching refs:debug_view

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,
105 struct debug_view debug_raw_view = {
115 struct debug_view debug_hex_ascii_view = {
125 static struct debug_view debug_level_view = {
134 static struct debug_view debug_pages_view = {
143 static struct debug_view debug_flush_view = {
152 struct debug_view debug_sprintf_view = {
277 memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *)); in debug_info_alloc()
460 struct debug_view *view = p_info->view; in debug_format_entry()
1095 debug_register_view(debug_info_t * id, struct debug_view *view) in debug_register_view()
1144 debug_unregister_view(debug_info_t * id, struct debug_view *view) in debug_unregister_view()
1215 struct debug_view *view, char *out_buf) in debug_prolog_pages_fn()
1225 debug_input_pages_fn(debug_info_t * id, struct debug_view *view, in debug_input_pages_fn()
1266 debug_prolog_level_fn(debug_info_t * id, struct debug_view *view, char *out_buf) in debug_prolog_level_fn()
1284 debug_input_level_fn(debug_info_t * id, struct debug_view *view, in debug_input_level_fn()
1361 debug_input_flush_fn(debug_info_t * id, struct debug_view *view, in debug_input_flush_fn()
1401 debug_raw_header_fn(debug_info_t * id, struct debug_view *view, in debug_raw_header_fn()
1416 debug_raw_format_fn(debug_info_t * id, struct debug_view *view, in debug_raw_format_fn()
1431 debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view, in debug_hex_ascii_format_fn()
1457 debug_dflt_header_fn(debug_info_t * id, struct debug_view *view, in debug_dflt_header_fn()
1490 debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view, in debug_sprintf_format_fn()