Home
last modified time | relevance | path

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

/freebsd-head/sys/arm64/linux/
HDlinux_proto.h308 struct linux_sendfile_args { struct
1301 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
HDlinux_sysent.c88 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
HDlinux_systrace_args.c566 struct linux_sendfile_args *p = params; in systrace_args()
/freebsd-head/sys/amd64/linux/
HDlinux_proto.h194 struct linux_sendfile_args { struct
1473 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
HDlinux_sysent.c57 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
HDlinux_systrace_args.c356 struct linux_sendfile_args *p = params; in systrace_args()
/freebsd-head/sys/amd64/linux32/
HDlinux32_proto.h616 struct linux_sendfile_args { struct
1878 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
HDlinux32_sysent.c205 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
HDlinux32_systrace_args.c1297 struct linux_sendfile_args *p = params; in systrace_args()
/freebsd-head/sys/i386/linux/
HDlinux_proto.h616 struct linux_sendfile_args { struct
1873 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
HDlinux_sysent.c204 …{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SE…
HDlinux_systrace_args.c1330 struct linux_sendfile_args *p = params; in systrace_args()
/freebsd-head/sys/compat/linux/
HDlinux_socket.c2609 linux_sendfile(struct thread *td, struct linux_sendfile_args *arg) in linux_sendfile()