Searched refs:retcode (Results 1 – 5 of 5) sorted by relevance
346 retcode=$?351 echo retcode=$retcode | tee -a $T/log425 retcode=$?432 retcode=$?439 retcode="$?"443 retcode=99475 retcode=$?536 retcode=$?544 retcode=$?554 retcode=$?[all …]
26 volatile int retcode = XDP_REDIRECT; variable36 int ret = retcode; in xdp_redirect()58 if (retcode > XDP_PASS) in xdp_redirect()59 retcode--; in xdp_redirect()
56 retcode=159 exit $retcode
348 int retcode; in run_cpucg_weight_test() local350 waitpid(children[i].pid, &retcode, 0); in run_cpucg_weight_test()351 if (!WIFEXITED(retcode)) in run_cpucg_weight_test()353 if (WEXITSTATUS(retcode)) in run_cpucg_weight_test()558 int retcode; in run_cpucg_nested_weight_test() local560 waitpid(leaf[i].pid, &retcode, 0); in run_cpucg_nested_weight_test()561 if (!WIFEXITED(retcode)) in run_cpucg_nested_weight_test()563 if (WEXITSTATUS(retcode)) in run_cpucg_nested_weight_test()
373 int pid, retcode; in cg_run() local386 waitpid(pid, &retcode, 0); in cg_run()387 if (WIFEXITED(retcode)) in cg_run()388 return WEXITSTATUS(retcode); in cg_run()
Completed in 12 milliseconds