Lines Matching refs:out_buf
80 struct debug_view *view, char *out_buf);
85 struct debug_view *view, char *out_buf);
93 char *out_buf, const char *in_buf);
95 char *out_buf, debug_sprintf_entry_t *curr_event);
1307 char *out_buf) in debug_prolog_pages_fn() argument
1309 return sprintf(out_buf, "%i\n", id->pages_per_area); in debug_prolog_pages_fn()
1356 char *out_buf) in debug_prolog_level_fn() argument
1361 rc = sprintf(out_buf, "-\n"); in debug_prolog_level_fn()
1363 rc = sprintf(out_buf, "%i\n", id->level); in debug_prolog_level_fn()
1480 char *out_buf, const char *in_buf) in debug_hex_ascii_format_fn() argument
1485 rc += sprintf(out_buf + rc, "%02x ", ((unsigned char *) in_buf)[i]); in debug_hex_ascii_format_fn()
1486 rc += sprintf(out_buf + rc, "| "); in debug_hex_ascii_format_fn()
1491 rc += sprintf(out_buf + rc, "%c", c); in debug_hex_ascii_format_fn()
1493 rc += sprintf(out_buf + rc, "."); in debug_hex_ascii_format_fn()
1495 rc += sprintf(out_buf + rc, "\n"); in debug_hex_ascii_format_fn()
1503 int area, debug_entry_t *entry, char *out_buf) in debug_dflt_header_fn() argument
1520 rc += sprintf(out_buf, "%02i %011ld:%06lu %1u %1s %04u %px ", in debug_dflt_header_fn()
1535 char *out_buf, debug_sprintf_entry_t *curr_event) in debug_sprintf_format_fn() argument
1547 strcpy(out_buf, curr_event->string); in debug_sprintf_format_fn()
1560 rc = sprintf(out_buf, curr_event->string, curr_event->args[index[0]], in debug_sprintf_format_fn()