Searched refs:linux_sendmsg (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_socket.c | 1121 linux_sendmsg(struct thread *td, struct linux_sendmsg_args *args) in linux_sendmsg() function 1685 return (linux_sendmsg(td, arg)); in linux_socketcall()
|
| /freebsd-12-stable/sys/arm64/linux/ |
| D | linux_sysent.c | 231 …{ AS(linux_sendmsg_args), (sy_call_t *)linux_sendmsg, AUE_SENDMSG, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| D | linux_proto.h | 1238 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
|
| /freebsd-12-stable/sys/amd64/linux/ |
| D | linux_sysent.c | 66 …{ AS(linux_sendmsg_args), (sy_call_t *)linux_sendmsg, AUE_SENDMSG, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| D | linux_proto.h | 1321 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
|
| /freebsd-12-stable/sys/amd64/linux32/ |
| D | linux32_sysent.c | 390 …{ AS(linux_sendmsg_args), (sy_call_t *)linux_sendmsg, AUE_SENDMSG, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| D | linux32_proto.h | 1833 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
|
| /freebsd-12-stable/sys/i386/linux/ |
| D | linux_sysent.c | 390 …{ AS(linux_sendmsg_args), (sy_call_t *)linux_sendmsg, AUE_SENDMSG, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| D | linux_proto.h | 1842 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
|