seq_buf
struct seq_buf NAME = { \
seq_buf_clear(struct seq_buf *s)
seq_buf_set_overflow(struct seq_buf *s)
seq_buf_has_overflowed(struct seq_buf *s)
seq_buf_buffer_left(struct seq_buf *s)
void linuxkpi_seq_buf_init(struct seq_buf *s, char *buf, unsigned int size);
int linuxkpi_seq_buf_printf(struct seq_buf *s, const char *fmt, ...) \
int linuxkpi_seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args);
const char * linuxkpi_seq_buf_str(struct seq_buf *s);
linuxkpi_seq_buf_init(struct seq_buf *s, char *buf, unsigned int size)
linuxkpi_seq_buf_printf(struct seq_buf *s, const char *fmt, ...)
linuxkpi_seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args)
linuxkpi_seq_buf_str(struct seq_buf *s)