Home
last modified time | relevance | path

Searched refs:auditon (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/tests/
H A Dinvalid_setaudit_57414044.c23 int cond, ret = auditon(A_GETCOND, &cond, sizeof(cond));
34 T_ASSERT_POSIX_SUCCESS(auditon(A_GETPINFO_ADDR, &pinfo_addr, sizeof(pinfo_addr)), NULL);
37 T_ASSERT_POSIX_SUCCESS(auditon(A_SETPMASK, &pinfo, sizeof(pinfo)), NULL);
H A Daudit_session.c111 int rv_from_auditon = auditon(A_GETSFLAGS, &flags, sizeof(flags));
128 int rv_from_auditon = auditon(A_GETPINFO_ADDR, &apia, sizeof(apia));
151 int rv_from_auditon = auditon(A_GETSINFO_ADDR, &aia, sizeof(aia));
173 int rv_from_auditon = auditon(A_GETSINFO_ADDR, &aia, sizeof(aia));
192 int rv_from_auditon = auditon(A_GETSINFO_ADDR, &aia, sizeof(aia));
311 …T_ASSERT_POSIX_SUCCESS(auditon(A_GETSFLAGS, &flags1c, sizeof(flags1c)), "auditon(2) A_GETSFLAGS su… in new_session_flow()
388 T_ASSERT_POSIX_SUCCESS(auditon(A_SETPMASK, &api, sizeof(api)), "auditon(2) A_SETPMASK succeeds"); in new_session_flow()
425 …T_ASSERT_POSIX_SUCCESS(auditon(A_GETSFLAGS, &new_flags, sizeof(new_flags)), "auditon(2) A_GETSFLAG… in new_session_flow()
428 …T_ASSERT_POSIX_SUCCESS(auditon(A_SETSFLAGS, &new_flags, sizeof(new_flags)), "auditon(2) A_SETSFLAG… in new_session_flow()
431 …T_ASSERT_POSIX_SUCCESS(auditon(A_GETSFLAGS, &new_flags, sizeof(new_flags)), "auditon(2) A_GETSFLAG… in new_session_flow()
[all …]
/xnu-12377.61.12/bsd/man/man2/
H A DMakefile29 auditon.2 \
/xnu-12377.61.12/bsd/bsm/
H A Daudit.h376 int auditon(int, void *, int)
/xnu-12377.61.12/bsd/security/audit/
H A Daudit_syscalls.c367 auditon(proc_t p, struct auditon_args *uap, __unused int32_t *retval) in auditon() function
422 AUDIT_ARG(auditon, &udata); in auditon()
1267 auditon(proc_t p, struct auditon_args *uap, int32_t *retval) in auditon() function