Home
last modified time | relevance | path

Searched refs:pr_nzomb (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.c347 dst->pr_nzomb = src->pr_nzomb; in pstatus_32_to_n()
411 dst->pr_nzomb = src->pr_nzomb; in psinfo_32_to_n()
720 dst->pr_nzomb = src->pr_nzomb; in pstatus_n_to_32()
784 dst->pr_nzomb = src->pr_nzomb; in psinfo_n_to_32()
H A DPcontrol.c2987 if (P->status.pr_nlwp + P->status.pr_nzomb <= 1) in Plwp_iter_all()
3026 Lphp->pr_nent != P->status.pr_nlwp + P->status.pr_nzomb) in Plwp_iter_all()
/titanic_41/usr/src/uts/common/sys/
H A Dprocfs.h181 int pr_nzomb; /* number of zombie lwps in the process */
308 int pr_nzomb; /* number of zombie lwps in the process */
638 int pr_nzomb; /* number of zombie lwps in the process */
710 int pr_nzomb; /* number of zombie lwps in the process */
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h209 sl_field_t pr_nzomb; member
287 sl_field_t pr_nzomb; member
H A Dgen_struct_layout.c199 SCALAR_FIELD(pstatus_t, pr_nzomb, 1); in gen_pstatus()
285 SCALAR_FIELD(psinfo_t, pr_nzomb, 1); in gen_psinfo()
H A Dcorenote.c1087 PRINT_DEC_2UP(MSG_ORIG(MSG_CNOTE_T_PR_NZOMB), pr_nzomb, in dump_pstatus()
1432 PRINT_DEC_2UP(MSG_ORIG(MSG_CNOTE_T_PR_NZOMB), pr_nzomb, in dump_psinfo()
H A Delfdump.msg542 @ MSG_CNOTE_T_PR_NZOMB "pr_nzomb:"
/titanic_41/usr/src/cmd/svc/startd/
H A Dwait.c290 psi.pr_nzomb != 0 || in wait_thread()
/titanic_41/usr/src/cmd/ps/
H A Dps.c999 if (Lflg && (info.pr_nlwp + info.pr_nzomb) > 1) { in print_proc()
1031 if (lpsinfobuf->pr_nent != (info.pr_nlwp + info.pr_nzomb)) in print_proc()
1035 if (!Lflg || (info.pr_nlwp + info.pr_nzomb) <= 1) { in print_proc()
1469 (void) printf(" %5d", psinfo->pr_nlwp + psinfo->pr_nzomb); in prcom()
1758 (void) printf("%*d", width, psinfo->pr_nlwp + psinfo->pr_nzomb); in print_field()
/titanic_41/usr/src/cmd/ptools/pstack/
H A Dpstack.c439 if ((status.pr_nlwp + status.pr_nzomb) <= 1 && in all_call_stacks()
/titanic_41/usr/src/cmd/prstat/
H A Dprstat.c506 lwp->li_info.pr_nzomb; in list_print()
944 nlwps = psinfo.pr_nlwp + psinfo.pr_nzomb; in prstat_scandir()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprsubr.c873 sp->pr_nzomb = p->p_zombcnt; in prgetstatus()
1096 sp->pr_nzomb = p->p_zombcnt; in prgetstatus32()
2240 psp->pr_nzomb = p->p_zombcnt; in prgetpsinfo()
2373 psp->pr_nzomb = p->p_zombcnt; in prgetpsinfo32()
2710 PR_COPY_FIELD(src, dest, pr_nzomb); in psinfo_kto32()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1712 sp->pr_nzomb = pc.pc_nzomb; in Pstatus_gcore()
1773 psp->pr_nzomb = pc.pc_nzomb; in Ppsinfo_gcore()