Home
last modified time | relevance | path

Searched refs:seq_buf (Results 1 – 4 of 4) sorted by relevance

/include/linux/
A Dseq_buf.h21 struct seq_buf { struct
28 struct seq_buf NAME = { \ argument
33 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()
153 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...);
[all …]
A Dcodetag.h13 struct seq_buf;
79 void codetag_to_text(struct seq_buf *out, struct codetag *ct);
A Dtrace_seq.h21 (sizeof(struct seq_buf) + sizeof(size_t) + sizeof(int)))
25 struct seq_buf seq;
A Dtrace_events.h509 struct seq_buf seq;

Completed in 14 milliseconds