Searched refs:WEXITSTATUS (Results 1 – 17 of 17) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/ |
| H A D | tmpfile_002_pos.c | 66 WEXITSTATUS(ret)); in main() 77 WEXITSTATUS(ret)); in main() 86 WEXITSTATUS(ret)); in main()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | fork.c | 21 if (WEXITSTATUS(status) != 0) { in wait_for_child_exit() 23 WEXITSTATUS(status)); in wait_for_child_exit()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_debug.c | 69 if(!WIFEXITED(status) || WEXITSTATUS(status) != (uint8_t)exit_val){ in test_exit_val()
|
| H A D | test_kni.c | 189 return WEXITSTATUS(status); in test_kni_link_change() 411 if (WEXITSTATUS(status) != 0) { in test_kni_register_handler_mp()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process.c | 548 process, pid, WEXITSTATUS(status)); in ngx_process_get_status() 551 if (WEXITSTATUS(status) == 2 && ngx_processes[i].respawn) { in ngx_process_get_status() 555 process, pid, WEXITSTATUS(status)); in ngx_process_get_status()
|
| /f-stack/freebsd/sys/ |
| H A D | wait.h | 61 #define WEXITSTATUS(x) (_W_INT(x) >> 8) macro
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/user_ns_exec/ |
| H A D | user_ns_exec.c | 176 result = WEXITSTATUS(wstatus); in main()
|
| /f-stack/tools/libutil/ |
| H A D | pw_util.c | 272 if (WIFEXITED(pstat) && WEXITSTATUS(pstat) == 0) in pw_mkdb() 332 if (WEXITSTATUS(pstat) != 0) in pw_edit() 333 errx(1, "\"%s\" exited with status %d", editor, WEXITSTATUS(pstat)); in pw_edit()
|
| /f-stack/tools/ipfw/ |
| H A D | main.c | 637 if (WIFEXITED(status) && WEXITSTATUS(status) != EX_OK) 640 WEXITSTATUS(status));
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_exec.c | 155 prog, eid, pid, WEXITSTATUS(status)); in _zed_exec_fork_child()
|
| /f-stack/tools/libutil/tests/ |
| H A D | pidfile_test.c | 232 if (WEXITSTATUS(status) != 0) in common_test_pidfile_child()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/ |
| H A D | xattrtest.c | 289 return (WEXITSTATUS(status)); in run_process()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 211 if (WIFEXITED(stat)) { stat = WEXITSTATUS(stat); } \
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 938 return (WEXITSTATUS(status)); in libzfs_run_process_impl()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 6635 fatal(0, "'%s' exit code %d", zdb, WEXITSTATUS(status)); in ztest_run_zdb() 7669 if (WEXITSTATUS(status) != 0) { in exec_child() 7671 WEXITSTATUS(status)); in exec_child()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 1234 int exitcode = WEXITSTATUS(statloc); in serverCron()
|
| H A D | sentinel.c | 823 int exitcode = WEXITSTATUS(statloc); in sentinelCollectTerminatedScripts()
|