Searched refs:seq_buf_puts (Results 1 – 5 of 5) sorted by relevance
182 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() function200 EXPORT_SYMBOL_GPL(seq_buf_puts);
159 extern int seq_buf_puts(struct seq_buf *s, const char *str);
745 seq_buf_puts(&s, prefix); in parse_synth_field()746 seq_buf_puts(&s, field_type); in parse_synth_field()748 seq_buf_puts(&s, array); in parse_synth_field()773 seq_buf_puts(&s, "__data_loc "); in parse_synth_field()774 seq_buf_puts(&s, field->type); in parse_synth_field()
366 ret = seq_buf_puts(&cmd->seq, str); in dynevent_str_add()
524 seq_buf_puts(s, "Not tainted"); in print_tainted_seq()