Home
last modified time | relevance | path

Searched refs:sa_get_optionset (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c478 optionset = sa_get_optionset(group, proto); in find_or_create_group()
543 if (sa_get_optionset(group, proto) == NULL) in find_or_create_zfs_subgroup()
551 if (sa_get_optionset(zfs, proto) == NULL) in find_or_create_zfs_subgroup()
629 if (sa_get_optionset(group, proto) == NULL) in zfs_inherited()
1214 if (sa_get_optionset(group, "smb") == NULL) in sa_zfs_set_sharesmb()
1293 for (protopt = sa_get_optionset(parent, NULL); protopt != NULL; in sa_zfs_update()
H A Dlibshare.c809 opt = sa_get_optionset(defgrp, NULL); in verifydefgroupopts()
1502 for (optionset = sa_get_optionset(group, NULL); in mark_excluded_protos()
1537 for (optionset = sa_get_optionset(group, NULL); in get_all_features()
1593 if (sa_get_optionset(group, "nfs") != NULL) in _sa_add_share()
1729 for (optionset = sa_get_optionset(group, NULL); in sa_enable_share()
1779 for (optionset = sa_get_optionset(group, NULL); in sa_disable_share()
2402 sa_get_optionset(void *group, char *proto) in sa_get_optionset() function
2707 optionset = sa_get_optionset(group, proto); in sa_create_optionset()
3946 for (opt = sa_get_optionset(resource, NULL); in sa_remove_resource()
3987 for (optionset = sa_get_optionset(group, NULL); in proto_rename_resource()
[all …]
H A Dlibshare.h233 extern sa_optionset_t sa_get_optionset(sa_group_t, char *);
H A Dmapfile-vers45 sa_get_optionset;
H A Dlibsharecore.c611 for (optionset = sa_get_optionset(parent, NULL); in sa_delete_legacy()
951 localoptions = sa_get_optionset(group, proto); in sa_parse_legacy_options()
1254 opts = sa_get_optionset((sa_group_t) in parse_dfstab()
1809 optionset = sa_get_optionset((sa_optionset_t)object, proto); in sa_get_derived_optionset()
H A Dscfutil.c1835 for (opt = sa_get_optionset(resource, NULL); in remove_resources()
1886 for (opt = sa_get_optionset(share, NULL); in sa_delete_share()
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c78 optionset = sa_get_optionset(group, protocol); in has_protocol()
489 for (opt = sa_get_optionset(group, NULL); in notify_or_enable_share()
796 parent = sa_get_optionset(object, proto); in valid_options()
835 optionset = sa_get_optionset(group, proto); in add_optionset()
1896 optionset = sa_get_optionset(group, protocol); in show_properties()
2448 for (optionset = sa_get_optionset(group, NULL); in enable_share()
2508 for (optionset = sa_get_optionset(group, NULL); in sa_require_resource()
4062 optionset = sa_get_optionset(group, proto); in remove_options()
4097 optionset = sa_get_optionset(group, proto); in valid_unset()
5028 if (sa_get_optionset(group, in sa_start_group()
[all …]
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1790 optionset = sa_get_optionset(group, "smb"); in smb_parse_optstring()
2471 if ((opts = sa_get_optionset(resource, SMB_PROTOCOL_NAME)) == NULL) { in smb_update_optionset_props()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c642 optionset = sa_get_optionset(group, "nfs"); in nfs_parse_legacy_options()
1719 opt = sa_get_optionset(share, "nfs"); in check_public()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c1677 if (sa_get_optionset(group, SMB_PROTOCOL_NAME) == NULL) in smb_shr_sa_loadgrp()
H A Dsrvsvc_svc.c3159 if ((opts = sa_get_optionset(resource, SMB_PROTOCOL_NAME)) == NULL) { in srvsvc_sa_setprop()