Searched refs:linux_sendfile_args (Results 1 – 13 of 13) sorted by relevance
| /src/sys/arm64/linux/ |
| H A D | linux_proto.h | 311 struct linux_sendfile_args { struct 1304 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| 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_systrace_args.c | 573 struct linux_sendfile_args *p = params; in systrace_args()
|
| /src/sys/amd64/linux/ |
| H A D | linux_proto.h | 194 struct linux_sendfile_args { struct 1476 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| 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_systrace_args.c | 356 struct linux_sendfile_args *p = params; in systrace_args()
|
| /src/sys/i386/linux/ |
| H A D | linux_proto.h | 616 struct linux_sendfile_args { struct 1876 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| 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_systrace_args.c | 1330 struct linux_sendfile_args *p = params; in systrace_args()
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_proto.h | 616 struct linux_sendfile_args { struct 1881 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
|
| 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_systrace_args.c | 1297 struct linux_sendfile_args *p = params; in systrace_args()
|
| /src/sys/compat/linux/ |
| H A D | linux_socket.c | 2637 linux_sendfile(struct thread *td, struct linux_sendfile_args *arg) in linux_sendfile()
|