Searched refs:p_candebug (Results 1 – 7 of 7) sorted by relevance
130 p_candebug(struct thread *td, struct proc *p) in p_candebug() function
356 if ((error = p_candebug(td, p)) != 0) in linux_ptrace()
1090 int p_candebug(struct thread *td, struct proc *p);
676 if ((error = p_candebug(td, p)) != 0) in kern_ptrace()
1323 if (p_candebug(td, targetp) != 0) in ktrcanset()
1680 p_candebug(struct thread *td, struct proc *p) in p_candebug() function
534 error = p_candebug(curthread, p); in pget()