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