| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/ |
| H A D | bp-modify.c | 68 if (WIFEXITED(status)) { in bp_modify1() 107 if (WIFEXITED(status)) { in bp_modify1() 145 if (WIFEXITED(status)) { in bp_modify2() 183 if (WIFEXITED(status)) { in bp_modify2()
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_camera_test.c | 85 if (WIFEXITED(status)) { in main() 116 if (WIFEXITED(status)) { in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/ |
| H A D | vmaccess.c | 66 ASSERT_EQ(WIFEXITED(s), 1); in TEST() 79 ASSERT_EQ(WIFEXITED(s), 1); in TEST()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | clocksource-switch.c | 113 if (WIFEXITED(ret) && WEXITSTATUS(ret)) in run_tests() 116 return WIFEXITED(ret) ? WEXITSTATUS(ret) : 0; in run_tests()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | stack_expansion_ldst.c | 140 if (WIFEXITED(rc) && WEXITSTATUS(rc) == 0) in test_one() 144 assert(!WIFEXITED(rc)); in test_one()
|
| H A D | large_vm_fork_separation.c | 76 FAIL_IF(!WIFEXITED(status) || WEXITSTATUS(status)); in test()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | helper.c | 139 if (!WIFEXITED(status) || (WEXITSTATUS(status) != 0)) in run_helper_thread() 158 } else if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { in helper_wait()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/breakpoints/ |
| H A D | step_after_suspend_test.c | 95 if (WIFEXITED(status)) { in run_test() 121 if (!WIFEXITED(status)) { in run_test()
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | rkupdate.c | 84 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { in start_main() 220 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { in do_rk_update()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | ipv6_flowlabel_mgr.c | 144 if (!WIFEXITED(wstatus) || WEXITSTATUS(wstatus) != 0) in run_tests() 161 if (!WIFEXITED(wstatus) || WEXITSTATUS(wstatus) != 0) in run_tests()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | 0001-ext-opcache-config.m4-enable-opcache.patch | 91 - if (!WIFEXITED(status) || WEXITSTATUS(status) != 6) { 146 - if (!WIFEXITED(status) || WEXITSTATUS(status) != 6) { 228 - if (!WIFEXITED(status) || WEXITSTATUS(status) != 6) {
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 182 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) { in launch_tests() 210 if (WIFEXITED(status)) { in launch_tests()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/core/ |
| H A D | close_range_test.c | 180 EXPECT_EQ(true, WIFEXITED(status)); in TEST() 223 EXPECT_EQ(true, WIFEXITED(status)); in TEST()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/safesetid/ |
| H A D | safesetid-test.c | 229 if (WIFEXITED(wstatus)) { in test_setuid() 255 } while (!WIFEXITED(wstatus) && !WIFSIGNALED(wstatus)); in test_setuid()
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | tests-common.c | 20 if (!WIFEXITED(csts)) in run_test_in_child()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | proc-loadavg-001.c | 79 if (WIFEXITED(wstatus) && WEXITSTATUS(wstatus) == 0) in main()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_kmod.c | 100 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) { in xf86LoadKernelModule()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/clone3/ |
| H A D | clone3_set_tid.c | 113 if (!WIFEXITED(status)) in call_clone3_set_tid() 379 if (!WIFEXITED(status)) in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/mount/ |
| H A D | unprivileged-remount-test.c | 204 if (!WIFEXITED(status)) { in test_unpriv_remount() 282 if (!WIFEXITED(status)) { in test_priv_mount_unpriv_remount()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/dscr/ |
| H A D | dscr_inherit_test.c | 54 if (!WIFEXITED(status)) { in dscr_inherit()
|
| H A D | dscr_inherit_exec_test.c | 74 if (!WIFEXITED(status)) { in dscr_inherit_exec()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sync/ |
| H A D | sync_test.c | 51 if (WIFEXITED(result)) { in run_test()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 862 ASSERT_TRUE(WIFEXITED(status)); in TEST() 1538 if (WIFSIGNALED(status) || WIFEXITED(status)) in start_tracer() 3322 EXPECT_EQ(true, WIFEXITED(status)); in TEST() 3390 EXPECT_EQ(true, WIFEXITED(status)); in TEST() 3539 EXPECT_EQ(true, WIFEXITED(status)); in TEST() 3572 EXPECT_EQ(true, WIFEXITED(status)); in TEST() 3611 EXPECT_EQ(true, WIFEXITED(status)); in TEST() 3648 EXPECT_EQ(true, WIFEXITED(status)); in TEST() 3682 EXPECT_EQ(true, WIFEXITED(status)); in TEST() 3686 EXPECT_EQ(true, WIFEXITED(status)); in TEST() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_mremap_vdso.c | 95 !WIFEXITED(status)) { in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd.h | 85 if (!WIFEXITED(status)) { in wait_for_pid()
|