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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_internal.h544 extern int inferior(struct proc *p);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c592 if ((targp = proc_find(uap->pid)) == 0 || !inferior(targp)) {
H A Dkern_proc.c266 * Is p an inferior of the current process?
269 inferior(proc_t p) function
284 * Is p an inferior of t ?
293 /* if p==t they are not inferior */

Completed in 39 milliseconds