Searched refs:tpc_name_hash (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | tsol.c | 196 mod_hash_t *tpc_name_hash; local 198 if (mdb_readvar(&tpc_name_hash, "tpc_name_hash") == -1) { 199 mdb_warn("failed to read tpc_name_hash"); 203 wsp->walk_addr = (uintptr_t)tpc_name_hash;
|
/illumos-gate/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, 418 if ((tpc = tnrhtp_find(rhent->rh_template, tpc_name_hash)) == NULL) { 580 if (mod_hash_find(tpc_name_hash, (mod_hash_key_t)tpent->name, 585 (void) mod_hash_destroy(tpc_name_hash, 593 (void) mod_hash_insert(tpc_name_hash, (mod_hash_key_t)tpc->tpc_tp.name, 609 if (mod_hash_find(tpc_name_hash, (mod_hash_key_t)tname, &hv) == 0) { 613 (void) mod_hash_destroy(tpc_name_hash, 638 mod_hash_walk(tpc_name_hash, tpc_delete, NULL); 639 mod_hash_clear(tpc_name_hash); [all...] |
Completed in 62 milliseconds