Home
last modified time | relevance | path

Searched refs:A_SETSFLAGS (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.81.5/bsd/bsm/
H A Daudit.h129 #define A_SETSFLAGS 40 macro
/xnu-10002.81.5/bsd/security/audit/
H A Daudit_syscalls.c415 case A_SETSFLAGS: in auditon()
444 case A_SETSFLAGS: in auditon()
884 case A_SETSFLAGS: in auditon()
/xnu-10002.81.5/tests/
H A Daudit_session.c428 …T_ASSERT_POSIX_SUCCESS(auditon(A_SETSFLAGS, &new_flags, sizeof(new_flags)), "auditon(2) A_SETSFLAG… in new_session_flow()
568 …T_ASSERT_POSIX_FAILURE(auditon(A_SETSFLAGS, &new_flags, sizeof(new_flags)), EINVAL, "auditon(2) A_… in new_session_flow()