Home
last modified time | relevance | path

Searched refs:linux_socket_args (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/compat/linux/
HDlinux_socket.h154 struct linux_socket_args { struct
251 int linux_socket(struct thread *td, struct linux_socket_args *args);
HDlinux_socket.c643 linux_socket(struct thread *td, struct linux_socket_args *args) in linux_socket()
/NextBSD/sys/amd64/linux/
HDlinux_sysent.c62 …{ AS(linux_socket_args), (sy_call_t *)linux_socket, AUE_SOCKET, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
HDlinux_proto.h182 struct linux_socket_args { struct
1144 int linux_socket(struct thread *, struct linux_socket_args *);
HDlinux_systrace_args.c366 struct linux_socket_args *p = params; in systrace_args()