/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 551 check_syscall_args(linux_sys_ptrace) 1348 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
|
linux_sysent.c | 558 .sy_call = (sy_call_t *)linux_sys_ptrace
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 107 check_syscall_args(linux_sys_ptrace) 1476 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
|
linux_sysent.c | 150 .sy_call = (sy_call_t *)linux_sys_ptrace
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 467 check_syscall_args(linux_sys_ptrace) 1544 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
|
linux_sysent.c | 562 .sy_call = (sy_call_t *)linux_sys_ptrace
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 115 check_syscall_args(linux_sys_ptrace) 1454 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
|
linux_sysent.c | 147 .sy_call = (sy_call_t *)linux_sys_ptrace
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 120 check_syscall_args(linux_sys_ptrace) 1474 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
|
linux_sysent.c | 148 .sy_call = (sy_call_t *)linux_sys_ptrace
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 118 check_syscall_args(linux_sys_ptrace) 1446 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
|
linux_sysent.c | 156 .sy_call = (sy_call_t *)linux_sys_ptrace
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 110 check_syscall_args(linux_sys_ptrace) 1488 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
|
linux_sysent.c | 147 .sy_call = (sy_call_t *)linux_sys_ptrace
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 110 check_syscall_args(linux_sys_ptrace) 1377 int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
|
linux_sysent.c | 145 .sy_call = (sy_call_t *)linux_sys_ptrace
|
/src/sys/compat/linux/common/ |
linux_misc.c | 1270 linux_sys_ptrace(struct lwp *l, const struct linux_sys_ptrace_args *uap, register_t *retval) function in typeref:typename:int
|