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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c109 #define GIDHASHSIZE 32 macro
112 static hashtable_t gidhash[GIDHASHSIZE];
466 HASH(hash_key, ix, GIDHASHSIZE);
885 if (init_hash(gidhash, -2, GIDHASHSIZE, GIDNAMELEN))
908 free_hash(gidhash, GIDHASHSIZE);

Completed in 71 milliseconds