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

/freebsd-10.0-release/sys/security/audit/
H A Daudit_bsm_klib.c70 static struct evclass_list evclass_hash[EVCLASSMAP_HASH_TABLE_SIZE]; variable in typeref:struct:evclass_list
126 evcl = &evclass_hash[event % EVCLASSMAP_HASH_TABLE_SIZE];
159 evcl = &evclass_hash[event % EVCLASSMAP_HASH_TABLE_SIZE];
182 LIST_INIT(&evclass_hash[i].head);

Completed in 93 milliseconds