Lines Matching defs:child
1276 * sigchild; reap child and collect status.
1730 * Wait for child process to get to some state, where some state may be:
1738 child_wait(pid_t child, enum child_event event, char *volume)
1745 for (; dead_child != child; (void) sleep(1)) {
1767 /* child died */
1821 pid_t child;
2111 switch (child = fork()) {
2152 exit(child_wait(child, Status, shadow_volume));
2164 pid_t child = (pid_t)0;
2232 switch (child = fork()) {
2263 rc = child_wait(child, CopyStart, args.shadow_vol);
2591 pid_t child = (pid_t)0;
2657 switch (child = fork()) {
2687 rc = child_wait(child, CopyStart, copy_args.shadow_vol);