Searched refs:pelems (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 1126 uint_t pelems = 0; in hc_fmri_create() local 1133 hcl, pelems, fmri, EMOD_VER_OLD)); in hc_fmri_create() 1136 hcl, pelems, fmri, EMOD_VER_NEW)); in hc_fmri_create() 1143 hcl, pelems, fmri, EMOD_NONCANON)); in hc_fmri_create() 1149 &phcl, &pelems) != 0) in hc_fmri_create() 1151 hcl, pelems, fmri, EMOD_FMRI_MALFORM)); in hc_fmri_create() 1154 hcl = topo_mod_zalloc(mod, sizeof (nvlist_t *) * (pelems + 1)); in hc_fmri_create() 1156 return (hc_create_seterror(mod, hcl, pelems, fmri, in hc_fmri_create() 1159 for (i = 0; i < pelems; ++i) in hc_fmri_create() 1162 hcl, pelems, fmri, EMOD_FMRI_NVL)); in hc_fmri_create() [all …]
|