Searched refs:linux_rt_sigreturn_args (Results 1 – 14 of 14) sorted by relevance
| /src/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()
|
| H A D | linux_proto.h | 597 struct linux_rt_sigreturn_args { struct 1367 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
|
| /src/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()
|
| H A D | linux_proto.h | 96 struct linux_rt_sigreturn_args { struct 1455 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
|
| 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_systrace_args.c | 149 struct linux_rt_sigreturn_args *p = params; in systrace_args()
|
| /src/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()
|
| H A D | linux_proto.h | 549 struct linux_rt_sigreturn_args { struct 1862 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
|
| 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_systrace_args.c | 1207 struct linux_rt_sigreturn_args *p = params; in systrace_args()
|
| /src/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()
|
| H A D | linux32_proto.h | 547 struct linux_rt_sigreturn_args { struct 1867 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
|
| 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_systrace_args.c | 1172 struct linux_rt_sigreturn_args *p = params; in systrace_args()
|