Searched refs:mapnvl (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/stmsboot/ |
H A D | stmsboot_util.c | 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() [all …]
|