Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dseq_buf.c162 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); in seq_buf_bprintf()
H A Dvsprintf.c3186 int bstr_printf(char *buf, size_t size, const char *fmt_str, const u32 *bin_buf) in bstr_printf() function
3346 EXPORT_SYMBOL_GPL(bstr_printf);
/linux-6.15/include/linux/
H A Dstring.h340 __printf(3, 0) int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf);
/linux-6.15/fs/
H A Dseq_file.c417 len = bstr_printf(m->buf + m->count, m->size - m->count, f, in seq_bprintf()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c378 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_5()
434 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_4()
/linux-6.15/kernel/bpf/
H A Dhelpers.c1065 err = bstr_printf(str, str_size, fmt, data.bin_args); in BPF_CALL_5()
/linux-6.15/kernel/sched/
H A Dext.c6947 ret = bstr_printf(line_buf, line_size, fmt, in __bstr_format()