Lines Matching refs:retval
53 int retval;
236 err = parse_retval(val, &spec->priv.retval, "__retval");
243 err = parse_retval(val, &spec->unpriv.retval, "__retval_unpriv");
314 spec->unpriv.retval = spec->priv.retval;
483 static int do_prog_test_run(int fd_prog, int *retval)
506 *retval = topts.retval;
546 int retval, err, i;
628 do_prog_test_run(bpf_program__fd(tprog), &retval);
629 if (retval != subspec->retval && subspec->retval != POINTER_VALUE) {
630 PRINT_FAIL("Unexpected retval: %d != %d\n", retval, subspec->retval);