Searched refs:linux_sendfile_args (Results 1 – 13 of 13) sorted by relevance
| /freebsd-head/sys/arm64/linux/ |
| HD | linux_proto.h | 308 struct linux_sendfile_args { struct 1301 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| HD | linux_sysent.c | 88 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| HD | linux_systrace_args.c | 566 struct linux_sendfile_args *p = params; in systrace_args()
|
| /freebsd-head/sys/amd64/linux/ |
| HD | linux_proto.h | 194 struct linux_sendfile_args { struct 1473 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| HD | linux_sysent.c | 57 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| HD | linux_systrace_args.c | 356 struct linux_sendfile_args *p = params; in systrace_args()
|
| /freebsd-head/sys/amd64/linux32/ |
| HD | linux32_proto.h | 616 struct linux_sendfile_args { struct 1878 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| HD | linux32_sysent.c | 205 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| HD | linux32_systrace_args.c | 1297 struct linux_sendfile_args *p = params; in systrace_args()
|
| /freebsd-head/sys/i386/linux/ |
| HD | linux_proto.h | 616 struct linux_sendfile_args { struct 1873 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| HD | linux_sysent.c | 204 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
|
| HD | linux_systrace_args.c | 1330 struct linux_sendfile_args *p = params; in systrace_args()
|
| /freebsd-head/sys/compat/linux/ |
| HD | linux_socket.c | 2609 linux_sendfile(struct thread *td, struct linux_sendfile_args *arg) in linux_sendfile()
|