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, const char *inbuf);
1295 char *out_buf) in debug_prolog_pages_fn() argument
1297 return sprintf(out_buf, "%i\n", id->pages_per_area); in debug_prolog_pages_fn()
1344 char *out_buf) in debug_prolog_level_fn() argument
1349 rc = sprintf(out_buf, "-\n"); in debug_prolog_level_fn()
1351 rc = sprintf(out_buf, "%i\n", id->level); in debug_prolog_level_fn()
1468 char *out_buf, const char *in_buf) in debug_hex_ascii_format_fn() argument
1473 rc += sprintf(out_buf + rc, "%02x ", ((unsigned char *) in_buf)[i]); in debug_hex_ascii_format_fn()
1474 rc += sprintf(out_buf + rc, "| "); in debug_hex_ascii_format_fn()
1479 rc += sprintf(out_buf + rc, "%c", c); in debug_hex_ascii_format_fn()
1481 rc += sprintf(out_buf + rc, "."); in debug_hex_ascii_format_fn()
1483 rc += sprintf(out_buf + rc, "\n"); in debug_hex_ascii_format_fn()
1491 int area, debug_entry_t *entry, char *out_buf) in debug_dflt_header_fn() argument
1508 rc += sprintf(out_buf, "%02i %011ld:%06lu %1u %1s %04u %px ", in debug_dflt_header_fn()
1523 char *out_buf, const char *inbuf) in debug_sprintf_format_fn() argument
1536 strcpy(out_buf, curr_event->string); in debug_sprintf_format_fn()
1549 rc = sprintf(out_buf, curr_event->string, curr_event->args[index[0]], in debug_sprintf_format_fn()