Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c357 const hash_type_entry_t *htep; in modhash() local
463 for (htep = hte_table; htep->hte_type != NULL; htep++) in modhash()
464 if (strcmp(kfunc, htep->hte_comparator) == 0) in modhash()
466 mwd.mwd_hte = htep; in modhash()
474 htep->hte_type == NULL ? "unknown" : htep->hte_type); in modhash()
492 if (htep->hte_type == NULL) { in modhash()
497 tname = htep->hte_type; in modhash()
561 const hash_type_entry_t *htep, boolean_t prtidx, uint_t opt_k, in modent_print() argument
582 htep->hte_format(mhe.mhe_key, keystr, sizeof (keystr)); in modent_print()
601 const hash_type_entry_t *htep; in modent() local
[all …]