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

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dwaitpid.c89 struct zombie
91 struct zombie* next;
99 register struct zombie* zp;
100 register struct zombie* pp;
111 static struct zombie* zombies;
188 if (!(zp = newof(0, struct zombie, 1, 0))) return(-1);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dproc_info.c139 int __attribute__ ((noinline)) proc_pidbsdinfo(proc_t p, struct proc_bsdinfo *pbsd, int zombie);
140 int __attribute__ ((noinline)) proc_pidshortbsdinfo(proc_t p, struct proc_bsdshortinfo *pbsd_shortp, int zombie);
544 proc_pidbsdinfo(proc_t p, struct proc_bsdinfo * pbsd, int zombie) argument
627 /* if process is a zombie skip bg state */
628 if ((zombie == 0) && (p->p_stat != SZOMB) && (p->task != TASK_NULL))
631 if (zombie == 0)
653 proc_pidshortbsdinfo(proc_t p, struct proc_bsdshortinfo * pbsd_shortp, int zombie) argument
706 /* if process is a zombie skip bg state */
707 if ((zombie == 0) && (p->p_stat != SZOMB) && (p->task != TASK_NULL))
1248 int zombie local
2401 int zombie = 0; local
[all...]
H A Dkern_sig.c172 int zombie; member in struct:killpg1_iterargs
288 * when called with zombie arg, list lock is held
291 cansignal(proc_t p, kauth_cred_t uc, proc_t q, int signum, int zombie) argument
311 if (zombie == 0)
319 if (zombie == 0)
324 if (zombie == 0)
332 if (zombie == 0)
341 if (zombie == 0)
346 if (zombie == 0)
1402 * when killing a zombie
1466 int zombie = 0; local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dscreen.vim230 \ zombie
/macosx-10.10/emacs-93/emacs/etc/
H A Dgnus-refcard.tex353 A z & List all {\bf zombie} groups.\\
472 S z & Kill all {\bf zombie} groups.\\
/macosx-10.10/xnu-2782.1.97/bsd/netkey/
H A Dkey.c3507 int zombie = 0; local
3529 zombie++;
3545 if (zombie)

Completed in 286 milliseconds