Searched defs:log_err (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | cgroup_helpers.h | 9 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ macro
|
D | network_helpers.c | 29 #define log_err(MSG, ...) ({ \ macro
|
/Linux-v6.6/fs/smb/client/ |
D | smb2maperror.c | 2438 map_smb2_to_linux_error(char *buf, bool log_err) in map_smb2_to_linux_error()
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | lwt_helpers.h | 13 #define log_err(MSG, ...) \ macro
|
D | tc_redirect.c | 65 #define log_err(MSG, ...) \ macro
|
/Linux-v6.6/tools/testing/selftests/net/af_unix/ |
D | scm_pidfd.c | 21 #define log_err(MSG, ...) \ macro
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_tunnel_kern.c | 27 #define log_err(__ret) bpf_printk("ERROR line:%d ret:%d\n", __LINE__, __ret) macro
|