Symbol: linux_sendfile_args
sys/amd64/linux/linux_proto.h
1476
int linux_sendfile(struct thread *, struct linux_sendfile_args *);
sys/amd64/linux/linux_sysent.c
57
{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SENDFILE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 40 = linux_sendfile */
sys/amd64/linux/linux_systrace_args.c
356
struct linux_sendfile_args *p = params;
sys/amd64/linux32/linux32_proto.h
1881
int linux_sendfile(struct thread *, struct linux_sendfile_args *);
sys/amd64/linux32/linux32_sysent.c
205
{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SENDFILE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 187 = linux_sendfile */
sys/amd64/linux32/linux32_systrace_args.c
1297
struct linux_sendfile_args *p = params;
sys/arm64/linux/linux_proto.h
1304
int linux_sendfile(struct thread *, struct linux_sendfile_args *);
sys/arm64/linux/linux_sysent.c
88
{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SENDFILE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 71 = linux_sendfile */
sys/arm64/linux/linux_systrace_args.c
573
struct linux_sendfile_args *p = params;
sys/compat/linux/linux_socket.c
2698
linux_sendfile(struct thread *td, struct linux_sendfile_args *arg)
sys/i386/linux/linux_proto.h
1876
int linux_sendfile(struct thread *, struct linux_sendfile_args *);
sys/i386/linux/linux_sysent.c
204
{ .sy_narg = AS(linux_sendfile_args), .sy_call = (sy_call_t *)linux_sendfile, .sy_auevent = AUE_SENDFILE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 187 = linux_sendfile */
sys/i386/linux/linux_systrace_args.c
1330
struct linux_sendfile_args *p = params;