Home
last modified time | relevance | path

Searched refs:linux_shutdown (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/compat/linux/
HDlinux_socket.h264 int linux_shutdown(struct thread *td, struct linux_shutdown_args *args);
HDlinux_socket.c1465 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/
HDlinux_sysent.c69 …{ AS(linux_shutdown_args), (sy_call_t *)linux_shutdown, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, …
HDlinux_proto.h1151 int linux_shutdown(struct thread *, struct linux_shutdown_args *);