Searched refs:ch_hash (Results 1 – 7 of 7) sorted by relevance
110 Word ch_hash; /* hash table offset */ member
380 if ((!(rtld_flags & RT_FL_NODIRCFG)) && head->ch_hash) { in elf_config()381 config->c_hashtbl = (Word *)(head->ch_hash + addr); in elf_config()
111 fmd_case_impl_t **ch_hash; /* hash bucket array for cases */ member
165 chp->ch_hash = fmd_zalloc(sizeof (void *) * chp->ch_hashlen, FMD_SLEEP); in fmd_case_hash_create()182 fmd_free(chp->ch_hash, sizeof (void *) * chp->ch_hashlen); in fmd_case_hash_destroy()204 for (cp = chp->ch_hash[i]; cp != NULL; cp = cp->ci_next) in fmd_case_hash_apply()947 for (ncp = chp->ch_hash[i]; ncp != NULL; ncp = ncp->ci_next) in fmd_case_convict()1158 for (cip = chp->ch_hash[h]; cip != NULL; cip = cip->ci_next) { in fmd_case_hash_lookup()1185 for (eip = chp->ch_hash[h]; eip != NULL; eip = eip->ci_next) { in fmd_case_hash_insert()1193 cip->ci_next = chp->ch_hash[h]; in fmd_case_hash_insert()1194 chp->ch_hash[h] = cip; in fmd_case_hash_insert()1217 pp = &chp->ch_hash[h]; in fmd_case_hash_delete()
815 return (hash_walk_init(wsp, (uintptr_t)ch.ch_hash, ch.ch_hashlen, in case_walk_init()
215 head->ch_hash = hashoff; in genconfig()217 hashtbl = (Word *)(CAST_PTRINT(char *, head->ch_hash) + addr); in genconfig()
641 if (head->ch_hash == 0) { in scanconfig()836 hash = (Word *)(CAST_PTRINT(char *, head->ch_hash) + addr); in scanconfig()