Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/demo_rdb/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()
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c103 uint32_t ht_key; member
291 table[i].ht_key = bad_key; in init_hash()
364 if ((key == hosthash[ix].ht_key) && in gethname()
375 } else if (key == hosthash[ix].ht_key) { in gethname()
379 hosthash[ix].ht_key = key; in gethname()
443 if (uid != uidhash[ix].ht_key) { in getuname()
444 uidhash[ix].ht_key = uid; in getuname()
470 if (gid != gidhash[ix].ht_key) { in getuname()
471 gidhash[ix].ht_key = gid; in getuname()