Lines Matching refs:out_buf
79 struct debug_view *view, char *out_buf);
84 struct debug_view *view, char *out_buf);
92 char *out_buf, const char *in_buf);
94 char *out_buf, debug_sprintf_entry_t *curr_event);
1208 char *out_buf) in debug_prolog_pages_fn() argument
1210 return sprintf(out_buf, "%i\n", id->pages_per_area); in debug_prolog_pages_fn()
1257 char *out_buf) in debug_prolog_level_fn() argument
1262 rc = sprintf(out_buf, "-\n"); in debug_prolog_level_fn()
1264 rc = sprintf(out_buf, "%i\n", id->level); in debug_prolog_level_fn()
1381 char *out_buf, const char *in_buf) in debug_hex_ascii_format_fn() argument
1386 rc += sprintf(out_buf + rc, "%02x ", ((unsigned char *) in_buf)[i]); in debug_hex_ascii_format_fn()
1387 rc += sprintf(out_buf + rc, "| "); in debug_hex_ascii_format_fn()
1392 rc += sprintf(out_buf + rc, "%c", c); in debug_hex_ascii_format_fn()
1394 rc += sprintf(out_buf + rc, "."); in debug_hex_ascii_format_fn()
1396 rc += sprintf(out_buf + rc, "\n"); in debug_hex_ascii_format_fn()
1404 int area, debug_entry_t *entry, char *out_buf) in debug_dflt_header_fn() argument
1421 rc += sprintf(out_buf, "%02i %011ld:%06lu %1u %1s %04u %pK ", in debug_dflt_header_fn()
1436 char *out_buf, debug_sprintf_entry_t *curr_event) in debug_sprintf_format_fn() argument
1448 strcpy(out_buf, curr_event->string); in debug_sprintf_format_fn()
1461 rc = sprintf(out_buf, curr_event->string, curr_event->args[index[0]], in debug_sprintf_format_fn()