Lines Matching defs:nvs_ops
2009 typedef struct nvs_ops nvs_ops_t;
2013 const nvs_ops_t *nvs_ops;
2037 struct nvs_ops {
2062 if (nvs->nvs_ops->nvs_nvpair(nvs, &curr->nvi_nvp, NULL) != 0)
2065 return (nvs->nvs_ops->nvs_nvl_fini(nvs));
2079 while ((err = nvs->nvs_ops->nvs_nvpair(nvs, NULL, &nvsize)) == 0) {
2090 if ((err = nvs->nvs_ops->nvs_nvp_op(nvs, nvp)) != 0) {
2118 if (nvs->nvs_ops->nvs_nvp_size(nvs, &curr->nvi_nvp, &size) != 0)
2140 if ((err = nvs->nvs_ops->nvs_nvlist(nvs, nvl, buflen)) != 0)
2800 nvs->nvs_ops = &nvs_native_ops;
3273 static const struct nvs_ops nvs_xdr_ops = {
3287 nvs->nvs_ops = &nvs_xdr_ops;