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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h681 extern int inferior(struct proc *p);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c599 if ((targp = proc_find(uap->pid)) == 0 || !inferior(targp)) {
H A Dkern_proc.c269 * Is p an inferior of the current process?
272 inferior(proc_t p) function
287 * Is p an inferior of t ?
296 /* if p==t they are not inferior */

Completed in 31 milliseconds