Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c110 #define UIDHASHSIZE 128 macro
113 static hashtable_t uidhash[UIDHASHSIZE];
441 HASH(hash_key, ix, UIDHASHSIZE); in getuname()
884 if (init_hash(uidhash, -2, UIDHASHSIZE, USERNAMELEN)) in auditd_plugin_open()
909 free_hash(uidhash, UIDHASHSIZE); in auditd_plugin_close()