Searched refs:bstr_printf (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/lib/ |
| D | seq_buf.c | 122 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); in seq_buf_bprintf()
|
| D | vsprintf.c | 3194 int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf) in bstr_printf() function 3381 EXPORT_SYMBOL_GPL(bstr_printf);
|
| /Linux-v6.1/include/linux/ |
| D | string.h | 200 int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf);
|
| /Linux-v6.1/fs/ |
| D | seq_file.c | 417 len = bstr_printf(m->buf + m->count, m->size - m->count, f, in seq_bprintf()
|
| /Linux-v6.1/kernel/trace/ |
| D | bpf_trace.c | 391 ret = bstr_printf(buf, sizeof(buf), fmt, bin_args); in BPF_CALL_5() 447 ret = bstr_printf(buf, sizeof(buf), fmt, bin_args); in BPF_CALL_4()
|
| /Linux-v6.1/kernel/bpf/ |
| D | helpers.c | 1040 err = bstr_printf(str, str_size, fmt, bin_args); in BPF_CALL_5()
|