Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dseq_buf.h150 extern int seq_buf_putmem_hex(struct seq_buf *s, const void *mem,
/openbmc/linux/kernel/trace/
H A Dtrace_seq.c303 seq_buf_putmem_hex(&s->seq, mem, len); in trace_seq_putmem_hex()
/openbmc/linux/lib/
H A Dseq_buf.c254 int seq_buf_putmem_hex(struct seq_buf *s, const void *mem, function