Symbol: linux_rt_sigreturn_args
sys/amd64/linux/linux_proto.h
1455
int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
sys/amd64/linux/linux_sysent.c
32
{ .sy_narg = AS(linux_rt_sigreturn_args), .sy_call = (sy_call_t *)linux_rt_sigreturn, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 15 = linux_rt_sigreturn */
sys/amd64/linux/linux_systrace_args.c
149
struct linux_rt_sigreturn_args *p = params;
sys/amd64/linux/linux_sysvec.c
356
linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args)
sys/amd64/linux32/linux32_proto.h
1867
int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
sys/amd64/linux32/linux32_sysent.c
191
{ .sy_narg = AS(linux_rt_sigreturn_args), .sy_call = (sy_call_t *)linux_rt_sigreturn, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 173 = linux_rt_sigreturn */
sys/amd64/linux32/linux32_systrace_args.c
1172
struct linux_rt_sigreturn_args *p = params;
sys/amd64/linux32/linux32_sysvec.c
432
linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args)
sys/arm64/linux/linux_proto.h
1367
int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
sys/arm64/linux/linux_sysvec.c
253
linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args)
sys/i386/linux/linux_proto.h
1862
int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
sys/i386/linux/linux_sysent.c
190
{ .sy_narg = AS(linux_rt_sigreturn_args), .sy_call = (sy_call_t *)linux_rt_sigreturn, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 173 = linux_rt_sigreturn */
sys/i386/linux/linux_systrace_args.c
1207
struct linux_rt_sigreturn_args *p = params;
sys/i386/linux/linux_sysvec.c
429
linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args)