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);
1297 char *out_buf) in debug_prolog_pages_fn() argument
1299 return sprintf(out_buf, "%i\n", id->pages_per_area); in debug_prolog_pages_fn()
1346 char *out_buf) in debug_prolog_level_fn() argument
1351 rc = sprintf(out_buf, "-\n"); in debug_prolog_level_fn()
1353 rc = sprintf(out_buf, "%i\n", id->level); in debug_prolog_level_fn()
1470 char *out_buf, const char *in_buf) in debug_hex_ascii_format_fn() argument
1475 rc += sprintf(out_buf + rc, "%02x ", ((unsigned char *) in_buf)[i]); in debug_hex_ascii_format_fn()
1476 rc += sprintf(out_buf + rc, "| "); in debug_hex_ascii_format_fn()
1481 rc += sprintf(out_buf + rc, "%c", c); in debug_hex_ascii_format_fn()
1483 rc += sprintf(out_buf + rc, "."); in debug_hex_ascii_format_fn()
1485 rc += sprintf(out_buf + rc, "\n"); in debug_hex_ascii_format_fn()
1493 int area, debug_entry_t *entry, char *out_buf) in debug_dflt_header_fn() argument
1510 rc += sprintf(out_buf, "%02i %011ld:%06lu %1u %1s %04u %px ", in debug_dflt_header_fn()
1525 char *out_buf, const char *inbuf) in debug_sprintf_format_fn() argument
1538 strcpy(out_buf, curr_event->string); in debug_sprintf_format_fn()
1551 rc = sprintf(out_buf, curr_event->string, curr_event->args[index[0]], in debug_sprintf_format_fn()