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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c111 static hashtable_t uidhash[UIDHASHSIZE]; variable
441 if (uid != uidhash[ix].ht_key) {
442 uidhash[ix].ht_key = uid;
445 l = snprintf(uidhash[ix].ht_value, USERNAMELEN,
448 l = strlcpy(uidhash[ix].ht_value, pw.pw_name,
451 uidhash[ix].ht_length = l;
453 l = uidhash[ix].ht_length + 1;
456 (void) memcpy(p, uidhash[ix].ht_value, l);
882 if (init_hash(uidhash, -2, UIDHASHSIZE, USERNAMELEN))
907 free_hash(uidhash, UIDHASHSIZ
[all...]

Completed in 800 milliseconds