Searched defs:nvs_ops (Results 1 – 1 of 1) sorted by relevance
2286 const nvs_ops_t *nvs_ops; member2311 struct nvs_ops { struct2312 int (*nvs_nvlist)(nvstream_t *, nvlist_t *, size_t *);2336 if (nvs->nvs_ops->nvs_nvpair(nvs, &curr->nvi_nvp, NULL) != 0) in nvs_encode_pairs() argument