Home
last modified time | relevance | path

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

/freebsd/sys/fs/procfs/
H A Dprocfs_mem.c64 error = p_candebug(td, p); in procfs_doprocmem()
H A Dprocfs_dbregs.c97 if (p_candebug(td, p) != 0) { in procfs_doprocdbregs()
H A Dprocfs_fpregs.c91 if (p_candebug(td, p)) { in procfs_doprocfpregs()
H A Dprocfs_regs.c91 if (p_candebug(td, p)) { in procfs_doprocregs()
H A Dprocfs.c145 return ((p->p_flag & P_SYSTEM) == 0 && p_candebug(td, p) == 0); in procfs_candebug()
H A Dprocfs_map.c97 error = p_candebug(td, p); in procfs_doprocmap()
/freebsd/sys/i386/linux/
H A Dlinux_ptrace_machdep.c352 if ((error = p_candebug(td, p)) != 0) in linux_ptrace()
/freebsd/sys/kern/
H A Dkern_procctl.c1249 error = cmd_info->need_candebug ? p_candebug(td, p) : in kern_procctl()
1275 (cmd_info->need_candebug ? p_candebug(td, p) : in kern_procctl()
H A Dsys_process.c807 if ((error = p_candebug(td, p)) != 0) in proc_can_ptrace()
921 if ((error = p_candebug(td, p)) != 0) in kern_ptrace()
H A Dkern_ktrace.c1436 if (p_candebug(td, targetp) != 0) in ktrcanset()
H A Dkern_prot.c2162 p_candebug(struct thread *td, struct proc *p) in p_candebug() function
H A Dkern_proc.c539 error = p_candebug(curthread, p); in pget()
/freebsd/sys/compat/linux/
H A Dlinux_futex.c913 p_candebug(td, td2->td_proc)) { in linux_get_robust_list()
/freebsd/sys/sys/
H A Dproc.h1174 int p_candebug(struct thread *td, struct proc *p);
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c1319 error = p_candebug(td, p); in linprocfs_doprocmaps()
/freebsd/share/man/man9/
H A DMakefile253 p_candebug.9 \
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c3575 error = p_candebug(curthread, p); in pmc_do_op_pmcattach()