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

/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c345 dst->pr_nzomb = src->pr_nzomb;
409 dst->pr_nzomb = src->pr_nzomb;
718 dst->pr_nzomb = src->pr_nzomb;
782 dst->pr_nzomb = src->pr_nzomb;
H A DPcontrol.c3026 if (P->status.pr_nlwp + P->status.pr_nzomb <= 1)
3065 Lphp->pr_nent != P->status.pr_nlwp + P->status.pr_nzomb)
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h182 int pr_nzomb; /* number of zombie lwps in the process */ member in struct:pstatus
309 int pr_nzomb; /* number of zombie lwps in the process */ member in struct:psinfo
650 int pr_nzomb; /* number of zombie lwps in the process */ member in struct:pstatus32
722 int pr_nzomb; /* number of zombie lwps in the process */ member in struct:psinfo32
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h209 sl_field_t pr_nzomb; member in struct:__anon51
287 sl_field_t pr_nzomb; member in struct:__anon53
H A Dgen_struct_layout.c199 SCALAR_FIELD(pstatus_t, pr_nzomb, 1);
285 SCALAR_FIELD(psinfo_t, pr_nzomb, 1);
H A Dcorenote.c1129 PRINT_DEC_2UP(MSG_ORIG(MSG_CNOTE_T_PR_NZOMB), pr_nzomb, local
1475 PRINT_DEC_2UP(MSG_ORIG(MSG_CNOTE_T_PR_NZOMB), pr_nzomb, local
/illumos-gate/usr/src/cmd/svc/startd/
H A Dwait.c290 psi.pr_nzomb != 0 ||
/illumos-gate/usr/src/cmd/ps/
H A Dps.c999 if (Lflg && (info.pr_nlwp + info.pr_nzomb) > 1) {
1031 if (lpsinfobuf->pr_nent != (info.pr_nlwp + info.pr_nzomb))
1035 if (!Lflg || (info.pr_nlwp + info.pr_nzomb) <= 1) {
1469 (void) printf(" %5d", psinfo->pr_nlwp + psinfo->pr_nzomb);
1758 (void) printf("%*d", width, psinfo->pr_nlwp + psinfo->pr_nzomb);
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c439 if ((status.pr_nlwp + status.pr_nzomb) <= 1 &&
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c506 lwp->li_info.pr_nzomb;
944 nlwps = psinfo.pr_nlwp + psinfo.pr_nzomb;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1712 sp->pr_nzomb = pc.pc_nzomb;
1773 psp->pr_nzomb = pc.pc_nzomb;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c873 sp->pr_nzomb = p->p_zombcnt;
1096 sp->pr_nzomb = p->p_zombcnt;
2240 psp->pr_nzomb = p->p_zombcnt;
2373 psp->pr_nzomb = p->p_zombcnt;
2710 PR_COPY_FIELD(src, dest, pr_nzomb);

Completed in 114 milliseconds