Searched defs:zombie (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c3261 * only /proc/pid exists if the process is a zombie.
3941 * Only the lwpsinfo file is present for zombie lwps.
4804 int zombie = ((pnp->pr_pcommon->prc_flags & PRC_DESTROY) != 0); local
4823 * files along the way if the process is a zombie.
4830 if (zombie) {
5163 int zombie = ((pcp->prc_flags & PRC_DESTROY) != 0); local
5184 * along the way if the lwp is a zombie and also depending
5194 if (zombie) {

Completed in 74 milliseconds