Searched refs:seq_buf (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | seq_buf.h | 18 struct seq_buf { struct 25 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear() argument 32 seq_buf_init(struct seq_buf *s, unsigned char *buf, unsigned int size) in seq_buf_init() 44 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed() 50 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow() 59 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left() 68 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used() 81 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() 103 static inline void seq_buf_commit(struct seq_buf *s, int num) in seq_buf_commit() 115 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...); [all …]
|
D | trace_seq.h | 15 struct seq_buf seq;
|
/linux-4.4.14/lib/ |
D | seq_buf.c | 27 static bool seq_buf_can_fit(struct seq_buf *s, size_t len) in seq_buf_can_fit() 39 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq() 56 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf() 82 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...) in seq_buf_printf() 112 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf() 140 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() 164 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() 188 int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len) in seq_buf_putmem() 216 int seq_buf_putmem_hex(struct seq_buf *s, const void *mem, 260 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) [all …]
|
D | nmi_backtrace.c | 30 struct seq_buf seq;
|
D | Makefile | 16 earlycpio.o seq_buf.o nmi_backtrace.o
|