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

/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c66 { AS(linux_sendmsg_args), (sy_call_t *)linux_sendmsg, AUE_SENDMSG, NULL, 0, 0, 0, SY_THR_STATIC }, /* 46 = linux_sendmsg */
H A Dlinux_proto.h212 struct linux_sendmsg_args { struct
1279 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
H A Dlinux_systrace_args.c417 struct linux_sendmsg_args *p = params;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_socket.c1237 linux_sendmsg(struct thread *td, struct linux_sendmsg_args *args)
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c391 { AS(linux_sendmsg_args), (sy_call_t *)linux_sendmsg, AUE_SENDMSG, NULL, 0, 0, 0, SY_THR_STATIC }, /* 370 = linux_sendmsg */
H A Dlinux32_proto.h1296 struct linux_sendmsg_args { struct
1805 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
H A Dlinux32_systrace_args.c2590 struct linux_sendmsg_args *p = params;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c390 { AS(linux_sendmsg_args), (sy_call_t *)linux_sendmsg, AUE_SENDMSG, NULL, 0, 0, 0, SY_THR_STATIC }, /* 370 = linux_sendmsg */
H A Dlinux_proto.h1314 struct linux_sendmsg_args { struct
1825 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
H A Dlinux_systrace_args.c2666 struct linux_sendmsg_args *p = params;

Completed in 249 milliseconds