Searched refs:linux_exit (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_fork.c | 369 linux_exit(struct thread *td, struct linux_exit_args *args) in linux_exit() function
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 80 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
|
| H A D | linux_proto.h | 1430 int linux_exit(struct thread *, struct linux_exit_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 21 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
|
| H A D | linux32_proto.h | 1642 int linux_exit(struct thread *, struct linux_exit_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 21 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
|
| H A D | linux_proto.h | 1635 int linux_exit(struct thread *, struct linux_exit_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 21 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
|
| H A D | linux_proto.h | 1234 int linux_exit(struct thread *, struct linux_exit_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 113 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
|
| H A D | linux_proto.h | 1266 int linux_exit(struct thread *, struct linux_exit_args *);
|