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

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Duucico.c955 pid_t waitrv; /* Return value from wait system call. */ local
1000 while ((waitrv = wait(&status)) != procid)
1001 if (waitrv == -1 && errno != EINTR)

Completed in 123 milliseconds