Home
last modified time | relevance | path

Searched refs:linux_sigreturn (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/sys/i386/linux/
H A Dlinux_sysvec.c356 linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args) in linux_sigreturn() function
H A Dlinux_sysent.c136 { .sy_narg = AS(linux_sigreturn_args), .sy_call = (sy_call_t *)linux_sigreturn, .sy_auevent = AUE_SIGRETURN, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 119 = linux_sigreturn */
H A Dlinux_proto.h1819 int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_sysvec.c360 linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args) in linux_sigreturn() function
H A Dlinux32_sysent.c137 { .sy_narg = AS(linux_sigreturn_args), .sy_call = (sy_call_t *)linux_sigreturn, .sy_auevent = AUE_SIGRETURN, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 119 = linux_sigreturn */
H A Dlinux32_proto.h1825 int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);