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

/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...]
/xnu-2782.1.97/bsd/netkey/
H A Dkey.c3507 int zombie = 0; local
3529 zombie++;
3545 if (zombie)

Completed in 41 milliseconds