Lines Matching refs:prot_nvl
364 nvlist_t *prot_nvl;
425 &prot_nvl, errbuf, buflen);
441 * save the prot_nvl to the share_nvl
443 ret = sa_share_set_proto(share_nvl, proto, prot_nvl);
447 nvlist_free(prot_nvl);
450 nvlist_free(prot_nvl);
3201 nvlist_t *prot_nvl;
3215 prot_props_nvl[iproto], &prot_nvl, errbuf, buflen);
3219 /* save the prot_nvl to the share_nvl */
3220 ret = sa_share_set_proto(share_nvl, proto, prot_nvl);
3221 nvlist_free(prot_nvl);
3292 pack_protocol(nvlist_t *prot_nvl, const char *prot, char *buf,
3308 for (nvp = nvlist_next_nvpair(prot_nvl, NULL); nvp != NULL;
3309 nvp = nvlist_next_nvpair(prot_nvl, nvp)) {
3326 for (nvp = nvlist_next_nvpair(prot_nvl, NULL); nvp != NULL;
3327 nvp = nvlist_next_nvpair(prot_nvl, nvp)) {
3352 nvlist_t *prot_nvl = 0;
3423 if (nvpair_value_nvlist(nvp, &prot_nvl) != 0)
3429 cnt += pack_protocol(prot_nvl, propname, &buf[cnt],
3510 nvlist_t *prot_nvl;
3555 if (nvpair_value_nvlist(nvp, &prot_nvl) != 0)
3563 rc = saproto_share_proplist_from_share(proto, prot_nvl,