Searched refs:waitproc (Results 1 – 2 of 2) sorted by relevance
1381 pid_t waitproc; in otape() local1432 waitproc = waitpid(0, &status, 0); in otape()1433 if (waitproc == childpid) in otape()1437 (long)parentpid, (long)childpid, (long)waitproc); in otape()
589 static long waitproc(struct PROC_TABLE *);980 while (waitproc(su_process) == FAILURE) { in enter_maintenance()1311 while (waitproc(pp) == FAILURE) in spawn_processes()2120 while (waitproc(process) == FAILURE) in boot_init()2570 waitproc(struct PROC_TABLE *process) in waitproc() function