Searched refs:linux_rt_sigreturn (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 253 linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args) in linux_rt_sigreturn() function
|
| H A D | linux_sysent.c | 156 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_rt_sigreturn, .sy_auevent = AUE_NULL, .sy_flags = 0,…
|
| H A D | linux_proto.h | 1367 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 356 linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args) in linux_rt_sigreturn() function
|
| H A D | linux_sysent.c | 32 …{ .sy_narg = AS(linux_rt_sigreturn_args), .sy_call = (sy_call_t *)linux_rt_sigreturn, .sy_auevent …
|
| H A D | linux_proto.h | 1455 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysvec.c | 429 linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args) in linux_rt_sigreturn() function
|
| H A D | linux_sysent.c | 190 …{ .sy_narg = AS(linux_rt_sigreturn_args), .sy_call = (sy_call_t *)linux_rt_sigreturn, .sy_auevent …
|
| H A D | linux_proto.h | 1862 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 432 linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args) in linux_rt_sigreturn() function
|
| H A D | linux32_sysent.c | 191 …{ .sy_narg = AS(linux_rt_sigreturn_args), .sy_call = (sy_call_t *)linux_rt_sigreturn, .sy_auevent …
|
| H A D | linux32_proto.h | 1867 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
|