Searched refs:linux_sendfile (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_socket.c | 2637 linux_sendfile(struct thread *td, struct linux_sendfile_args *arg) in linux_sendfile() function 2785 return (linux_sendfile(td, arg)); in linux_socketcall()
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux_sysent.c | 88 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| H A D | linux_proto.h | 1304 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysent.c | 204 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| H A D | linux_proto.h | 1876 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysent.c | 57 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| H A D | linux_proto.h | 1476 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 205 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| H A D | linux32_proto.h | 1881 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|