Searched refs:nvs_ops (Results 1 – 1 of 1) sorted by relevance
2006 typedef struct nvs_ops nvs_ops_t;2010 const nvs_ops_t *nvs_ops; member2034 struct nvs_ops { struct2059 if (nvs->nvs_ops->nvs_nvpair(nvs, &curr->nvi_nvp, NULL) != 0) in nvs_encode_pairs() argument2062 return (nvs->nvs_ops->nvs_nvl_fini(nvs)); in nvs_encode_pairs()2076 while ((err = nvs->nvs_ops->nvs_nvpair(nvs, NULL, &nvsize)) == 0) { in nvs_decode_pairs()2087 if ((err = nvs->nvs_ops->nvs_nvp_op(nvs, nvp)) != 0) { in nvs_decode_pairs()2115 if (nvs->nvs_ops->nvs_nvp_size(nvs, &curr->nvi_nvp, &size) != 0) in nvs_getsize_pairs()2137 if ((err = nvs->nvs_ops->nvs_nvlist(nvs, nvl, buflen)) != 0) in nvs_operation()2797 nvs->nvs_ops = &nvs_native_ops; in nvs_native()[all …]