Home
last modified time | relevance | path

Searched refs:ch_code_hash (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.h112 fmd_case_impl_t **ch_code_hash; /* ci_code hash bucket array */ member
H A Dfmd_case.c166 chp->ch_code_hash = fmd_zalloc(sizeof (void *) * chp->ch_hashlen, in fmd_case_hash_create()
183 fmd_free(chp->ch_code_hash, sizeof (void *) * chp->ch_hashlen); in fmd_case_hash_destroy()
226 cip->ci_code_next = chp->ch_code_hash[h]; in fmd_case_code_hash_insert()
227 chp->ch_code_hash[h] = cip; in fmd_case_code_hash_insert()
238 pp = &chp->ch_code_hash[h]; in fmd_case_code_hash_delete()