Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c114 static hashtable_t gidhash[GIDHASHSIZE]; variable
470 if (gid != gidhash[ix].ht_key) { in getuname()
471 gidhash[ix].ht_key = gid; in getuname()
475 gidhash[ix].ht_length = in getuname()
476 snprintf(gidhash[ix].ht_value, GIDNAMELEN, in getuname()
479 gidhash[ix].ht_length = in getuname()
480 strlcpy(gidhash[ix].ht_value, in getuname()
487 l = gidhash[ix].ht_length + 1; in getuname()
490 (void) memcpy(p, gidhash[ix].ht_value, l); in getuname()
887 if (init_hash(gidhash, -2, GIDHASHSIZE, GIDNAMELEN)) in auditd_plugin_open()
[all …]