Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/compat/linux/
Dlinux_socket.h218 struct linux_sendmsg_args { struct
262 int linux_sendmsg(struct thread *td, struct linux_sendmsg_args *args);
Dlinux_socket.c1238 linux_sendmsg(struct thread *td, struct linux_sendmsg_args *args) in linux_sendmsg()
/freebsd-10-stable/sys/amd64/linux/
Dlinux_sysent.c66 …{ AS(linux_sendmsg_args), (sy_call_t *)linux_sendmsg, AUE_SENDMSG, NULL, 0, 0, 0, SY_THR_STATIC },…
Dlinux_proto.h212 struct linux_sendmsg_args { struct
1148 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
Dlinux_systrace_args.c417 struct linux_sendmsg_args *p = params; in systrace_args()