Symbol: AUE_SENDFILE
sys/amd64/linux/linux_proto.h
1786
#define LINUX_SYS_AUE_linux_sendfile AUE_SENDFILE
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/linux32/linux32_proto.h
2255
#define LINUX32_SYS_AUE_linux_sendfile AUE_SENDFILE
sys/amd64/linux32/linux32_proto.h
2291
#define LINUX32_SYS_AUE_linux_sendfile64 AUE_SENDFILE
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_sysent.c
257
{ .sy_narg = AS(linux_sendfile64_args), .sy_call = (sy_call_t *)linux_sendfile64, .sy_auevent = AUE_SENDFILE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 239 = linux_sendfile64 */
sys/arm64/linux/linux_proto.h
1564
#define LINUX_SYS_AUE_linux_sendfile AUE_SENDFILE
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/compat/freebsd32/freebsd32_proto.h
1255
#define FREEBSD32_SYS_AUE_freebsd4_freebsd32_sendfile AUE_SENDFILE
sys/compat/freebsd32/freebsd32_proto.h
1264
#define FREEBSD32_SYS_AUE_freebsd32_sendfile AUE_SENDFILE
sys/compat/freebsd32/freebsd32_sysent.c
406
{ compat4(AS(freebsd4_freebsd32_sendfile_args),freebsd32_sendfile), .sy_auevent = AUE_SENDFILE, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 336 = freebsd4 freebsd32_sendfile */
sys/compat/freebsd32/freebsd32_sysent.c
463
{ .sy_narg = AS(freebsd32_sendfile_args), .sy_call = (sy_call_t *)freebsd32_sendfile, .sy_auevent = AUE_SENDFILE, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 393 = freebsd32_sendfile */
sys/i386/linux/linux_proto.h
2252
#define LINUX_SYS_AUE_linux_sendfile AUE_SENDFILE
sys/i386/linux/linux_proto.h
2288
#define LINUX_SYS_AUE_linux_sendfile64 AUE_SENDFILE
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_sysent.c
256
{ .sy_narg = AS(linux_sendfile64_args), .sy_call = (sy_call_t *)linux_sendfile64, .sy_auevent = AUE_SENDFILE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 239 = linux_sendfile64 */
sys/kern/init_sysent.c
405
{ compat4(AS(freebsd4_sendfile_args),sendfile), .sy_auevent = AUE_SENDFILE, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 336 = freebsd4 sendfile */
sys/kern/init_sysent.c
462
{ .sy_narg = AS(sendfile_args), .sy_call = (sy_call_t *)sys_sendfile, .sy_auevent = AUE_SENDFILE, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 393 = sendfile */
sys/security/audit/audit_bsm.c
592
case AUE_SENDFILE:
sys/sys/sysproto.h
3107
#define SYS_AUE_freebsd4_sendfile AUE_SENDFILE
sys/sys/sysproto.h
3151
#define SYS_AUE_sendfile AUE_SENDFILE