Home
last modified time | relevance | path

Searched refs:pd_mode (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsys_process.c713 ptrace_check_allowed(struct thread *td, int req, bool pd_mode, pid_t pid) in ptrace_check_allowed() argument
721 if (pd_mode) in ptrace_check_allowed()
745 ptrace_useraction(struct thread *td, int req, bool pd_mode, pid_t pid, int pfd, in ptrace_useraction() argument
772 error = ptrace_check_allowed(td, req, pd_mode, pid); in ptrace_useraction()
864 error = ptrace_action(td, req, pd_mode, pid, pfd, lwpid, addr, udata); in ptrace_useraction()
1086 ptrace_action(struct thread *td, int req, bool pd_mode, pid_t pid, int pfd, in ptrace_action() argument
1141 } else if (pd_mode) { in ptrace_action()
/freebsd/sys/sys/
H A Dptrace.h295 int ptrace_action(struct thread *td, int req, bool pd_mode, pid_t pid,
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1019 freebsd32_ptrace_useraction(struct thread *td, int req, bool pd_mode, pid_t pid, in freebsd32_ptrace_useraction() argument
1189 error = ptrace_action(td, req, pd_mode, pid, pfd, lwpid, addr, data); in freebsd32_ptrace_useraction()