Symbol: AUE_WAIT6
sys/amd64/linux/linux_proto.h
1945
#define LINUX_SYS_AUE_linux_waitid AUE_WAIT6
sys/amd64/linux/linux_sysent.c
264
{ .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 247 = linux_waitid */
sys/amd64/linux32/linux32_proto.h
2328
#define LINUX32_SYS_AUE_linux_waitid AUE_WAIT6
sys/amd64/linux32/linux32_sysent.c
302
{ .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 284 = linux_waitid */
sys/arm64/linux/linux_proto.h
1585
#define LINUX_SYS_AUE_linux_waitid AUE_WAIT6
sys/arm64/linux/linux_sysent.c
112
{ .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 95 = linux_waitid */
sys/compat/freebsd32/freebsd32_proto.h
1308
#define FREEBSD32_SYS_AUE_freebsd32_wait6 AUE_WAIT6
sys/compat/freebsd32/freebsd32_sysent.c
602
{ .sy_narg = AS(freebsd32_wait6_args), .sy_call = (sy_call_t *)freebsd32_wait6, .sy_auevent = AUE_WAIT6, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 532 = freebsd32_wait6 */
sys/i386/linux/linux_proto.h
2326
#define LINUX_SYS_AUE_linux_waitid AUE_WAIT6
sys/i386/linux/linux_sysent.c
301
{ .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 284 = linux_waitid */
sys/kern/init_sysent.c
601
{ .sy_narg = AS(wait6_args), .sy_call = (sy_call_t *)sys_wait6, .sy_auevent = AUE_WAIT6, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 532 = wait6 */
sys/security/audit/audit_bsm.c
1790
case AUE_WAIT6:
sys/sys/sysproto.h
3278
#define SYS_AUE_wait6 AUE_WAIT6