Searched refs:libbpf_strerror (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | trace_ext.c | 53 libbpf_strerror(err, buf, sizeof(buf)); in test_trace_ext() 81 libbpf_strerror(err, buf, sizeof(buf)); in test_trace_ext()
|
A D | sockmap_listen.c | 43 libbpf_strerror((err), __buf, sizeof(__buf)); \
|
/linux/tools/lib/bpf/ |
A D | libbpf_errno.c | 40 int libbpf_strerror(int err, char *buf, size_t size) in libbpf_strerror() function
|
A D | libbpf.map | 123 libbpf_strerror;
|
A D | libbpf.h | 48 LIBBPF_API int libbpf_strerror(int err, char *buf, size_t size);
|
/linux/tools/bpf/bpftool/ |
A D | gen.c | 725 libbpf_strerror(PTR_ERR(obj), err_buf, sizeof(err_buf)); in do_skeleton()
|
A D | net.c | 709 libbpf_strerror(ret, err_buf, sizeof(err_buf)); in do_show()
|
/linux/tools/perf/util/ |
A D | bpf-loader.c | 734 libbpf_strerror(err, bf, sizeof(bf)); in bpf__load() 1645 return libbpf_strerror(err, buf, size); in bpf_loader_strerror()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_sockmap.c | 1769 libbpf_strerror(err, err_buf, sizeof(err_buf)); in populate_progs()
|
Completed in 31 milliseconds