Searched refs:exp_msg (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | libbpf_probes.c | 113 const char *exp_msg = NULL; in probe_prog_load() local 144 exp_msg = "attach_btf_id 1 is not a function"; in probe_prog_load() 153 exp_msg = "Cannot replace kernel functions"; in probe_prog_load() 198 if (exp_msg && !strstr(buf, exp_msg)) in probe_prog_load()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tracing_failure.c | 31 static void test_tracing_fail_prog(const char *prog_name, const char *exp_msg) in test_tracing_fail_prog() argument 53 ASSERT_HAS_SUBSTR(log_buf, exp_msg, "log_buf"); in test_tracing_fail_prog()
|
| H A D | fexit_bpf2bpf.c | 352 const char *exp_msg) in test_obj_load_failure_common() argument 380 if (exp_msg) in test_obj_load_failure_common() 387 if (env.verbosity > VERBOSE_NONE && exp_msg) /* we overtook log */ in test_obj_load_failure_common() 392 if (exp_msg) in test_obj_load_failure_common() 393 ASSERT_HAS_SUBSTR(log_buf, exp_msg, "fail_msg"); in test_obj_load_failure_common()
|
| /linux/net/smc/ |
| H A D | smc_llc.h | 109 int time_out, u8 exp_msg);
|
| H A D | smc_llc.c | 338 int time_out, u8 exp_msg) in smc_llc_wait() argument 354 if (exp_msg && rcv_msg != exp_msg) { in smc_llc_wait() 355 if (exp_msg == SMC_LLC_ADD_LINK && in smc_llc_wait() 365 rcv_msg, exp_msg, in smc_llc_wait()
|