Searched refs:sa_get_property (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 475 prop = sa_get_property(sec->security, name); in add_security_prop() 641 if (sa_get_property(optionset, NULL) != NULL) in nfs_parse_legacy_options() 922 for (option = sa_get_property(optionset, NULL); in fill_export_from_optionset() 1146 for (prop = sa_get_property(secopts, NULL); in fill_security_from_secopts() 1311 for (prop = sa_get_property(opts, NULL); prop != NULL; in count_security() 1468 for (prop = sa_get_property(options, NULL); in nfs_format_options() 1499 for (secprop = sa_get_property(secoptions, NULL); in nfs_format_options() 1519 for (prop = sa_get_property(security, in nfs_format_options() 1701 prop = sa_get_property(opt, "public"); in check_public() 1867 for (i = 0, prop = sa_get_property(secoptlist, NULL); in nfs_enable_share() [all …]
|
/titanic_41/usr/src/lib/libshare/common/ |
H A D | libsharecore.c | 952 for (popt = sa_get_property(optionset, NULL); in sa_parse_legacy_options() 960 prop = sa_get_property(localoptions, tag); in sa_parse_legacy_options() 989 prop = sa_get_property(localoptions, NULL); in sa_parse_legacy_options() 1007 for (prop = sa_get_property(localoptions, NULL); in sa_parse_legacy_options() 1021 for (popt = sa_get_property(security, NULL); in sa_parse_legacy_options() 1618 otherprop = sa_get_property(optionset, name); in sa_has_prop() 1738 for (prop = sa_get_property(optionset, NULL); in sa_get_derived_optionset() 1748 newprop = sa_get_property(newoptionset, name); in sa_get_derived_optionset() 1840 if (sa_get_property(options, sectype) == NULL) { in sa_get_all_security_types() 1897 for (prop = sa_get_property(security, NULL); in sa_get_derived_security() [all …]
|
H A D | libshare.h | 215 extern sa_property_t sa_get_property(sa_optionset_t, char *);
|
H A D | mapfile-vers | 47 sa_get_property;
|
H A D | libshare.c | 2440 sa_get_property(sa_optionset_t optionset, char *prop) in sa_get_property() function 4240 for (prop = sa_get_property(protoset, NULL); in sa_enable_resource() 4300 for (prop = sa_get_property(protoset, NULL); in sa_disable_resource()
|
/titanic_41/usr/src/lib/libshare/smb/ |
H A D | libshare_smb.c | 831 oprop = sa_get_property(parent, other); in smb_validate_property() 2031 for (prop = sa_get_property(options, NULL); in smb_format_options() 2380 if ((prop = sa_get_property(opts, name)) == NULL) { in smb_update_optionset_props() 2412 prop = sa_get_property(opts, propname); in smb_saprop_getbool() 2428 prop = sa_get_property(opts, propname); in smb_saprop_getstr()
|
/titanic_41/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | commands.c | 848 prop = sa_get_property(optionset, optlist->optname); in add_optionset() 1841 for (spacer = 0, prop = sa_get_property(optionset, NULL); in out_properties() 3559 prop = sa_get_property(security, optlist->optname); in add_security() 4059 prop = sa_get_property(optionset, cur->optname); in remove_options() 4094 prop = sa_get_property(optionset, cur->optname); in valid_unset() 4127 prop = sa_get_property(security, cur->optname); in valid_unset_security() 4167 prop = sa_get_property(security, optlist->optname); in remove_security() 4275 prop = sa_get_property(optionset, NULL); in basic_unset() 4359 prop = sa_get_property(optionset, in space_unset()
|
/titanic_41/usr/src/lib/libshare/autofs/ |
H A D | libshare_autofs.c | 254 propname = sa_get_property(property, "type"); in autofs_validate_property()
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_share.c | 1555 prop = sa_get_property(opts, propname); in smb_shr_sa_getprop()
|
H A D | srvsvc_svc.c | 3098 if ((prop = sa_get_property(opts, name)) == NULL) { in srvsvc_sa_setprop()
|