Searched defs:wait_pid (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libwrap/
H A Dshell_cmd.c51 int wait_pid; local
66 while ((wait_pid = wait((int *) 0)) != -1 && wait_pid != child_pid)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mv_files/
H A Dmv_files_common.kshlib111 function wait_pid function
148 wait_pid "$PIDS"
/illumos-gate/usr/src/cmd/tcpd/
H A Dsafe_finger.c60 int wait_pid; local
132 while ((wait_pid = wait(&finger_status)) != -1 && wait_pid != finger_pid)
134 return (wait_pid != finger_pid || finger_status != 0);
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.c633 pid_t wait_pid; local
651 wait_pid = waitpid(child_pid, &child_status, 0);
652 if ((wait_pid < 0) && (errno == ECHILD))
654 if ((wait_pid < 0) || (wait_pid != child_pid))
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c551 static void wait_pid(pid_t);
4934 wait_pid(comp_pid);
9250 wait_pid(pid);
9362 wait_pid(pid);
9480 wait_pid(pid_t pid) function

Completed in 80 milliseconds