Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/security/audit/
H A Daudit_session.c147 static unsigned int au_history_index; variable
152 if (au_history_index >= au_history_size) { in au_history_entries()
155 return au_history_index; in au_history_entries()
165 i = OSAddAtomic(1, &au_history_index); in au_history_record()