Lines Matching refs:mapnvl
89 static nvlist_t *mapnvl; variable
193 rv = nvlist_unpack(ondiskbuf, cachestat.st_size, &mapnvl, 0); in main()
198 if (nvlist_alloc(&mapnvl, NV_UNIQUE_NAME, 0) != 0) { in main()
223 rv = nvlist_size(mapnvl, &newsz, NV_ENCODE_NATIVE); in main()
230 nvlist_free(mapnvl); in main()
240 nvlist_free(mapnvl); in main()
244 rv = nvlist_pack(mapnvl, &ondiskbuf, &newsz, in main()
252 nvlist_free(mapnvl); in main()
263 nvlist_free(mapnvl); in main()
272 nvlist_free(mapnvl); in main()
303 nvlist_free(mapnvl); in main()
575 while ((pair = nvlist_next_nvpair(mapnvl, pair)) in list_devs()
593 (void) nvlist_lookup_nvlist(mapnvl, querydev, &thisdevnvl); in list_devs()
739 rv = nvlist_lookup_string(mapnvl, stripdev, &thisdevid); in report_map()
755 if (nvlist_lookup_nvlist(mapnvl, thisdevid, &thisdev) != 0) { in report_map()
930 rv = nvlist_lookup_nvlist(mapnvl, strdevid, &newnvl); in mpxio_nvl_boilerplate()
960 rv = nvlist_add_nvlist(mapnvl, strdevid, newnvl); in mpxio_nvl_boilerplate()
1008 if (nvlist_add_string(mapnvl, devfspath, strdevid) != 0) { in popcheck_devnvl()
1095 if (nvlist_add_string(mapnvl, path, strdevid) != 0) { in popcheck_devnvl()
1105 if (nvlist_add_string(mapnvl, curpath, strdevid) != 0) { in popcheck_devnvl()
1509 rval = nvlist_lookup_string(mapnvl, prefixt, in update_vfstab()
1522 (void) nvlist_lookup_nvlist(mapnvl, thisdevid, in update_vfstab()