Searched refs:AUE_EXIT (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/openbsm/sys/bsm/
H A Daudit_kevents.h49 #define AUE_EXIT 1 macro
/freebsd-13-stable/sys/bsm/
H A Daudit_kevents.h53 #define AUE_EXIT 1 macro
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_sysent.c113 { .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 93 = linux_exit */
114 { .sy_narg = AS(linux_exit_group_args), .sy_call = (sy_call_t *)linux_exit_group, .sy_auevent = AUE_EXIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 94 = linux_exit_group */
H A Dlinux_proto.h1465 #define LINUX_SYS_AUE_linux_exit AUE_EXIT
1466 #define LINUX_SYS_AUE_linux_exit_group AUE_EXIT
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysent.c21 { .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 1 = linux_exit */
272 { .sy_narg = AS(linux_exit_group_args), .sy_call = (sy_call_t *)linux_exit_group, .sy_auevent = AUE_EXIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 252 = linux_exit_group */
H A Dlinux_proto.h1988 #define LINUX_SYS_AUE_linux_exit AUE_EXIT
2170 #define LINUX_SYS_AUE_linux_exit_group AUE_EXIT
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c21 { .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 1 = linux_exit */
272 { .sy_narg = AS(linux_exit_group_args), .sy_call = (sy_call_t *)linux_exit_group, .sy_auevent = AUE_EXIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 252 = linux_exit_group */
H A Dlinux32_proto.h1993 #define LINUX32_SYS_AUE_linux_exit AUE_EXIT
2173 #define LINUX32_SYS_AUE_linux_exit_group AUE_EXIT
/freebsd-13-stable/sys/arm/linux/
H A Dlinux_sysent.c21 { .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 1 = linux_exit */
268 { .sy_narg = AS(linux_exit_group_args), .sy_call = (sy_call_t *)linux_exit_group, .sy_auevent = AUE_EXIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 248 = linux_exit_group */
H A Dlinux_proto.h1560 #define LINUX_SYS_AUE_linux_exit AUE_EXIT
1713 #define LINUX_SYS_AUE_linux_exit_group AUE_EXIT
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysent.c80 { .sy_narg = AS(linux_exit_args), .sy_call = (sy_call_t *)linux_exit, .sy_auevent = AUE_EXIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 60 = linux_exit */
251 { .sy_narg = AS(linux_exit_group_args), .sy_call = (sy_call_t *)linux_exit_group, .sy_auevent = AUE_EXIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 231 = linux_exit_group */
H A Dlinux_proto.h1716 #define LINUX_SYS_AUE_linux_exit AUE_EXIT
1841 #define LINUX_SYS_AUE_linux_exit_group AUE_EXIT
/freebsd-13-stable/sys/security/audit/
H A Daudit_bsm.c743 case AUE_EXIT:
/freebsd-13-stable/sys/kern/
H A Dinit_sysent.c59 { .sy_narg = AS(sys_exit_args), .sy_call = (sy_call_t *)sys_sys_exit, .sy_auevent = AUE_EXIT, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 1 = exit */
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c66 { .sy_narg = AS(sys_exit_args), .sy_call = (sy_call_t *)sys_sys_exit, .sy_auevent = AUE_EXIT, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 1 = exit */
/freebsd-13-stable/sys/sys/
H A Dsysproto.h2705 #define SYS_AUE_exit AUE_EXIT

Completed in 557 milliseconds