Searched refs:seq_buf (Results 1 – 4 of 4) sorted by relevance
21 struct seq_buf { struct28 struct seq_buf NAME = { \ argument33 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear()41 seq_buf_init(struct seq_buf *s, char *buf, unsigned int size) in seq_buf_init()53 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed()59 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow()68 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left()77 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used()98 static inline const char *seq_buf_str(struct seq_buf *s) in seq_buf_str()119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf()[all …]
13 struct seq_buf;78 void codetag_to_text(struct seq_buf *out, struct codetag *ct);
21 (sizeof(struct seq_buf) + sizeof(size_t) + sizeof(int)))25 struct seq_buf seq;
526 struct seq_buf seq;