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

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c908 nvlist_t *newnvl; local
924 rv = nvlist_lookup_nvlist(mapnvl, strdevid, &newnvl);
928 if (nvlist_alloc(&newnvl, NV_UNIQUE_NAME, 0) != 0) {
942 if (popcheck_devnvl(curnode, newnvl, strdevid) != 0) {
948 nvlist_free(newnvl);
952 /* Now add newnvl into our cache. */
954 rv = nvlist_add_nvlist(mapnvl, strdevid, newnvl);
961 nvlist_free(newnvl);

Completed in 45 milliseconds