Home
last modified time | relevance | path

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

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