Searched defs:nvs_ops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c2017 typedef struct nvs_ops nvs_ops_t;
2021 const nvs_ops_t *nvs_ops; member in struct:__anon42
2046 struct nvs_ops { struct
2071 if (nvs->nvs_ops->nvs_nvpair(nvs, &curr->nvi_nvp, NULL) != 0)
2074 return (nvs->nvs_ops->nvs_nvl_fini(nvs));
2088 while ((err = nvs->nvs_ops->nvs_nvpair(nvs, NULL, &nvsize)) == 0) {
2099 if ((err = nvs->nvs_ops->nvs_nvp_op(nvs, nvp)) != 0) {
2127 if (nvs->nvs_ops->nvs_nvp_size(nvs, &curr->nvi_nvp, &size) != 0)
2149 if ((err = nvs->nvs_ops->nvs_nvlist(nvs, nvl, buflen)) != 0)
2821 nvs->nvs_ops
[all...]

Completed in 67 milliseconds