pfind 218 arch/i386/i386/db_trace.c struct proc *p = pfind((pid_t)addr); pfind 522 compat/hpux/hpux_compat.c else if ((p = pfind(SCARG(uap, pid))) == 0) pfind 600 compat/hpux/hpux_compat.c if ((cp = pfind(SCARG(uap, pid))) == 0) pfind 964 compat/hpux/hpux_compat.c p = pfind(SCARG(uap, pid)); pfind 420 compat/linux/linux_file.c struct proc *p1 = pfind((long)arg); pfind 1236 compat/linux/linux_misc.c if ((targp = pfind(SCARG(uap, pid))) == 0) pfind 1330 compat/linux/linux_misc.c p1 = pfind((int)pid); pfind 131 compat/linux/linux_sched.c if ((p = pfind(SCARG(uap, pid))) == NULL) pfind 168 compat/linux/linux_sched.c if ((p = pfind(SCARG(uap, pid))) == NULL) pfind 212 compat/linux/linux_sched.c if ((p = pfind(SCARG(uap, pid))) == NULL) pfind 252 compat/linux/linux_sched.c if ((p = pfind(SCARG(uap, pid))) == NULL) pfind 825 compat/svr4/svr4_misc.c if ((p = pfind(pid)) != NULL) pfind 1094 compat/svr4/svr4_misc.c if (p->p_oppid && (t = pfind(p->p_oppid))) { pfind 619 dev/systrace.c if ((proc = pfind(strp->pid)) == NULL) pfind 1226 dev/systrace.c if ((proc = pfind(pid)) == NULL) { pfind 148 dev/wscons/wsdisplay_compat_usl.c if (sd->s_proc == pfind(sd->s_pid)) pfind 392 kern/kern_descrip.c struct proc *p1 = pfind((long)SCARG(uap, arg)); pfind 196 kern/kern_event.c p = pfind(kn->kn_id); pfind 501 kern/kern_exit.c if (p->p_oppid && (t = pfind(p->p_oppid))) { pfind 482 kern/kern_fork.c if (pfind(pid) != NULL) pfind 365 kern/kern_ktrace.c p = pfind(SCARG(uap, pid)); pfind 220 kern/kern_proc.c if ((np = pfind(savepid)) == NULL || np != p) pfind 116 kern/kern_prot.c if ((targp = pfind(SCARG(uap, pid))) == NULL) pfind 135 kern/kern_prot.c if ((targp = pfind(SCARG(uap, pid))) == NULL) pfind 279 kern/kern_prot.c if ((targp = pfind(pid)) == 0 || !inferior(targp)) pfind 80 kern/kern_resource.c p = pfind(SCARG(uap, who)); pfind 136 kern/kern_resource.c p = pfind(SCARG(uap, who)); pfind 589 kern/kern_sig.c if ((p = pfind(SCARG(uap, pid))) == NULL) pfind 684 kern/kern_sig.c if ((p = pfind(pgid)) == NULL) pfind 1384 kern/kern_sysctl.c if ((vp = pfind(pid)) == NULL) pfind 574 kern/sys_generic.c struct proc *p1 = pfind(tmp); pfind 790 kern/sys_generic.c if (sip->si_selpid && (p = pfind(sip->si_selpid)) && pfind 813 kern/sys_generic.c p = pfind(sip->si_selpid); pfind 109 kern/sys_process.c if ((t = pfind(SCARG(uap, pid))) == NULL) pfind 370 kern/sys_process.c pp = pfind(t->p_oppid); pfind 193 miscfs/procfs/procfs_ctl.c pp = pfind(p->p_oppid); pfind 204 miscfs/procfs/procfs_subr.c p = pfind(pfs->pfs_pid); pfind 215 miscfs/procfs/procfs_vnops.c if ((p2 = pfind(pfs->pfs_pid)) == 0) pfind 334 miscfs/procfs/procfs_vnops.c if (pfind(pfs->pfs_pid) == NULL && !(vp->v_flag & VXLOCK)) pfind 464 miscfs/procfs/procfs_vnops.c procp = pfind(pfs->pfs_pid); pfind 744 miscfs/procfs/procfs_vnops.c p = pfind(pid); pfind 772 miscfs/procfs/procfs_vnops.c p = pfind(pfs->pfs_pid); pfind 877 miscfs/procfs/procfs_vnops.c p = pfind(pfs->pfs_pid); pfind 414 sys/proc.h struct proc *pfind(pid_t); /* Find process by id. */