Symbol: AUE_TRUNCATE
sys/amd64/linux/linux_proto.h
1819
#define LINUX_SYS_AUE_linux_truncate AUE_TRUNCATE
sys/amd64/linux/linux_sysent.c
93
{ .sy_narg = AS(linux_truncate_args), .sy_call = (sy_call_t *)linux_truncate, .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 76 = linux_truncate */
sys/amd64/linux32/linux32_proto.h
2183
#define LINUX32_SYS_AUE_linux_truncate AUE_TRUNCATE
sys/amd64/linux32/linux32_proto.h
2259
#define LINUX32_SYS_AUE_linux_truncate64 AUE_TRUNCATE
sys/amd64/linux32/linux32_sysent.c
110
{ .sy_narg = AS(linux_truncate_args), .sy_call = (sy_call_t *)linux_truncate, .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 92 = linux_truncate */
sys/amd64/linux32/linux32_sysent.c
211
{ .sy_narg = AS(linux_truncate64_args), .sy_call = (sy_call_t *)linux_truncate64, .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 193 = linux_truncate64 */
sys/arm64/linux/linux_proto.h
1546
#define LINUX_SYS_AUE_linux_truncate AUE_TRUNCATE
sys/arm64/linux/linux_sysent.c
62
{ .sy_narg = AS(linux_truncate_args), .sy_call = (sy_call_t *)linux_truncate, .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 45 = linux_truncate */
sys/bsm/audit_kevents.h
714
#define AUE_O_TRUNCATE AUE_TRUNCATE /* Darwin */
sys/compat/freebsd32/freebsd32_proto.h
1194
#define FREEBSD32_SYS_AUE_ofreebsd32_truncate AUE_TRUNCATE
sys/compat/freebsd32/freebsd32_proto.h
1215
#define FREEBSD32_SYS_AUE_freebsd6_freebsd32_truncate AUE_TRUNCATE
sys/compat/freebsd32/freebsd32_proto.h
1291
#define FREEBSD32_SYS_AUE_freebsd32_truncate AUE_TRUNCATE
sys/compat/freebsd32/freebsd32_sysent.c
199
{ compat(AS(ofreebsd32_truncate_args),freebsd32_truncate), .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 129 = old freebsd32_truncate */
sys/compat/freebsd32/freebsd32_sysent.c
270
{ compat6(AS(freebsd6_freebsd32_truncate_args),freebsd32_truncate), .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 200 = freebsd6 freebsd32_truncate */
sys/compat/freebsd32/freebsd32_sysent.c
549
{ .sy_narg = AS(freebsd32_truncate_args), .sy_call = (sy_call_t *)freebsd32_truncate, .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 479 = freebsd32_truncate */
sys/i386/linux/linux_proto.h
2177
#define LINUX_SYS_AUE_linux_truncate AUE_TRUNCATE
sys/i386/linux/linux_proto.h
2256
#define LINUX_SYS_AUE_linux_truncate64 AUE_TRUNCATE
sys/i386/linux/linux_sysent.c
109
{ .sy_narg = AS(linux_truncate_args), .sy_call = (sy_call_t *)linux_truncate, .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 92 = linux_truncate */
sys/i386/linux/linux_sysent.c
210
{ .sy_narg = AS(linux_truncate64_args), .sy_call = (sy_call_t *)linux_truncate64, .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 193 = linux_truncate64 */
sys/kern/init_sysent.c
198
{ compat(AS(otruncate_args),truncate), .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 129 = old truncate */
sys/kern/init_sysent.c
269
{ compat6(AS(freebsd6_truncate_args),truncate), .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 200 = freebsd6 truncate */
sys/kern/init_sysent.c
548
{ .sy_narg = AS(truncate_args), .sy_call = (sy_call_t *)sys_truncate, .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 479 = truncate */
sys/security/audit/audit_bsm.c
838
case AUE_TRUNCATE:
sys/sys/sysproto.h
2968
#define SYS_AUE_otruncate AUE_TRUNCATE
sys/sys/sysproto.h
3021
#define SYS_AUE_freebsd6_truncate AUE_TRUNCATE
sys/sys/sysproto.h
3228
#define SYS_AUE_truncate AUE_TRUNCATE