Searched refs:linux_sendfile (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 2608 linux_sendfile(struct thread *td, struct linux_sendfile_args *arg) in linux_sendfile() function 2756 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…
|
/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…
|
/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…
|
/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…
|