Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c358 const hash_type_entry_t *htep; in modhash() local
464 for (htep = hte_table; htep->hte_type != NULL; htep++) in modhash()
465 if (strcmp(kfunc, htep->hte_comparator) == 0) in modhash()
467 mwd.mwd_hte = htep; in modhash()
475 htep->hte_type == NULL ? "unknown" : htep->hte_type); in modhash()
493 if (htep->hte_type == NULL) { in modhash()
498 tname = htep->hte_type; in modhash()
562 const hash_type_entry_t *htep, boolean_t prtidx, uint_t opt_k, in modent_print() argument
583 htep->hte_format(mhe.mhe_key, keystr, sizeof (keystr)); in modent_print()
602 const hash_type_entry_t *htep; in modent() local
[all …]