Lines Matching refs:childpid
1380 pid_t childpid; in otape() local
1407 childpid = fork(); in otape()
1408 if (childpid < 0) { in otape()
1414 if (childpid != 0) { in otape()
1429 tapeno+1, (long)parentpid, (long)childpid); in otape()
1433 if (waitproc == childpid) in otape()
1437 (long)parentpid, (long)childpid, (long)waitproc); in otape()
1441 (long)childpid, WTERMSIG(status), in otape()
1451 "Child %ld finishes X_FINOK\n"), (long)childpid); in otape()
1456 "Child %ld finishes X_ABORT\n"), (long)childpid); in otape()
1461 "Child %ld finishes X_REWRITE\n"), (long)childpid); in otape()
1466 "Child %ld finishes X_RESTART\n"), (long)childpid); in otape()
1471 "Child %ld finishes X_VERIFY\n"), (long)childpid); in otape()
1476 (long)childpid, status); in otape()