Searched refs:linux_exit (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_fork.c | 473 linux_exit(struct thread *td, struct linux_exit_args *args) in linux_exit() function
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 110 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
|
H A D | linux_proto.h | 1323 int linux_exit(struct thread *, struct linux_exit_args *);
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 18 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
|
H A D | linux_proto.h | 1735 int linux_exit(struct thread *, struct linux_exit_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 77 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
|
H A D | linux_proto.h | 1496 int linux_exit(struct thread *, struct linux_exit_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 19 …{ .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_…
|
H A D | linux32_proto.h | 1741 int linux_exit(struct thread *, struct linux_exit_args *);
|