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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_klib.c87 struct evclass_list *evcl; local
92 evcl = &evclass_hash[event % EVCLASSMAP_HASH_TABLE_SIZE];
94 LIST_FOREACH(evc, &evcl->head, entry) {
115 struct evclass_list *evcl; local
134 evcl = &evclass_hash[event % EVCLASSMAP_HASH_TABLE_SIZE];
135 LIST_FOREACH(evc, &evcl->head, entry) {
146 LIST_INSERT_HEAD(&evcl->head, evc, entry);

Completed in 23 milliseconds