Home
last modified time | relevance | path

Searched refs:linux_sendfile_args (Results 1 – 13 of 13) sorted by relevance

/src/sys/arm64/linux/
H A Dlinux_proto.h311 struct linux_sendfile_args { struct
1304 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
H A Dlinux_sysent.c88 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
H A Dlinux_systrace_args.c573 struct linux_sendfile_args *p = params; in systrace_args()
/src/sys/amd64/linux/
H A Dlinux_proto.h194 struct linux_sendfile_args { struct
1476 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
H A Dlinux_sysent.c57 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
H A Dlinux_systrace_args.c356 struct linux_sendfile_args *p = params; in systrace_args()
/src/sys/i386/linux/
H A Dlinux_proto.h616 struct linux_sendfile_args { struct
1876 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
H A Dlinux_sysent.c204 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
H A Dlinux_systrace_args.c1330 struct linux_sendfile_args *p = params; in systrace_args()
/src/sys/amd64/linux32/
H A Dlinux32_proto.h616 struct linux_sendfile_args { struct
1881 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
H A Dlinux32_sysent.c205 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
H A Dlinux32_systrace_args.c1297 struct linux_sendfile_args *p = params; in systrace_args()
/src/sys/compat/linux/
H A Dlinux_socket.c2637 linux_sendfile(struct thread *td, struct linux_sendfile_args *arg) in linux_sendfile()