Lines Matching refs:debug_view
42 struct debug_view;
60 struct debug_view *views[DEBUG_MAX_VIEWS];
66 struct debug_view *view,
72 struct debug_view *view, char *out_buf,
76 struct debug_view *view,
79 struct debug_view *view,
84 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view,
89 int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view,
92 struct debug_view { struct
101 extern struct debug_view debug_hex_ascii_view; argument
102 extern struct debug_view debug_sprintf_view;
121 ssize_t debug_dump(debug_info_t *id, struct debug_view *view,
400 int debug_register_view(debug_info_t *id, struct debug_view *view);
402 int debug_unregister_view(debug_info_t *id, struct debug_view *view);