Lines Matching refs:debug_view

51 	struct debug_view *view;	/* used view of debug info */
79 struct debug_view *view, char *out_buf);
80 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view,
84 struct debug_view *view, char *out_buf);
85 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view,
88 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view,
91 static int debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view,
93 static int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view,
98 struct debug_view debug_hex_ascii_view = {
108 static struct debug_view debug_level_view = {
117 static struct debug_view debug_pages_view = {
126 static struct debug_view debug_flush_view = {
135 struct debug_view debug_sprintf_view = {
251 memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *)); in debug_info_alloc()
421 struct debug_view *view = p_info->view; in debug_format_entry()
1091 int debug_register_view(debug_info_t *id, struct debug_view *view) in debug_register_view()
1140 int debug_unregister_view(debug_info_t *id, struct debug_view *view) in debug_unregister_view()
1207 static int debug_prolog_pages_fn(debug_info_t *id, struct debug_view *view, in debug_prolog_pages_fn()
1217 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view, in debug_input_pages_fn()
1256 static int debug_prolog_level_fn(debug_info_t *id, struct debug_view *view, in debug_prolog_level_fn()
1271 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view, in debug_input_level_fn()
1341 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view, in debug_input_flush_fn()
1380 static int debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, in debug_hex_ascii_format_fn()
1403 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, in debug_dflt_header_fn()
1435 static int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view, in debug_sprintf_format_fn()