Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/libbsm/
H A Dbsm_audit.c59 static int audit_rec_count = 0; variable
102 if (audit_rec_count == 0) in au_open()
138 if (audit_rec_count == MAX_AUDIT_RECORDS) { in au_open()
149 rec->desc = audit_rec_count; in au_open()
150 open_desc_table[audit_rec_count] = rec; in au_open()
151 audit_rec_count++; in au_open()