Searched refs:evcl (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/security/audit/
H A Daudit_bsm_db.c117 struct evclass_list *evcl; local
122 evcl = &evclass_hash[event % EVCLASSMAP_HASH_TABLE_SIZE];
124 LIST_FOREACH(evc, &evcl->head, entry) {
145 struct evclass_list *evcl; local
155 evcl = &evclass_hash[event % EVCLASSMAP_HASH_TABLE_SIZE];
156 LIST_FOREACH(evc, &evcl->head, entry) {
167 LIST_INSERT_HEAD(&evcl->head, evc, entry);

Completed in 41 milliseconds