Lines Matching refs:htep
357 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
623 for (htep = hte_table; htep->hte_type != NULL; htep++) in modent()
624 if (opt_t != NULL && strcmp(opt_t, htep->hte_type) == 0) in modent()
627 if (opt_t != NULL && htep->hte_type == NULL) { in modent()
632 return (modent_print(addr, 0, flags, htep, FALSE, opt_k, opt_v)); in modent()