HomeSort by: relevance | last modified time | path
    Searched refs:linux_sys_ptrace_args (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/compat/linux/common/
linux_ptrace.h 55 struct linux_sys_ptrace_args;
56 int linux_sys_ptrace_arch(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
linux_misc.c 1270 linux_sys_ptrace(struct lwp *l, const struct linux_sys_ptrace_args *uap, register_t *retval)
  /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)
linux_syscallargs.h 104 struct linux_sys_ptrace_args { struct
1488 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
linux_sysent.c 146 ns(struct linux_sys_ptrace_args),
  /src/sys/compat/linux/arch/arm/
linux_ptrace.c 93 linux_sys_ptrace_arch(struct lwp *l, const struct linux_sys_ptrace_args *uap,
linux_syscallargs.h 109 struct linux_sys_ptrace_args { struct
1454 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
linux_sysent.c 146 ns(struct linux_sys_ptrace_args),
linux_systrace_args.c 182 const struct linux_sys_ptrace_args *p = params;
  /src/sys/compat/linux/arch/i386/
linux_ptrace.c 121 linux_sys_ptrace_arch(struct lwp *l, const struct linux_sys_ptrace_args *uap,
linux_syscallargs.h 114 struct linux_sys_ptrace_args { struct
1474 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
linux_sysent.c 147 ns(struct linux_sys_ptrace_args),
  /src/sys/compat/linux/arch/powerpc/
linux_ptrace.c 99 linux_sys_ptrace_arch(struct lwp *l, const struct linux_sys_ptrace_args *uap,
linux_syscallargs.h 104 struct linux_sys_ptrace_args { struct
1377 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
linux_sysent.c 144 ns(struct linux_sys_ptrace_args),
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 545 struct linux_sys_ptrace_args { struct
1348 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
linux_sysent.c 557 ns(struct linux_sys_ptrace_args),
linux_systrace_args.c 819 const struct linux_sys_ptrace_args *p = params;
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 101 struct linux_sys_ptrace_args { struct
1476 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
linux_sysent.c 149 ns(struct linux_sys_ptrace_args),
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 461 struct linux_sys_ptrace_args { struct
1544 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
linux_sysent.c 561 ns(struct linux_sys_ptrace_args),
linux_systrace_args.c 873 const struct linux_sys_ptrace_args *p = params;
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 112 struct linux_sys_ptrace_args { struct
1446 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
linux_sysent.c 155 ns(struct linux_sys_ptrace_args),

Completed in 62 milliseconds

1 2