Searched refs:pgnvl (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c1489 nvlist_t *nvl, *pgnvl, *pvnvl; local
1501 if (topo_hdl_nvalloc(thp, &pgnvl, 0) != 0)
1504 if (nvlist_add_string(pgnvl, TOPO_PROP_GROUP_NAME,
1506 nvlist_add_string(pgnvl, TOPO_PROP_GROUP_NSTAB,
1508 nvlist_add_string(pgnvl, TOPO_PROP_GROUP_DSTAB,
1510 nvlist_add_int32(pgnvl, TOPO_PROP_GROUP_VERSION,
1520 nvlist_free(pgnvl);
1523 if ((ret = nvlist_add_nvlist(pgnvl, TOPO_PROP_VAL,
1525 nvlist_free(pgnvl);
1532 if ((ret = nvlist_add_nvlist(nvl, TOPO_PROP_GROUP, pgnvl))
[all...]
H A Dtopo_xml.c1104 nvlist_t *pgnvl = NULL; local
1138 if (topo_mod_nvalloc(mp, &pgnvl, NV_UNIQUE_NAME) < 0) {
1145 e = nvlist_add_string(pgnvl, INV_PGRP_NAME, (char *)name);
1146 e |= nvlist_add_uint32(pgnvl, INV_PGRP_NMSTAB, nmstab);
1147 e |= nvlist_add_uint32(pgnvl, INV_PGRP_DSTAB, dstab);
1148 e |= nvlist_add_uint32(pgnvl, INV_PGRP_VER, ver);
1149 e |= nvlist_add_uint32(pgnvl, INV_PGRP_NPROP, pcnt);
1155 nvlist_free(pgnvl);
1177 e |= nvlist_add_nvlist_array(pgnvl, INV_PGRP_ALLPROPS, apl,
1184 nvlist_free(pgnvl);
[all...]

Completed in 28 milliseconds