Lines Matching refs:debug_view
53 struct debug_view *view; /* used view of debug info */
81 struct debug_view *view, char *out_buf,
83 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view,
87 struct debug_view *view, char *out_buf,
89 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view,
92 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view,
95 static int debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view,
103 struct debug_view debug_hex_ascii_view = {
113 static struct debug_view debug_level_view = {
122 static struct debug_view debug_pages_view = {
131 static struct debug_view debug_flush_view = {
140 struct debug_view debug_sprintf_view = {
255 memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *)); in debug_info_alloc()
393 struct debug_view *view = p_info->view; in debug_format_entry()
618 struct debug_view *view) in debug_file_private_alloc()
732 ssize_t debug_dump(debug_info_t *id, struct debug_view *view, in debug_dump()
1337 int debug_register_view(debug_info_t *id, struct debug_view *view) in debug_register_view()
1387 int debug_unregister_view(debug_info_t *id, struct debug_view *view) in debug_unregister_view()
1454 static int debug_prolog_pages_fn(debug_info_t *id, struct debug_view *view, in debug_prolog_pages_fn()
1464 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view, in debug_input_pages_fn()
1503 static int debug_prolog_level_fn(debug_info_t *id, struct debug_view *view, in debug_prolog_level_fn()
1518 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view, in debug_input_level_fn()
1588 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view, in debug_input_flush_fn()
1627 static int debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, in debug_hex_ascii_format_fn()
1652 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, in debug_dflt_header_fn()
1685 int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view, in debug_sprintf_format_fn()