Home
last modified time | relevance | path

Searched refs:exp_msg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c113 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()
/openbmc/linux/net/smc/
H A Dsmc_llc.h109 int time_out, u8 exp_msg);
H A Dsmc_llc.c338 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()