Home
last modified time | relevance | path

Searched refs:nvs_ops (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c2282 typedef struct nvs_ops nvs_ops_t;
2286 const nvs_ops_t *nvs_ops; member
2311 struct nvs_ops { struct
2336 if (nvs->nvs_ops->nvs_nvpair(nvs, &curr->nvi_nvp, NULL) != 0) in nvs_encode_pairs() argument
2339 return (nvs->nvs_ops->nvs_nvl_fini(nvs)); in nvs_encode_pairs()
2364 if ((err = nvs->nvs_ops->nvs_nvp_op(nvs, nvp)) != 0) { in nvs_decode_pairs()
2398 if (nvs->nvs_ops->nvs_nvp_size(nvs, &curr->nvi_nvp, &size) != 0) in nvs_getsize_pairs()
2420 if ((err = nvs->nvs_ops->nvs_nvlist(nvs, nvl, buflen)) != 0) in nvs_operation()
3094 nvs->nvs_ops = &nvs_native_ops; in nvs_native()
3567 static const struct nvs_ops nvs_xdr_ops = {
[all …]