Lines Matching defs:prot
63 * e.g. "name=sharename,desc=desription,prot=nfs,sec=dh,window=3"
2338 sa_proto_t p, prot = SA_PROT_NONE;
2387 prot |= p;
2390 (void) sa_share_unpublish(shdl, share, prot, 1);
2915 const char *sh_name, sa_proto_t prot, char **sh_props)
2920 rc = safs_sharing_get_prop(shdl, mntpnt, sh_name, prot, sh_props);
3292 pack_protocol(nvlist_t *prot_nvl, const char *prot, char *buf,
3301 cnt += snprintf(&buf[cnt], buflen - cnt, ",prot=%s", prot);
3433 ",prot=%s", propname);