Lines Matching refs:rc
10 int rc; member
15 int rc; member
167 int rc; in test_prog_type_by_name() local
169 rc = libbpf_prog_type_by_name(test->sec_name, &prog_type, in test_prog_type_by_name()
172 CHECK(rc != test->expected_load.rc, "check_code", in test_prog_type_by_name()
173 "prog: unexpected rc=%d for %s\n", rc, test->sec_name); in test_prog_type_by_name()
175 if (rc) in test_prog_type_by_name()
190 int rc; in test_attach_type_by_name() local
192 rc = libbpf_attach_type_by_name(test->sec_name, &attach_type); in test_attach_type_by_name()
194 CHECK(rc != test->expected_attach.rc, "check_ret", in test_attach_type_by_name()
195 "attach: unexpected rc=%d for %s\n", rc, test->sec_name); in test_attach_type_by_name()
197 if (rc) in test_attach_type_by_name()