Searched refs:AUE_FCHMOD (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/openbsm/sys/bsm/
H A Daudit_kevents.h89 #define AUE_FCHMOD 39 macro
/freebsd-13-stable/sys/bsm/
H A Daudit_kevents.h93 #define AUE_FCHMOD 39 macro
/freebsd-13-stable/sys/security/audit/
H A Daudit_bsm.c1024 case AUE_FCHMOD:
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_sysent.c72 { .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 52 = fchmod */
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysent.c114 { .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 94 = fchmod */
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c114 { .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 94 = fchmod */
/freebsd-13-stable/sys/arm/linux/
H A Dlinux_sysent.c114 { .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 94 = fchmod */
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysent.c111 { .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 91 = fchmod */
/freebsd-13-stable/sys/kern/
H A Dinit_sysent.c182 { .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 124 = fchmod */
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c189 { .sy_narg = AS(fchmod_args), .sy_call = (sy_call_t *)sys_fchmod, .sy_auevent = AUE_FCHMOD, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 124 = fchmod */
/freebsd-13-stable/sys/sys/
H A Dsysproto.h2818 #define SYS_AUE_fchmod AUE_FCHMOD

Completed in 156 milliseconds