Home
last modified time | relevance | path

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

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