Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtc.h110 Word ch_hash; /* hash table offset */ member
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c380 if ((!(rtld_flags & RT_FL_NODIRCFG)) && head->ch_hash) { in elf_config()
381 config->c_hashtbl = (Word *)(head->ch_hash + addr); in elf_config()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.h111 fmd_case_impl_t **ch_hash; /* hash bucket array for cases */ member
H A Dfmd_case.c165 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()
H A Dfmd_mdb.c815 return (hash_walk_init(wsp, (uintptr_t)ch.ch_hash, ch.ch_hashlen, in case_walk_init()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c215 head->ch_hash = hashoff; in genconfig()
217 hashtbl = (Word *)(CAST_PTRINT(char *, head->ch_hash) + addr); in genconfig()
H A Dprint.c641 if (head->ch_hash == 0) { in scanconfig()
836 hash = (Word *)(CAST_PTRINT(char *, head->ch_hash) + addr); in scanconfig()