Home
last modified time | relevance | path

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

/titanic_41/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); in getuname()
882 if (init_hash(uidhash, -2, UIDHASHSIZE, USERNAMELEN)) in auditd_plugin_open()
907 free_hash(uidhash, UIDHASHSIZE); in auditd_plugin_close()