Searched refs:nvs_ops (Results 1 – 1 of 1) sorted by relevance
2356 typedef struct nvs_ops nvs_ops_t;2360 const nvs_ops_t *nvs_ops; member2385 struct nvs_ops { struct2410 if (nvs->nvs_ops->nvs_nvpair(nvs, &curr->nvi_nvp, NULL) != 0) in nvs_encode_pairs() argument2413 return (nvs->nvs_ops->nvs_nvl_fini(nvs)); in nvs_encode_pairs()2427 while ((err = nvs->nvs_ops->nvs_nvpair(nvs, NULL, &nvsize)) == 0) { in nvs_decode_pairs()2438 if ((err = nvs->nvs_ops->nvs_nvp_op(nvs, nvp)) != 0) { in nvs_decode_pairs()2472 if (nvs->nvs_ops->nvs_nvp_size(nvs, &curr->nvi_nvp, &size) != 0) in nvs_getsize_pairs()2494 if ((err = nvs->nvs_ops->nvs_nvlist(nvs, nvl, buflen)) != 0) in nvs_operation()3182 nvs->nvs_ops = &nvs_native_ops; in nvs_native()[all …]