Searched refs:seq_buf_putc (Results 1 – 4 of 4) sorted by relevance
123 extern int seq_buf_putc(struct seq_buf *s, unsigned char c);
245 seq_buf_putc(&s->seq, c); in trace_seq_putc()
1178 seq_buf_putc(&s, ' '); in save_cmdstr()
170 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() function