Home
last modified time | relevance | path

Searched refs:p_candebug (Results 1 – 7 of 7) sorted by relevance

/f-stack/lib/
H A Dff_compat.c130 p_candebug(struct thread *td, struct proc *p) in p_candebug() function
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c356 if ((error = p_candebug(td, p)) != 0) in linux_ptrace()
/f-stack/freebsd/sys/
H A Dproc.h1090 int p_candebug(struct thread *td, struct proc *p);
/f-stack/freebsd/kern/
H A Dsys_process.c676 if ((error = p_candebug(td, p)) != 0) in kern_ptrace()
H A Dkern_ktrace.c1323 if (p_candebug(td, targetp) != 0) in ktrcanset()
H A Dkern_prot.c1680 p_candebug(struct thread *td, struct proc *p) in p_candebug() function
H A Dkern_proc.c534 error = p_candebug(curthread, p); in pget()