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

/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dlibproc.h93 int proc_listchildpids(pid_t ppid, void * buffer, int buffersize) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_1);
H A Dlibproc.c83 proc_listchildpids(pid_t ppid, void * buffer, int buffersize) argument
86 numpids = proc_listpids(PROC_PPID_ONLY, (uint32_t)ppid, buffer, buffersize);
/xnu-2422.115.4/tools/lldbmacros/
H A Duserspace.py162 Parent Process: {ppname: >20s}[{ppid:d}]
197 ppid = pval.p_ppid, variable
/xnu-2422.115.4/bsd/dev/dtrace/
H A Dfasttrap.c465 pid_t ppid = p->p_pid; local
503 if (tp->ftt_pid == ppid &&
H A Ddtrace.c3892 pid_t ppid;
3894 ppid = (pid_t)dtrace_load32((uintptr_t)&(p->p_pid));
3898 if (ppid == pid) {
3903 if (ppid == 0)
9481 * curthread, pid, ppid, tid, execname, zonename, uid and gid variables.

Completed in 43 milliseconds