Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dhelp.c33 char *ht_key; /* HELP keyword for topic */ member
217 for (i = 0; htops[i].ht_key; i++) { in rdb_help()
218 if (strcmp(htops[i].ht_key, topic) == 0) { in rdb_help()
224 htops[i].ht_key); in rdb_help()
233 for (i = 0; htops[i].ht_key; i++) { in rdb_help()
234 (void) printf("\t%10s\t%s", htops[i].ht_key, htops[i].ht_desc); in rdb_help()
/titanic_44/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c101 uint32_t ht_key; member
289 table[i].ht_key = bad_key; in init_hash()
362 if ((key == hosthash[ix].ht_key) && in gethname()
373 } else if (key == hosthash[ix].ht_key) { in gethname()
377 hosthash[ix].ht_key = key; in gethname()
441 if (uid != uidhash[ix].ht_key) { in getuname()
442 uidhash[ix].ht_key = uid; in getuname()
468 if (gid != gidhash[ix].ht_key) { in getuname()
469 gidhash[ix].ht_key = gid; in getuname()