Home
last modified time | relevance | path

Searched refs:linux_rt_sigreturn (Results 1 – 12 of 12) sorted by last modified time

/freebsd/sys/i386/linux/
H A Dlinux_proto.h1859 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
H A Dlinux_sysvec.c429 linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args) in linux_rt_sigreturn() function
H A Dlinux_sysent.c190 …{ .sy_narg = AS(linux_rt_sigreturn_args), .sy_call = (sy_call_t *)linux_rt_sigreturn, .sy_auevent …
/freebsd/sys/amd64/linux32/
H A Dlinux32_proto.h1864 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
H A Dlinux32_sysvec.c432 linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args) in linux_rt_sigreturn() function
H A Dlinux32_sysent.c191 …{ .sy_narg = AS(linux_rt_sigreturn_args), .sy_call = (sy_call_t *)linux_rt_sigreturn, .sy_auevent …
/freebsd/sys/arm64/linux/
H A Dlinux_proto.h1364 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
H A Dlinux_sysvec.c251 linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args) in linux_rt_sigreturn() function
H A Dlinux_sysent.c156 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_rt_sigreturn, .sy_auevent = AUE_NULL, .sy_flags = 0,…
/freebsd/sys/amd64/linux/
H A Dlinux_proto.h1452 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
H A Dlinux_sysvec.c356 linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args) in linux_rt_sigreturn() function
H A Dlinux_sysent.c32 …{ .sy_narg = AS(linux_rt_sigreturn_args), .sy_call = (sy_call_t *)linux_rt_sigreturn, .sy_auevent …