Home
last modified time | relevance | path

Searched refs:pfind (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/kern/
H A Dp1003_1b.c129 targetp = pfind(uap->pid);
170 targetp = pfind(uap->pid);
217 targetp = pfind(uap->pid);
263 targetp = pfind(uap->pid);
349 targetp = pfind(pid);
H A Dkern_resource.c112 p = pfind(who); in kern_getpriority()
202 p = pfind(who); in kern_setpriority()
398 p = pfind(uap->pid); in sys_rtprio()
H A Dkern_thr.c451 if ((p = pfind(uap->pid)) == NULL) in sys_thr_kill2()
H A Dkern_prot.c169 p = pfind(uap->pid); in sys_getpgid()
208 p = pfind(pid); in kern_getsid()
398 if ((targp = pfind(uap->pid)) == NULL) { in sys_setpgid()
H A Dkern_procctl.c799 p = pfind(id); in kern_procctl()
H A Dsys_process.c650 if ((p = pfind(pid)) == NULL) { in kern_ptrace()
H A Dkern_ktrace.c1035 p = pfind(uap->pid); in sys_ktrace()
H A Dkern_proc.c464 pfind(pid_t pid) in pfind() function
519 p = pfind(pid); in pget()
H A Dkern_rctl.c1188 rule->rr_subject.rs_proc = pfind(id); in rctl_string_to_rule()
H A Dkern_cpuset.c905 if ((p = pfind(id)) == NULL) in cpuset_which()
H A Dkern_event.c423 p = pfind(kn->kn_id); in filt_procattach()
H A Dkern_descrip.c1167 proc = pfind(pgid); in fsetown()
/f-stack/freebsd/security/audit/
H A Daudit_syscalls.c450 if ((tp = pfind(udata.au_aupinfo.ap_pid)) == NULL) in sys_auditon()
480 if ((tp = pfind(udata.au_aupinfo.ap_pid)) == NULL) { in sys_auditon()
521 if ((tp = pfind(udata.au_aupinfo_addr.ap_pid)) == NULL) in sys_auditon()
/f-stack/freebsd/netgraph/
H A Dng_tty.c263 p = pfind(((int *)msg->data)[0]); in ngt_rcvmsg()
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c345 if ((p = pfind(uap->pid)) == NULL) { in linux_ptrace()
/f-stack/freebsd/security/mac/
H A Dmac_syscalls.c101 tproc = pfind(uap->pid); in sys___mac_get_pid()
/f-stack/lib/
H A Dff_glue.c833 pfind(pid_t pid) in pfind() function
/f-stack/freebsd/sys/
H A Dproc.h1028 struct proc *pfind(pid_t); /* Find process by id. */