Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysvec.c513 linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args) in linux_sigreturn()
H A Dlinux32_sysent.c139 …{ AS(linux_sigreturn_args), (sy_call_t *)linux_sigreturn, AUE_SIGRETURN, NULL, 0, 0, 0, SY_THR_STA…
H A Dlinux32_proto.h376 struct linux_sigreturn_args { struct
1598 int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
H A Dlinux32_systrace_args.c803 struct linux_sigreturn_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysvec.c613 linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args) in linux_sigreturn()
H A Dlinux_sysent.c139 …{ AS(linux_sigreturn_args), (sy_call_t *)linux_sigreturn, AUE_SIGRETURN, NULL, 0, 0, 0, SY_THR_STA…
H A Dlinux_proto.h379 struct linux_sigreturn_args { struct
1617 int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
H A Dlinux_systrace_args.c832 struct linux_sigreturn_args *p = params; in systrace_args()