Searched refs:linux_exit_group (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm64/linux/ |
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_proto.h | 1324 int linux_exit_group(struct thread *, struct linux_exit_group_args *);
|
/freebsd/sys/i386/linux/ |
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_proto.h | 1919 int linux_exit_group(struct thread *, struct linux_exit_group_args *);
|
/freebsd/sys/amd64/linux/ |
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_proto.h | 1620 int linux_exit_group(struct thread *, struct linux_exit_group_args *);
|
/freebsd/sys/amd64/linux32/ |
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_proto.h | 1923 int linux_exit_group(struct thread *, struct linux_exit_group_args *);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 1534 linux_exit_group(struct thread *td, struct linux_exit_group_args *args) in linux_exit_group() function
|