Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c112 static hashtable_t gidhash[GIDHASHSIZE]; variable
468 if (gid != gidhash[ix].ht_key) { in getuname()
469 gidhash[ix].ht_key = gid; in getuname()
473 gidhash[ix].ht_length = in getuname()
474 snprintf(gidhash[ix].ht_value, GIDNAMELEN, in getuname()
477 gidhash[ix].ht_length = in getuname()
478 strlcpy(gidhash[ix].ht_value, in getuname()
485 l = gidhash[ix].ht_length + 1; in getuname()
488 (void) memcpy(p, gidhash[ix].ht_value, l); in getuname()
885 if (init_hash(gidhash, -2, GIDHASHSIZE, GIDNAMELEN)) in auditd_plugin_open()
[all …]