Searched refs:PROC_ZOMBPROCLIST (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h500 #define PROC_ZOMBPROCLIST 2 /* walk the zombie list */ macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c2213 if ((pidcount < count ) && (flags & PROC_ZOMBPROCLIST)) {
2248 } else if (flags & PROC_ZOMBPROCLIST) {
2299 if (flags & PROC_ZOMBPROCLIST) {
H A Dkern_sig.c1524 proc_iterate((PROC_ALLPROCLIST | PROC_ZOMBPROCLIST), killpg1_callback, &karg, killpg1_filt, (void *)&kfarg);
H A Dkern_sysctl.c804 proc_iterate((PROC_ALLPROCLIST | PROC_ZOMBPROCLIST),
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_session.c554 (void) proc_iterate(PROC_ALLPROCLIST | PROC_ZOMBPROCLIST,

Completed in 91 milliseconds