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

/opensolaris-onvv-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h333 extern int pr_wait_stop(prnode_t *, time_t);
H A Dprcontrol.c347 if ((error = pr_wait_stop(pnp, timeo)) != 0)
776 if ((error = pr_wait_stop(pnp, timeo)) != 0)
1092 pr_wait_stop(prnode_t *pnp, time_t timeo) function
H A Dprioctl.c508 if ((error = pr_wait_stop(pnp, (time_t)0)) != 0)
509 break; /* pr_wait_stop() unlocked the process */
2077 if ((error = pr_wait_stop(pnp, (time_t)0)) != 0)
2078 break; /* pr_wait_stop() unlocked the process */

Completed in 105 milliseconds