Searched refs:seq_buf_vprintf (Results 1 – 3 of 3) sorted by relevance
67 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf() function99 ret = seq_buf_vprintf(s, fmt, ap); in seq_buf_printf()
172 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args);
6098 seq_buf_vprintf(s, fmt, args); in dump_line()