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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h242 /* this routine returns 1 if the pid1 is inferior of pid2 */
243 extern int proc_isinferior(int pid1, int pid2);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c312 proc_isinferior(int pid1, int pid2) argument
318 if (((p = proc_find(pid1)) != (proc_t)0 ) && ((t = proc_find(pid2)) != (proc_t)0))
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_framework.h328 pid_t pid1, pid_t pid2);

Completed in 28 milliseconds