Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.h77 uint_t cf_parhashlen; member
H A Dfmd_conf.c772 ulong_t h = fmd_strhash(name) % cfp->cf_parhashlen; in fmd_conf_fill()
818 cfp->cf_parhashlen = fmd.d_str_buckets; in fmd_conf_open()
820 sizeof (fmd_conf_param_t *) * cfp->cf_parhashlen, FMD_SLEEP); in fmd_conf_open()
877 sizeof (fmd_conf_param_t *) * cfp->cf_parhashlen); in fmd_conf_close()
891 ulong_t h = fmd_strhash(name) % cfp->cf_parhashlen; in fmd_conf_getparam()