Home
last modified time | relevance | path

Searched refs:childstat (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c315 int childstat = 0; in flock_wait() local
317 while (waitpid(pid, &childstat, 0) == -1) { in flock_wait()
324 if (WIFEXITED(childstat)) { in flock_wait()
325 return (WEXITSTATUS(childstat)); in flock_wait()
326 } else if (WIFSIGNALED(childstat)) { in flock_wait()
/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c440 int childstat = 0, status = 0; in spoof_run_proc() local
450 while (waitpid(child_pid, &childstat, 0) == -1) { in spoof_run_proc()
458 status = WEXITSTATUS(childstat); in spoof_run_proc()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c225 int childstat = 0, status = 0; in ndp_run_in_child() local
235 while (waitpid(child_pid, &childstat, 0) == -1) { in ndp_run_in_child()
242 status = WEXITSTATUS(childstat); in ndp_run_in_child()