Searched refs:linux_sendfile (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_socket.c | 2116 linux_sendfile(struct thread *td, struct linux_sendfile_args *arg) in linux_sendfile() function 2274 return (linux_sendfile(td, arg)); in linux_socketcall()
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 60 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| H A D | linux_proto.h | 1410 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 207 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| H A D | linux32_proto.h | 1780 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 207 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| H A D | linux_proto.h | 1774 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 207 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| H A D | linux_proto.h | 1348 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 91 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| H A D | linux_proto.h | 1247 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|