Searched refs:WIFEXITED (Results 1 – 11 of 11) sorted by relevance
69 if(!WIFEXITED(status) || WEXITSTATUS(status) != (uint8_t)exit_val){ in test_exit_val()
188 if (WIFEXITED(status)) in test_kni_link_change()407 if (!WIFEXITED(status)) { in test_kni_register_handler_mp()
20 if (WIFEXITED(status)) { in wait_for_child_exit()
60 #define WIFEXITED(x) (_WSTATUS(x) == 0) macro
152 if (WIFEXITED(status)) { in _zed_exec_fork_child()
272 if (WIFEXITED(pstat) && WEXITSTATUS(pstat) == 0) in pw_mkdb()331 } else if (WIFEXITED(pstat)) { in pw_edit()
637 if (WIFEXITED(status) && WEXITSTATUS(status) != EX_OK)
286 if (rc < 0 || !WIFEXITED(status)) in run_process()
211 if (WIFEXITED(stat)) { stat = WEXITSTATUS(stat); } \
931 if (error < 0 || !WIFEXITED(status)) in libzfs_run_process_impl()
6634 if (WIFEXITED(status)) in ztest_run_zdb()7668 if (WIFEXITED(status)) { in exec_child()7918 WIFEXITED(status) ? "Complete" : "SIGKILL", in main()