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

/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c2139 nvs_operation(nvstream_t *nvs, nvlist_t *nvl, size_t *buflen) function
2182 err = nvs_operation(nvs, embedded, NULL);
2201 if ((err = nvs_operation(nvs, embedded, NULL)) != 0)
2248 if (nvs_operation(nvs, nvlp[i], &nvp_sz) != 0)
2740 if (nvs_operation(nvs, EMBEDDED_NVL(nvp), &nvsize) != 0)
2827 err = nvs_operation(nvs, nvl, buflen);
3195 err = nvs_operation(nvs, EMBEDDED_NVL(nvp), &nvsize);
3314 err = nvs_operation(nvs, nvl, buflen);

Completed in 78 milliseconds