Searched refs:linux_shutdown (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_socket.c | 1791 linux_shutdown(struct thread *td, struct linux_shutdown_args *args) in linux_shutdown() function 2258 return (linux_shutdown(td, arg)); in linux_socketcall()
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 68 …{ .sy_narg = AS(linux_shutdown_args), .sy_call = (sy_call_t *)linux_shutdown, .sy_auevent = AUE_NU…
|
| H A D | linux_proto.h | 1418 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 393 …{ .sy_narg = AS(linux_shutdown_args), .sy_call = (sy_call_t *)linux_shutdown, .sy_auevent = AUE_NU…
|
| H A D | linux32_proto.h | 1941 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 393 …{ .sy_narg = AS(linux_shutdown_args), .sy_call = (sy_call_t *)linux_shutdown, .sy_auevent = AUE_NU…
|
| H A D | linux_proto.h | 1936 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 313 …{ .sy_narg = AS(linux_shutdown_args), .sy_call = (sy_call_t *)linux_shutdown, .sy_auevent = AUE_NU…
|
| H A D | linux_proto.h | 1427 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 230 …{ .sy_narg = AS(linux_shutdown_args), .sy_call = (sy_call_t *)linux_shutdown, .sy_auevent = AUE_NU…
|
| H A D | linux_proto.h | 1363 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
|