Searched refs:pelems (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 1074 uint_t pelems = 0; in hc_fmri_create() local 1081 hcl, pelems, fmri, EMOD_VER_OLD)); in hc_fmri_create() 1084 hcl, pelems, fmri, EMOD_VER_NEW)); in hc_fmri_create() 1091 hcl, pelems, fmri, EMOD_NONCANON)); in hc_fmri_create() 1097 &phcl, &pelems) != 0) in hc_fmri_create() 1099 hcl, pelems, fmri, EMOD_FMRI_MALFORM)); in hc_fmri_create() 1102 hcl = topo_mod_zalloc(mod, sizeof (nvlist_t *) * (pelems + 1)); in hc_fmri_create() 1104 return (hc_create_seterror(mod, hcl, pelems, fmri, in hc_fmri_create() 1107 for (i = 0; i < pelems; ++i) in hc_fmri_create() 1110 hcl, pelems, fmri, EMOD_FMRI_NVL)); in hc_fmri_create() [all …]
|