Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_bsm_db.c93 #define EVNAMEMAP_HASH_TABLE_SIZE 251 macro
100 static struct evname_list evnamemap_hash[EVNAMEMAP_HASH_TABLE_SIZE];
203 enl = &evnamemap_hash[event % EVNAMEMAP_HASH_TABLE_SIZE]; in au_event_name()
243 enl = &evnamemap_hash[event % EVNAMEMAP_HASH_TABLE_SIZE]; in au_evnamemap_insert()
348 for (i = 0; i < EVNAMEMAP_HASH_TABLE_SIZE; i++) in au_evnamemap_init()
367 for (i = 0; i < EVNAMEMAP_HASH_TABLE_SIZE; i++) { in au_evnamemap_foreach()
392 enl = &evnamemap_hash[event % EVNAMEMAP_HASH_TABLE_SIZE]; in au_evnamemap_lookup()