Lines Matching refs:ret
32 int ret; in syscall_fpu() local
36 ret = test_fpu(darray, &fork_pid); in syscall_fpu()
40 exit(ret); in syscall_fpu()
42 if (ret || child_ret) in syscall_fpu()
56 int ret; in test_syscall_fpu() local
66 child_ret = ret = 1; in test_syscall_fpu()
68 ret = syscall_fpu(); in test_syscall_fpu()
72 exit(ret); in test_syscall_fpu()
75 ret |= child_ret; in test_syscall_fpu()
80 exit(ret); in test_syscall_fpu()
82 FAIL_IF(ret || child_ret); in test_syscall_fpu()