/src/sys/compat/linux/arch/arm/ |
linux_machdep.c | 198 linux_sys_sigreturn(struct lwp *l, const struct linux_sys_sigreturn_args *v, function in typeref:typename:int
|
linux_syscallargs.h | 423 check_syscall_args(linux_sys_sigreturn) 1611 int linux_sys_sigreturn(struct lwp *, const struct linux_sys_sigreturn_args *, register_t *);
|
linux_sysent.c | 550 .sy_call = (sy_call_t *)linux_sys_sigreturn
|
/src/sys/compat/linux/arch/alpha/ |
linux_machdep.c | 447 linux_sys_sigreturn(struct lwp *l, const struct linux_sys_sigreturn_args *uap, register_t *retval) function in typeref:typename:int
|
linux_syscallargs.h | 278 check_syscall_args(linux_sys_sigreturn) 1568 int linux_sys_sigreturn(struct lwp *, const struct linux_sys_sigreturn_args *, register_t *);
|
linux_sysent.c | 450 .sy_call = (sy_call_t *)linux_sys_sigreturn
|
/src/sys/compat/linux/arch/powerpc/ |
linux_machdep.c | 364 linux_sys_sigreturn(struct lwp *l, const struct linux_sys_sigreturn_args *uap, register_t *retval) function in typeref:typename:int 399 printf("linux_sys_sigreturn: trapframe=0x%lx scp=0x%lx\n",
|
linux_syscallargs.h | 398 check_syscall_args(linux_sys_sigreturn) 1534 int linux_sys_sigreturn(struct lwp *, const struct linux_sys_sigreturn_args *, register_t *);
|
linux_sysent.c | 547 .sy_call = (sy_call_t *)linux_sys_sigreturn
|
/src/sys/compat/linux/arch/mips/ |
linux_machdep.c | 287 linux_sys_sigreturn(struct lwp *l, const struct linux_sys_sigreturn_args *uap, register_t *retval) function in typeref:typename:int 304 printf("linux_sys_sigreturn()\n");
|
linux_syscallargs.h | 386 check_syscall_args(linux_sys_sigreturn) 1638 int linux_sys_sigreturn(struct lwp *, const struct linux_sys_sigreturn_args *, register_t *);
|
linux_sysent.c | 538 .sy_call = (sy_call_t *)linux_sys_sigreturn
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 440 check_syscall_args(linux_sys_sigreturn) 1635 int linux_sys_sigreturn(struct lwp *, const struct linux_sys_sigreturn_args *, register_t *);
|
linux_machdep.c | 406 linux_sys_sigreturn(struct lwp *l, const struct linux_sys_sigreturn_args *uap, register_t *retval) function in typeref:typename:int
|
linux_sysent.c | 553 .sy_call = (sy_call_t *)linux_sys_sigreturn
|
/src/sys/compat/linux/arch/m68k/ |
linux_machdep.c | 484 * The linux_sys_sigreturn and linux_sys_rt_sigreturn 500 linux_sys_sigreturn(struct lwp *l, const void *v, register_t *retval) function in typeref:typename:int 521 printf("linux_sys_sigreturn: pid %d, usp %p\n", 552 panic("linux_sys_sigreturn: adj: %d != %d", 602 printf("linux_sys_sigreturn(%d): copy in %d of frame type %d\n", 643 printf("linux_sys_sigreturn(%d): copied in FP state (%x) at %p\n", 648 printf("linux_sys_sigreturn(%d): returns\n", p->p_pid);
|
linux_sysent.c | 571 .sy_call = (sy_call_t *)linux_sys_sigreturn
|
linux_syscallargs.h | 1608 int linux_sys_sigreturn(struct lwp *, const void *, register_t *);
|