Searched refs:linux_sigreturn (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/sys/i386/linux/ |
H A D | linux_sysvec.c | 356 linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args) in linux_sigreturn() function
|
H A D | linux_sysent.c | 136 { .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 D | linux_proto.h | 1819 int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | 360 linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args) in linux_sigreturn() function
|
H A D | linux32_sysent.c | 137 { .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 D | linux32_proto.h | 1825 int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
|