Searched refs:linux_shutdown (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/compat/linux/ |
| HD | linux_socket.h | 264 int linux_shutdown(struct thread *td, struct linux_shutdown_args *args);
|
| HD | linux_socket.c | 1465 linux_shutdown(struct thread *td, struct linux_shutdown_args *args) in linux_shutdown() function 1688 return (linux_shutdown(td, arg)); in linux_socketcall()
|
| /NextBSD/sys/amd64/linux/ |
| HD | linux_sysent.c | 69 …{ AS(linux_shutdown_args), (sy_call_t *)linux_shutdown, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, …
|
| HD | linux_proto.h | 1151 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
|