Searched refs:sa_get_property (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libsharecore.c | 953 for (popt = sa_get_property(optionset, NULL); in sa_parse_legacy_options() 961 prop = sa_get_property(localoptions, tag); in sa_parse_legacy_options() 990 prop = sa_get_property(localoptions, NULL); in sa_parse_legacy_options() 1008 for (prop = sa_get_property(localoptions, NULL); in sa_parse_legacy_options() 1022 for (popt = sa_get_property(security, NULL); in sa_parse_legacy_options() 1693 otherprop = sa_get_property(optionset, name); in sa_has_prop() 1813 for (prop = sa_get_property(optionset, NULL); in sa_get_derived_optionset() 1823 newprop = sa_get_property(newoptionset, name); in sa_get_derived_optionset() 1915 if (sa_get_property(options, sectype) == NULL) { in sa_get_all_security_types() 1972 for (prop = sa_get_property(security, NULL); in sa_get_derived_security() [all …]
|
H A D | libshare.h | 243 extern sa_property_t sa_get_property(sa_optionset_t, char *);
|
H A D | mapfile-vers | 49 sa_get_property;
|
H A D | libshare.c | 2532 sa_get_property(sa_optionset_t optionset, char *prop) in sa_get_property() function 4332 for (prop = sa_get_property(protoset, NULL); in sa_enable_resource() 4392 for (prop = sa_get_property(protoset, NULL); in sa_disable_resource()
|
/illumos-gate/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 490 prop = sa_get_property(sec->security, name); in add_security_prop() 656 if (sa_get_property(optionset, NULL) != NULL) in nfs_parse_legacy_options() 935 for (option = sa_get_property(optionset, NULL); in fill_export_from_optionset() 1169 for (prop = sa_get_property(secopts, NULL); in fill_security_from_secopts() 1334 for (prop = sa_get_property(opts, NULL); prop != NULL; in count_security() 1491 for (prop = sa_get_property(options, NULL); in nfs_format_options() 1522 for (secprop = sa_get_property(secoptions, NULL); in nfs_format_options() 1542 for (prop = sa_get_property(security, in nfs_format_options() 1722 prop = sa_get_property(opt, "public"); in check_public() 1888 for (i = 0, prop = sa_get_property(secoptlist, NULL); in nfs_enable_share() [all …]
|
/illumos-gate/usr/src/lib/libshare/smb/ |
H A D | libshare_smb.c | 810 oprop = sa_get_property(parent, other); in smb_validate_property() 2041 for (prop = sa_get_property(options, NULL); in smb_format_options() 2487 if ((prop = sa_get_property(opts, name)) == NULL) { in smb_update_optionset_props() 2519 prop = sa_get_property(opts, propname); in smb_saprop_getbool() 2544 prop = sa_get_property(opts, propname); in smb_saprop_getstr()
|
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | commands.c | 853 prop = sa_get_property(optionset, optlist->optname); in add_optionset() 1846 for (spacer = 0, prop = sa_get_property(optionset, NULL); in out_properties() 3567 prop = sa_get_property(security, optlist->optname); in add_security() 4067 prop = sa_get_property(optionset, cur->optname); in remove_options() 4102 prop = sa_get_property(optionset, cur->optname); in valid_unset() 4135 prop = sa_get_property(security, cur->optname); in valid_unset_security() 4175 prop = sa_get_property(security, optlist->optname); in remove_security() 4283 prop = sa_get_property(optionset, NULL); in basic_unset() 4367 prop = sa_get_property(optionset, in space_unset()
|
/illumos-gate/usr/src/lib/libshare/autofs/ |
H A D | libshare_autofs.c | 254 propname = sa_get_property(property, "type"); in autofs_validate_property()
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_share.c | 1752 prop = sa_get_property(opts, propname); in smb_shr_sa_getprop()
|
H A D | srvsvc_svc.c | 3177 if ((prop = sa_get_property(opts, name)) == NULL) { in srvsvc_sa_setprop()
|