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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c108 #define UIDHASHSIZE 128 macro
111 static hashtable_t uidhash[UIDHASHSIZE];
439 HASH(hash_key, ix, UIDHASHSIZE);
882 if (init_hash(uidhash, -2, UIDHASHSIZE, USERNAMELEN))
907 free_hash(uidhash, UIDHASHSIZE);

Completed in 59 milliseconds