Searched refs:linux_sigreturn_args (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/i386/linux/
H A Dlinux_sysent.c140 { AS(linux_sigreturn_args), (sy_call_t *)linux_sigreturn, AUE_SIGRETURN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 119 = linux_sigreturn */
H A Dlinux_sysvec.c675 linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args)
H A Dlinux_proto.h379 struct linux_sigreturn_args { struct
1269 int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
H A Dlinux_systrace_args.c832 struct linux_sigreturn_args *p = params;
/freebsd-11.0-release/sys/amd64/linux32/
H A Dlinux32_sysent.c141 { AS(linux_sigreturn_args), (sy_call_t *)linux_sigreturn, AUE_SIGRETURN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 119 = linux_sigreturn */
H A Dlinux32_sysvec.c547 linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args)
H A Dlinux32_proto.h376 struct linux_sigreturn_args { struct
1250 int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
H A Dlinux32_systrace_args.c803 struct linux_sigreturn_args *p = params;

Completed in 92 milliseconds