Home
last modified time | relevance | path

Searched refs:seq_buf_puts (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dseq_buf.h147 extern int seq_buf_puts(struct seq_buf *s, const char *str);
/openbmc/linux/lib/
H A Dseq_buf.c174 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() function
/openbmc/linux/kernel/trace/
H A Dtrace_events_synth.c752 seq_buf_puts(&s, prefix); in parse_synth_field()
753 seq_buf_puts(&s, field_type); in parse_synth_field()
755 seq_buf_puts(&s, array); in parse_synth_field()
780 seq_buf_puts(&s, "__data_loc "); in parse_synth_field()
781 seq_buf_puts(&s, field->type); in parse_synth_field()
H A Dtrace_dynevent.c375 ret = seq_buf_puts(&cmd->seq, str); in dynevent_str_add()
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup-common.c649 seq_buf_puts(&ppc_hw_desc, ppc_md.name); in probe_machine()
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c68 seq_buf_puts(&last_cmd_status, s); in rdt_last_cmd_puts()