Lines Matching refs:rc
10 int rc; member
15 int rc; member
212 int rc; in test_prog_type_by_name() local
214 rc = libbpf_prog_type_by_name(test->sec_name, &prog_type, in test_prog_type_by_name()
217 CHECK(rc != test->expected_load.rc, "check_code", in test_prog_type_by_name()
218 "prog: unexpected rc=%d for %s\n", rc, test->sec_name); in test_prog_type_by_name()
220 if (rc) in test_prog_type_by_name()
235 int rc; in test_attach_type_by_name() local
237 rc = libbpf_attach_type_by_name(test->sec_name, &attach_type); in test_attach_type_by_name()
239 CHECK(rc != test->expected_attach.rc, "check_ret", in test_attach_type_by_name()
240 "attach: unexpected rc=%d for %s\n", rc, test->sec_name); in test_attach_type_by_name()
242 if (rc) in test_attach_type_by_name()