Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.c780 for (op = cfp->cf_parhash[h]; op != NULL; op = op->cp_next) { in fmd_conf_fill()
792 pp->cp_next = cfp->cf_parhash[h]; in fmd_conf_fill()
793 cfp->cf_parhash[h] = pp; in fmd_conf_fill()
819 cfp->cf_parhash = fmd_zalloc( in fmd_conf_open()
876 fmd_free(cfp->cf_parhash, in fmd_conf_close()
892 fmd_conf_param_t *pp = cfp->cf_parhash[h]; in fmd_conf_getparam()
H A Dfmd_conf.h74 fmd_conf_param_t **cf_parhash; member