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

/freebsd-10.1-release/sys/security/audit/
H A Daudit_bsm_klib.c121 struct evclass_list *evcl; local
126 evcl = &evclass_hash[event % EVCLASSMAP_HASH_TABLE_SIZE];
128 LIST_FOREACH(evc, &evcl->head, entry) {
149 struct evclass_list *evcl; local
159 evcl = &evclass_hash[event % EVCLASSMAP_HASH_TABLE_SIZE];
160 LIST_FOREACH(evc, &evcl->head, entry) {
171 LIST_INSERT_HEAD(&evcl->head, evc, entry);

Completed in 109 milliseconds