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

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

Completed in 105 milliseconds