Searched refs:pelems (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 1128 uint_t pelems = 0; in hc_fmri_create() local 1135 hcl, pelems, fmri, EMOD_VER_OLD)); in hc_fmri_create() 1138 hcl, pelems, fmri, EMOD_VER_NEW)); in hc_fmri_create() 1145 hcl, pelems, fmri, EMOD_NONCANON)); in hc_fmri_create() 1151 &phcl, &pelems) != 0) in hc_fmri_create() 1153 hcl, pelems, fmri, EMOD_FMRI_MALFORM)); in hc_fmri_create() 1156 hcl = topo_mod_zalloc(mod, sizeof (nvlist_t *) * (pelems + 1)); in hc_fmri_create() 1158 return (hc_create_seterror(mod, hcl, pelems, fmri, in hc_fmri_create() 1161 for (i = 0; i < pelems; ++i) in hc_fmri_create() 1164 hcl, pelems, fmri, EMOD_FMRI_NVL)); in hc_fmri_create() [all …]
|