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

/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_proto.h374 struct linux_sigreturn_args { struct
1207 int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
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.c660 linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args)
H A Dlinux_systrace_args.c832 struct linux_sigreturn_args *p = params;
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_proto.h371 struct linux_sigreturn_args { struct
1187 int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
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.c563 linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args)
H A Dlinux32_systrace_args.c803 struct linux_sigreturn_args *p = params;

Completed in 178 milliseconds