Searched refs:nvs_ops (Results 1 – 1 of 1) sorted by relevance
2297 typedef struct nvs_ops nvs_ops_t;2301 const nvs_ops_t *nvs_ops; member2326 struct nvs_ops { struct2351 if (nvs->nvs_ops->nvs_nvpair(nvs, &curr->nvi_nvp, NULL) != 0) in nvs_encode_pairs() argument2354 return (nvs->nvs_ops->nvs_nvl_fini(nvs)); in nvs_encode_pairs()2379 if ((err = nvs->nvs_ops->nvs_nvp_op(nvs, nvp)) != 0) { in nvs_decode_pairs()2413 if (nvs->nvs_ops->nvs_nvp_size(nvs, &curr->nvi_nvp, &size) != 0) in nvs_getsize_pairs()2435 if ((err = nvs->nvs_ops->nvs_nvlist(nvs, nvl, buflen)) != 0) in nvs_operation()3105 nvs->nvs_ops = &nvs_native_ops; in nvs_native()3578 static const struct nvs_ops nvs_xdr_ops = {[all …]