Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/security/audit/
H A Daudit_session.c160 au_history_record(au_sentry_t *se, au_history_event_t event) in au_history_record() function
175 #define au_history_record(se, event) do {} while (0) macro
669 au_history_record(found_se, AU_HISTORY_EVENT_FIND); in audit_session_find()
685 au_history_record(se, AU_HISTORY_EVENT_DEATH); in audit_session_remove()
733 au_history_record(se, AU_HISTORY_EVENT_REF); in audit_ref_session()
752 au_history_record(se, AU_HISTORY_EVENT_UNREF); in audit_unref_session()
950 au_history_record(se, AU_HISTORY_EVENT_BIRTH); in audit_session_new()