Home
last modified time | relevance | path

Searched refs:ap_flags (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/security/audit/
H A Daudit_pipe.c106 u_int ap_flags; member
493 if (ap->ap_flags & AUDIT_PIPE_ASYNC) { in audit_pipe_append()
499 if (ap->ap_flags & AUDIT_PIPE_ASYNC) { in audit_pipe_append()
781 ap->ap_flags |= AUDIT_PIPE_NBIO; in audit_pipe_ioctl()
783 ap->ap_flags &= ~AUDIT_PIPE_NBIO; in audit_pipe_ioctl()
799 ap->ap_flags |= AUDIT_PIPE_ASYNC; in audit_pipe_ioctl()
801 ap->ap_flags &= ~AUDIT_PIPE_ASYNC; in audit_pipe_ioctl()
994 if (ap->ap_flags & AUDIT_PIPE_NBIO) { in audit_pipe_read()
H A Daudit_syscalls.c846 udata.au_aupinfo_addr.ap_flags = in auditon()
/xnu-12377.61.12/bsd/bsm/
H A Daudit.h253 au_asflgs_t ap_flags; /* Audit session flags. */ member
/xnu-12377.61.12/tests/
H A Daudit_session.c139 T_EXPECT_BITS_NOTSET(apia.ap_flags, ~(au_asflgs_t)VALID_AU_SESSION_FLAGS, NULL);
140 T_EXPECT_BITS_SET(apia.ap_flags, (au_asflgs_t)AU_SESSION_FLAG_HAS_AUTHENTICATED, NULL);
604 T_EXPECT_EQ(apia.ap_flags, aia3c.ai_flags, NULL); in new_session_flow()