Searched refs:linux_shutdown (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_socket.c | 2048 linux_shutdown(struct thread *td, struct linux_shutdown_args *args) in linux_shutdown() function 2769 return (linux_shutdown(td, arg)); in linux_socketcall()
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux_sysent.c | 227 …{ .sy_narg = AS(linux_shutdown_args), .sy_call = (sy_call_t *)linux_shutdown, .sy_auevent = AUE_NU…
|
| H A D | linux_proto.h | 1419 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysent.c | 390 …{ .sy_narg = AS(linux_shutdown_args), .sy_call = (sy_call_t *)linux_shutdown, .sy_auevent = AUE_NU…
|
| H A D | linux_proto.h | 2038 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysent.c | 65 …{ .sy_narg = AS(linux_shutdown_args), .sy_call = (sy_call_t *)linux_shutdown, .sy_auevent = AUE_NU…
|
| H A D | linux_proto.h | 1484 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 391 …{ .sy_narg = AS(linux_shutdown_args), .sy_call = (sy_call_t *)linux_shutdown, .sy_auevent = AUE_NU…
|
| H A D | linux32_proto.h | 2042 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
|