Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c111 #define GIDHASHSIZE 32 macro
114 static hashtable_t gidhash[GIDHASHSIZE];
468 HASH(hash_key, ix, GIDHASHSIZE); in getuname()
887 if (init_hash(gidhash, -2, GIDHASHSIZE, GIDNAMELEN)) in auditd_plugin_open()
910 free_hash(gidhash, GIDHASHSIZE); in auditd_plugin_close()