Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit_bsm_db.c96 #define EVNAMEMAP_HASH_TABLE_SIZE 251 macro
103 static struct evname_list evnamemap_hash[EVNAMEMAP_HASH_TABLE_SIZE];
206 enl = &evnamemap_hash[event % EVNAMEMAP_HASH_TABLE_SIZE]; in au_event_name()
246 enl = &evnamemap_hash[event % EVNAMEMAP_HASH_TABLE_SIZE]; in au_evnamemap_insert()
351 for (i = 0; i < EVNAMEMAP_HASH_TABLE_SIZE; i++) in au_evnamemap_init()
370 for (i = 0; i < EVNAMEMAP_HASH_TABLE_SIZE; i++) { in au_evnamemap_foreach()
395 enl = &evnamemap_hash[event % EVNAMEMAP_HASH_TABLE_SIZE]; in au_evnamemap_lookup()