Home
last modified time | relevance | path

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

/linux/lib/
H A Dseq_buf.c162 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); in seq_buf_bprintf()
H A Dvsprintf.c3282 int bstr_printf(char *buf, size_t size, const char *fmt_str, const u32 *bin_buf) in bstr_printf() function
3441 EXPORT_SYMBOL_GPL(bstr_printf);
/linux/kernel/bpf/
H A Dstream.c240 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt__str, data.bin_args); in bpf_stream_vprintk_impl()
H A Dhelpers.c1069 err = bstr_printf(str, str_size, fmt, data.bin_args); in BPF_CALL_5()
/linux/include/linux/
H A Dstring.h340 int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf);
/linux/fs/
H A Dseq_file.c418 len = bstr_printf(m->buf + m->count, m->size - m->count, f, in seq_bprintf()
/linux/kernel/trace/
H A Dbpf_trace.c377 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_5()
433 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_4()
/linux/kernel/sched/
H A Dext.c6866 ret = bstr_printf(line_buf, line_size, fmt, in __bstr_format()