Searched refs:linux_exit_group_args (Results 1 – 13 of 13) sorted by relevance
| /src/sys/arm64/linux/ |
| H A D | linux_proto.h | 408 struct linux_exit_group_args { struct 1324 int linux_exit_group(struct thread *, struct linux_exit_group_args *);
|
| H A D | linux_sysent.c | 111 …{ .sy_narg = AS(linux_exit_group_args), .sy_call = (sy_call_t *)linux_exit_group, .sy_auevent = AU…
|
| H A D | linux_systrace_args.c | 758 struct linux_exit_group_args *p = params; in systrace_args()
|
| /src/sys/amd64/linux/ |
| H A D | linux_proto.h | 820 struct linux_exit_group_args { struct 1620 int linux_exit_group(struct thread *, struct linux_exit_group_args *);
|
| H A D | linux_sysent.c | 248 …{ .sy_narg = AS(linux_exit_group_args), .sy_call = (sy_call_t *)linux_exit_group, .sy_auevent = AU…
|
| H A D | linux_systrace_args.c | 1753 struct linux_exit_group_args *p = params; in systrace_args()
|
| /src/sys/i386/linux/ |
| H A D | linux_proto.h | 820 struct linux_exit_group_args { struct 1919 int linux_exit_group(struct thread *, struct linux_exit_group_args *);
|
| H A D | linux_sysent.c | 269 …{ .sy_narg = AS(linux_exit_group_args), .sy_call = (sy_call_t *)linux_exit_group, .sy_auevent = AU…
|
| H A D | linux_systrace_args.c | 1779 struct linux_exit_group_args *p = params; in systrace_args()
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_proto.h | 820 struct linux_exit_group_args { struct 1923 int linux_exit_group(struct thread *, struct linux_exit_group_args *);
|
| H A D | linux32_sysent.c | 270 …{ .sy_narg = AS(linux_exit_group_args), .sy_call = (sy_call_t *)linux_exit_group, .sy_auevent = AU…
|
| H A D | linux32_systrace_args.c | 1742 struct linux_exit_group_args *p = params; in systrace_args()
|
| /src/sys/compat/linux/ |
| H A D | linux_misc.c | 1536 linux_exit_group(struct thread *td, struct linux_exit_group_args *args) in linux_exit_group()
|