Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1307 pid_t waitproc; in otape() local
1358 waitproc = waitpid(0, &status, 0); in otape()
1359 if (waitproc == childpid) in otape()
1363 (long)parentpid, (long)childpid, (long)waitproc); in otape()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c593 static long waitproc(struct PROC_TABLE *);
992 while (waitproc(su_process) == FAILURE) { in enter_maintenance()
1323 while (waitproc(pp) == FAILURE) in spawn_processes()
2082 while (waitproc(process) == FAILURE) in boot_init()
2533 waitproc(struct PROC_TABLE *process) in waitproc() function