Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c55 const char *hte_type; /* name of hash type for ::modent -t */ member
463 for (htep = hte_table; htep->hte_type != NULL; 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()
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()