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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c171 int zombie; member in struct:killpg1_iterargs
287 * when called with zombie arg, list lock is held
290 cansignal(proc_t p, kauth_cred_t uc, proc_t q, int signum, int zombie) argument
310 if (zombie == 0)
318 if (zombie == 0)
323 if (zombie == 0)
331 if (zombie == 0)
340 if (zombie == 0)
345 if (zombie == 0)
1401 * when killing a zombie
1465 int zombie = 0; local
[all...]
H A Dproc_info.c105 int proc_pidbsdinfo(proc_t p, struct proc_bsdinfo *pbsd, int zombie);
106 int proc_pidshortbsdinfo(proc_t p, struct proc_bsdshortinfo *pbsd_shortp, int zombie);
480 proc_pidbsdinfo(proc_t p, struct proc_bsdinfo * pbsd, int zombie) argument
565 /* if process is a zombie skip bg state */
566 if ((zombie == 0) && (p->p_stat != SZOMB) && (p->task != TASK_NULL))
569 if (zombie == 0)
591 proc_pidshortbsdinfo(proc_t p, struct proc_bsdshortinfo * pbsd_shortp, int zombie) argument
646 /* if process is a zombie skip bg state */
647 if ((zombie == 0) && (p->p_stat != SZOMB) && (p->task != TASK_NULL))
960 int zombie local
[all...]
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c3107 int zombie = 0; local
3129 zombie++;
3145 if (zombie)

Completed in 44 milliseconds