Home
last modified time | relevance | path

Searched refs:seq_buf_putc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dseq_buf.h148 extern int seq_buf_putc(struct seq_buf *s, unsigned char c);
/openbmc/linux/kernel/trace/
H A Dtrace_seq.c246 seq_buf_putc(&s->seq, c); in trace_seq_putc()
/openbmc/linux/lib/
H A Dseq_buf.c202 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() function