Searched refs:bstr_printf (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/lib/ |
H A D | seq_buf.c | 154 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); in seq_buf_bprintf()
|
H A D | vsprintf.c | 3217 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 D | string.h | 241 int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf);
|
/openbmc/linux/fs/ |
H A D | seq_file.c | 417 len = bstr_printf(m->buf + m->count, m->size - m->count, f, in seq_bprintf()
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 386 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 D | helpers.c | 1067 err = bstr_printf(str, str_size, fmt, data.bin_args); in BPF_CALL_5()
|