Lines Matching refs:debug_view

52 	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,
94 static int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view,
101 struct debug_view debug_hex_ascii_view = {
111 static struct debug_view debug_level_view = {
120 static struct debug_view debug_pages_view = {
129 static struct debug_view debug_flush_view = {
138 struct debug_view debug_sprintf_view = {
254 memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *));
389 struct debug_view *view = p_info->view;
1178 int debug_register_view(debug_info_t *id, struct debug_view *view)
1228 int debug_unregister_view(debug_info_t *id, struct debug_view *view)
1295 static int debug_prolog_pages_fn(debug_info_t *id, struct debug_view *view,
1305 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view,
1344 static int debug_prolog_level_fn(debug_info_t *id, struct debug_view *view,
1359 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view,
1429 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view,
1468 static int debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view,
1491 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view,
1523 static int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view,