HomeSort by: relevance | last modified time | path
    Searched refs:linux_sys_ptrace_arch (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/compat/linux/common/
linux_ptrace.h 56 int linux_sys_ptrace_arch(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
58 #define LINUX_SYS_PTRACE_ARCH(l,v,r) linux_sys_ptrace_arch((l),(v),(r))
60 #define LINUX_SYS_PTRACE_ARCH(l,v,r) EIO
  /src/sys/compat/linux/arch/mips/
linux_ptrace.c 60 linux_sys_ptrace_arch(struct lwp *l, const struct linux_sys_ptrace_args *uap, register_t *retval) function in typeref:typename:int
  /src/sys/rump/kern/lib/libsys_linux/
sys_linux_component.c 93 __weak_alias(linux_sys_ptrace_arch,rumplinux__stub);
  /src/sys/compat/linux/arch/arm/
linux_ptrace.c 93 linux_sys_ptrace_arch(struct lwp *l, const struct linux_sys_ptrace_args *uap, function in typeref:typename:int
  /src/sys/compat/linux/arch/i386/
linux_ptrace.c 121 linux_sys_ptrace_arch(struct lwp *l, const struct linux_sys_ptrace_args *uap, function in typeref:typename:int
  /src/sys/compat/linux/arch/powerpc/
linux_ptrace.c 99 linux_sys_ptrace_arch(struct lwp *l, const struct linux_sys_ptrace_args *uap, function in typeref:typename:int

Completed in 14 milliseconds