Home
last modified time | relevance | path

Searched refs:sa_get_property (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c953 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 Dlibshare.h243 extern sa_property_t sa_get_property(sa_optionset_t, char *);
H A Dmapfile-vers49 sa_get_property;
H A Dlibshare.c2532 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 Dlibshare_nfs.c490 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()
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()
2250 oprop1 = sa_get_property(parent, other1); in nfs_validate_property()
2251 oprop2 = sa_get_property(parent, other2); in nfs_validate_property()
[all …]
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c810 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 Dcommands.c853 prop = sa_get_property(optionset, optlist->optname); in add_optionset()
1846 for (spacer = 0, prop = sa_get_property(optionset, NULL); in out_properties()
3565 prop = sa_get_property(security, optlist->optname); in add_security()
4065 prop = sa_get_property(optionset, cur->optname); in remove_options()
4100 prop = sa_get_property(optionset, cur->optname); in valid_unset()
4133 prop = sa_get_property(security, cur->optname); in valid_unset_security()
4173 prop = sa_get_property(security, optlist->optname); in remove_security()
4281 prop = sa_get_property(optionset, NULL); in basic_unset()
4365 prop = sa_get_property(optionset, in space_unset()
/illumos-gate/usr/src/lib/libshare/autofs/
H A Dlibshare_autofs.c254 propname = sa_get_property(property, "type"); in autofs_validate_property()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c1752 prop = sa_get_property(opts, propname); in smb_shr_sa_getprop()
H A Dsrvsvc_svc.c3177 if ((prop = sa_get_property(opts, name)) == NULL) { in srvsvc_sa_setprop()