Searched refs:linux_socket_args (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c61 { AS(linux_socket_args), (sy_call_t *)linux_socket, AUE_SOCKET, NULL, 0, 0, 0, SY_THR_STATIC }, /* 41 = linux_socket */
H A Dlinux_proto.h181 struct linux_socket_args { struct
1274 int linux_socket(struct thread *, struct linux_socket_args *);
H A Dlinux_systrace_args.c366 struct linux_socket_args *p = params;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_socket.c698 linux_socket(struct thread *td, struct linux_socket_args *args)
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c380 { AS(linux_socket_args), (sy_call_t *)linux_socket, AUE_SOCKET, NULL, 0, 0, 0, SY_THR_STATIC }, /* 359 = linux_socket */
H A Dlinux32_proto.h1233 struct linux_socket_args { struct
1794 int linux_socket(struct thread *, struct linux_socket_args *);
H A Dlinux32_systrace_args.c2483 struct linux_socket_args *p = params;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c379 { AS(linux_socket_args), (sy_call_t *)linux_socket, AUE_SOCKET, NULL, 0, 0, 0, SY_THR_STATIC }, /* 359 = linux_socket */
H A Dlinux_proto.h1251 struct linux_socket_args { struct
1814 int linux_socket(struct thread *, struct linux_socket_args *);
H A Dlinux_systrace_args.c2559 struct linux_socket_args *p = params;

Completed in 234 milliseconds