Searched refs:nvs (Results 1 – 1 of 1) sorted by relevance
2351 if (nvs->nvs_ops->nvs_nvpair(nvs, &curr->nvi_nvp, NULL) != 0) in nvs_encode_pairs()2354 return (nvs->nvs_ops->nvs_nvl_fini(nvs)); in nvs_encode_pairs()2368 while ((err = nvs->nvs_ops->nvs_nvpair(nvs, NULL, &nvsize)) == 0) { in nvs_decode_pairs()2379 if ((err = nvs->nvs_ops->nvs_nvp_op(nvs, nvp)) != 0) { in nvs_decode_pairs()2413 if (nvs->nvs_ops->nvs_nvp_size(nvs, &curr->nvi_nvp, &size) != 0) in nvs_getsize_pairs()2435 if ((err = nvs->nvs_ops->nvs_nvlist(nvs, nvl, buflen)) != 0) in nvs_operation()2438 switch (nvs->nvs_op) { in nvs_operation()2461 switch (nvs->nvs_op) { in nvs_embedded()2565 nvstream_t nvs; in nvlist_common() local2580 nvs.nvs_op = nvs_op; in nvlist_common()[all …]