Searched refs:pr_allstopped (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | prsystm.h | 109 extern int pr_allstopped(proc_t *, int);
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 1905 while (pr_allstopped(p, 0) > 0) { in pr_watch() 2355 pr_allstopped(proc_t *p, int watchstop) in pr_allstopped() function 2469 while (p != NULL && pr_allstopped(p, 0) > 0) { in pr_cancel_watch()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | lwp.c | 1469 while (pr_allstopped(p, 1) > 0) { in holdwatch() 1487 while (pr_allstopped(p, 0) > 0) { in holdwatch()
|
/titanic_50/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 600 NO_UNLOAD_STUB(procfs, pr_allstopped, nomod_zero);
|
/titanic_50/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 711 NO_UNLOAD_STUB(procfs, pr_allstopped, nomod_zero);
|