Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dseq_buf.c154 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); in seq_buf_bprintf()
H A Dvsprintf.c3217 int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf) in bstr_printf() function
3404 EXPORT_SYMBOL_GPL(bstr_printf);
/openbmc/linux/include/linux/
H A Dstring.h241 int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf);
/openbmc/linux/fs/
H A Dseq_file.c417 len = bstr_printf(m->buf + m->count, m->size - m->count, f, in seq_bprintf()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c386 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_5()
441 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_4()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c1067 err = bstr_printf(str, str_size, fmt, data.bin_args); in BPF_CALL_5()