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

/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c88 #define UIDHASHSIZE 128 macro
91 static hashtable_t uidhash[UIDHASHSIZE];
410 HASH(hash_key, ix, UIDHASHSIZE);
851 if (init_hash(uidhash, -2, UIDHASHSIZE, USERNAMELEN))
877 free_hash(uidhash, UIDHASHSIZE);

Completed in 23 milliseconds