Searched refs:linux_sendto (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_socket.c | 1237 linux_sendto(struct thread *td, struct linux_sendto_args *args) in linux_sendto() function 2254 return (linux_sendto(td, arg)); in linux_socketcall()
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 64 …{ .sy_narg = AS(linux_sendto_args), .sy_call = (sy_call_t *)linux_sendto, .sy_auevent = AUE_SENDTO…
|
| H A D | linux_proto.h | 1414 int linux_sendto(struct thread *, struct linux_sendto_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 389 …{ .sy_narg = AS(linux_sendto_args), .sy_call = (sy_call_t *)linux_sendto, .sy_auevent = AUE_SENDTO…
|
| H A D | linux32_proto.h | 1937 int linux_sendto(struct thread *, struct linux_sendto_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 389 …{ .sy_narg = AS(linux_sendto_args), .sy_call = (sy_call_t *)linux_sendto, .sy_auevent = AUE_SENDTO…
|
| H A D | linux_proto.h | 1932 int linux_sendto(struct thread *, struct linux_sendto_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 310 …{ .sy_narg = AS(linux_sendto_args), .sy_call = (sy_call_t *)linux_sendto, .sy_auevent = AUE_SENDTO…
|
| H A D | linux_proto.h | 1424 int linux_sendto(struct thread *, struct linux_sendto_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 226 …{ .sy_narg = AS(linux_sendto_args), .sy_call = (sy_call_t *)linux_sendto, .sy_auevent = AUE_SENDTO…
|
| H A D | linux_proto.h | 1359 int linux_sendto(struct thread *, struct linux_sendto_args *);
|