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

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c343 if ((pcp->prc_flags & PRC_LWP)?
772 if ((pcp->prc_flags & PRC_LWP)?
1002 if (pcp->prc_flags & PRC_LWP) {
1037 if (pcp->prc_flags & PRC_LWP)
1077 if (pcp->prc_flags & PRC_LWP)
1120 if (pcp->prc_flags & PRC_LWP) { /* lwp file descriptor */
1159 ASSERT(!(pcp->prc_flags & PRC_DESTROY) && p->p_stat != SZOMB &&
1182 (t != p->p_agenttp || !(pcp->prc_flags & PRC_LWP)))) {
1219 if ((pcp->prc_flags & PRC_LWP) || (flags & (PRSTEP|PRSTOP))) {
1527 sigaddq(p, (pcp->prc_flags
[all...]
H A Dprvnops.c320 pcp->prc_flags |= PRC_EXCL;
321 } else if (pcp->prc_flags & PRC_EXCL) {
340 pcp->prc_flags &= ~PRC_EXCL;
482 pcp->prc_flags &= ~PRC_EXCL;
526 !(pcp->prc_flags & PRC_DESTROY) &&
1182 !(pnp->pr_pcommon->prc_flags & PRC_DESTROY)) {
2227 !(pnp->pr_pcommon->prc_flags & PRC_DESTROY)) {
2931 if ((pcp->prc_flags & PRC_LWP) && pcp->prc_tslot != -1) {
3553 pcp->prc_flags |= PRC_SYS;
3555 pcp->prc_flags |
[all...]
H A Dprdata.h71 ushort_t prc_flags; /* flags */ member in struct:prcommon
85 /* prc_flags */
H A Dprsubr.c268 if (pcp->prc_flags & PRC_POLL) {
276 pcp->prc_flags &= ~PRC_POLL;
300 ASSERT(!(pcp->prc_flags & PRC_POLL));
367 VTOP(p->p_trace)->pr_common->prc_flags |= PRC_DESTROY;
400 pcp->prc_flags |= PRC_DESTROY;
408 pcp->prc_flags |= PRC_DESTROY;
443 (pcp->prc_flags & PRC_DESTROY));
628 pcp->prc_flags &= ~PRC_EXCL;
749 ((pcp->prc_flags & PRC_DESTROY) || (p->p_flag & SEXITING))) {
757 if (pcp->prc_flags
[all...]
H A Dprioctl.c1115 !(pcp->prc_flags & PRC_DESTROY)) {
1144 nlwp = Nlwp = (pcp->prc_flags & PRC_DESTROY)? 0 : p->p_lwpcnt;
1208 !(pcp->prc_flags & PRC_DESTROY)) {
2745 !(pcp->prc_flags & PRC_DESTROY)) {
2774 nlwp = Nlwp = (pcp->prc_flags & PRC_DESTROY)? 0 : p->p_lwpcnt;
2838 !(pcp->prc_flags & PRC_DESTROY)) {

Completed in 82 milliseconds