Searched refs:AUE_GETDIRENTRIES (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/openbsm/sys/bsm/
H A Daudit_kevents.h416 #define AUE_GETDIRENTRIES 43020 macro
688 #define AUE_O_GETDIRENTRIES AUE_GETDIRENTRIES /* Darwin */
/freebsd-12-stable/sys/bsm/
H A Daudit_kevents.h420 #define AUE_GETDIRENTRIES 43020 macro
693 #define AUE_O_GETDIRENTRIES AUE_GETDIRENTRIES /* Darwin */
/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_sysent.c100 { AS(ibcs2_getdents_args), (sy_call_t *)ibcs2_getdents, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 81 = ibcs2_getdents */
H A Dibcs2_proto.h412 #define IBCS2_SYS_AUE_ibcs2_getdents AUE_GETDIRENTRIES
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_sysent.c109 { AS(linux_readdir_args), (sy_call_t *)linux_readdir, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 89 = linux_readdir */
161 { AS(linux_getdents_args), (sy_call_t *)linux_getdents, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 141 = linux_getdents */
240 { AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 220 = linux_getdents64 */
H A Dlinux_proto.h1999 #define LINUX_SYS_AUE_linux_readdir AUE_GETDIRENTRIES
2039 #define LINUX_SYS_AUE_linux_getdents AUE_GETDIRENTRIES
2094 #define LINUX_SYS_AUE_linux_getdents64 AUE_GETDIRENTRIES
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c109 { AS(linux_readdir_args), (sy_call_t *)linux_readdir, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 89 = linux_readdir */
161 { AS(linux_getdents_args), (sy_call_t *)linux_getdents, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 141 = linux_getdents */
240 { AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 220 = linux_getdents64 */
H A Dlinux32_proto.h1991 #define LINUX32_SYS_AUE_linux_readdir AUE_GETDIRENTRIES
2028 #define LINUX32_SYS_AUE_linux_getdents AUE_GETDIRENTRIES
2084 #define LINUX32_SYS_AUE_linux_getdents64 AUE_GETDIRENTRIES
/freebsd-12-stable/sys/amd64/linux/
H A Dlinux_sysent.c98 { AS(linux_getdents_args), (sy_call_t *)linux_getdents, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 78 = linux_getdents */
237 { AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 217 = linux_getdents64 */
H A Dlinux_proto.h1675 #define LINUX_SYS_AUE_linux_getdents AUE_GETDIRENTRIES
1770 #define LINUX_SYS_AUE_linux_getdents64 AUE_GETDIRENTRIES
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c215 { compat(AS(ofreebsd32_getdirentries_args),freebsd32_getdirentries), AUE_GETDIRENTRIES, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 156 = old freebsd32_getdirentries */
255 { compat11(AS(freebsd11_freebsd32_getdirentries_args),freebsd32_getdirentries), AUE_GETDIRENTRIES, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 196 = freebsd11 freebsd32_getdirentries */
636 { AS(getdirentries_args), (sy_call_t *)sys_getdirentries, AUE_GETDIRENTRIES, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 554 = getdirentries */
H A Dfreebsd32_proto.h1308 #define FREEBSD32_SYS_AUE_ofreebsd32_getdirentries AUE_GETDIRENTRIES
1321 #define FREEBSD32_SYS_AUE_freebsd11_freebsd32_getdirentries AUE_GETDIRENTRIES
/freebsd-12-stable/sys/kern/
H A Dinit_sysent.c208 { compat(AS(ogetdirentries_args),getdirentries), AUE_GETDIRENTRIES, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 156 = old getdirentries */
248 { compat11(AS(freebsd11_getdirentries_args),getdirentries), AUE_GETDIRENTRIES, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 196 = freebsd11 getdirentries */
606 { AS(getdirentries_args), (sy_call_t *)sys_getdirentries, AUE_GETDIRENTRIES, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 554 = getdirentries */
/freebsd-12-stable/sys/arm64/linux/
H A Dlinux_sysent.c81 { AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 61 = linux_getdents64 */
H A Dlinux_proto.h1383 #define LINUX_SYS_AUE_linux_getdents64 AUE_GETDIRENTRIES
/freebsd-12-stable/sys/sys/
H A Dsysproto.h2773 #define SYS_AUE_ogetdirentries AUE_GETDIRENTRIES
2800 #define SYS_AUE_freebsd11_getdirentries AUE_GETDIRENTRIES
3079 #define SYS_AUE_getdirentries AUE_GETDIRENTRIES
/freebsd-12-stable/sys/security/audit/
H A Daudit_bsm.c1014 case AUE_GETDIRENTRIES:

Completed in 464 milliseconds