Searched refs:tpc_name_hash (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | tsol.c | 196 mod_hash_t *tpc_name_hash; in tnrhtp_walk_init() local 198 if (mdb_readvar(&tpc_name_hash, "tpc_name_hash") == -1) { in tnrhtp_walk_init() 203 wsp->walk_addr = (uintptr_t)tpc_name_hash; in tnrhtp_walk_init()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | labelsys.c | 51 static mod_hash_t *tpc_name_hash; /* hash of cache entries by name */ variable 140 tpc_name_hash = mod_hash_create_extended("tnrhtpc_by_name", 256, in tcache_init() 418 if ((tpc = tnrhtp_find(rhent->rh_template, tpc_name_hash)) == NULL) { in tnrh_load() 580 if (mod_hash_find(tpc_name_hash, (mod_hash_key_t)tpent->name, in tnrhtp_create() 585 (void) mod_hash_destroy(tpc_name_hash, in tnrhtp_create() 593 (void) mod_hash_insert(tpc_name_hash, (mod_hash_key_t)tpc->tpc_tp.name, in tnrhtp_create() 609 if (mod_hash_find(tpc_name_hash, (mod_hash_key_t)tname, &hv) == 0) { in tnrhtp_delete() 613 (void) mod_hash_destroy(tpc_name_hash, in tnrhtp_delete() 638 mod_hash_walk(tpc_name_hash, tpc_delete, NULL); in tnrhtp_flush() 639 mod_hash_clear(tpc_name_hash); in tnrhtp_flush() [all …]
|