Searched refs:mapnvl (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/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); 198 if (nvlist_alloc(&mapnvl, NV_UNIQUE_NAME, 0) != 0) { 223 rv = nvlist_size(mapnvl, &newsz, NV_ENCODE_NATIVE); 230 nvlist_free(mapnvl); 240 nvlist_free(mapnvl); 244 rv = nvlist_pack(mapnvl, &ondiskbuf, &newsz, 252 nvlist_free(mapnvl); 263 nvlist_free(mapnvl); 272 nvlist_free(mapnvl); [all...] |
Completed in 54 milliseconds