Searched refs:waitproc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1381 pid_t waitproc; local
1432 waitproc = waitpid(0, &status, 0);
1433 if (waitproc == childpid)
1437 (long)parentpid, (long)childpid, (long)waitproc);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c589 static long waitproc(struct PROC_TABLE *);
980 while (waitproc(su_process) == FAILURE) {
984 * in is being waited for explicitly by waitproc().
1311 while (waitproc(pp) == FAILURE)
2120 while (waitproc(process) == FAILURE)
2565 * waitproc() waits for a specified process to die. For this function to
2566 * work, the specified process must already in the proc_table. waitproc()
2570 waitproc(struct PROC_TABLE *process) function

Completed in 70 milliseconds