Searched refs:prot_props (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libshare_plugins/smb/ |
H A D | libshare_smb.c | 550 * prot_props : protocol property string 554 sa_smb_share_parse(const char *prot_props, int unset, nvlist_t **prot_nvl, argument 588 if (prot_props == NULL) { 593 strprop = strdup(prot_props);
|
/osnet-11/usr/src/lib/libshare/common/ |
H A D | libshare.c | 358 char *prot_props; local 402 prot_props = nextp; 403 if (prot_props != NULL) { 404 if (strncasecmp(prot_props, SA_PROP_PROT"=", 406 prot_props = NULL; 424 ret = saproto_share_parse(proto, prot_props, unset,
|
/osnet-11/usr/src/lib/libshare_plugins/nfs/ |
H A D | libshare_nfs.c | 299 sa_nfs_share_parse(const char *prot_props, int unset, nvlist_t **prot_nvl, argument 332 if (prot_props == NULL) { 337 strprop = strdup(prot_props);
|
Completed in 32 milliseconds