Searched refs:tnrhc_hash (Results 1 – 2 of 2) sorted by relevance
230 tnrhc_hash_t *tnrhc_hash; in tnrh_delete() local238 tnrhc_hash = &tnrhc_table[rhent->rh_prefix][ in tnrh_delete()247 tnrhc_hash = &tnrhc_table_v6[rhent->rh_prefix][ in tnrh_delete()255 mutex_enter(&tnrhc_hash->tnrh_lock); in tnrh_delete()256 prevp = &tnrhc_hash->tnrh_list; in tnrh_delete()272 mutex_exit(&tnrhc_hash->tnrh_lock); in tnrh_delete()337 tnrhc_hash_t *tnrhc_hash; in tnrh_hash_add() local348 tnrhc_hash = &tnrhc_table[prefix][ in tnrh_hash_add()351 mutex_enter(&tnrhc_hash->tnrh_lock); in tnrh_hash_add()352 for (rhp = &tnrhc_hash->tnrh_list; (rh = *rhp) != NULL; in tnrh_hash_add()[all …]
67 GElf_Sym tnrhc_hash; in read_table() local71 if (mdb_lookup_by_name(symname, &tnrhc_hash) == -1) { in read_table()76 tnrhc_hash.st_value) == -1) { in read_table()77 mdb_warn("can't read %s at %p", symname, tnrhc_hash.st_value); in read_table()