Searched refs:sa_get_optionset (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 434 optionset = sa_get_optionset(group, proto); in find_or_create_group() 499 if (sa_get_optionset(group, proto) == NULL) in find_or_create_zfs_subgroup() 507 if (sa_get_optionset(zfs, proto) == NULL) in find_or_create_zfs_subgroup() 585 if (sa_get_optionset(group, proto) == NULL) in zfs_inherited() 1038 if (sa_get_optionset(group, "smb") == NULL) in sa_zfs_set_sharesmb() 1117 for (protopt = sa_get_optionset(parent, NULL); protopt != NULL; in sa_zfs_update()
|
H A D | libshare.c | 806 opt = sa_get_optionset(defgrp, NULL); in verifydefgroupopts() 1410 for (optionset = sa_get_optionset(group, NULL); in mark_excluded_protos() 1445 for (optionset = sa_get_optionset(group, NULL); in get_all_features() 1501 if (sa_get_optionset(group, "nfs") != NULL) in _sa_add_share() 1503 else if (sa_get_optionset(group, "smb") != NULL) in _sa_add_share() 1637 for (optionset = sa_get_optionset(group, NULL); in sa_enable_share() 1687 for (optionset = sa_get_optionset(group, NULL); in sa_disable_share() 2310 sa_get_optionset(void *group, char *proto) in sa_get_optionset() function 2615 optionset = sa_get_optionset(group, proto); in sa_create_optionset() 3854 for (opt = sa_get_optionset(resource, NULL); in sa_remove_resource() [all …]
|
H A D | libshare.h | 206 extern sa_optionset_t sa_get_optionset(sa_group_t, char *);
|
H A D | mapfile-vers | 43 sa_get_optionset;
|
H A D | libsharecore.c | 610 for (optionset = sa_get_optionset(parent, NULL); in sa_delete_legacy() 950 localoptions = sa_get_optionset(group, proto); in sa_parse_legacy_options() 1253 opts = sa_get_optionset((sa_group_t) in parse_dfstab() 1734 optionset = sa_get_optionset((sa_optionset_t)object, proto); in sa_get_derived_optionset()
|
H A D | scfutil.c | 1836 for (opt = sa_get_optionset(resource, NULL); in remove_resources() 1887 for (opt = sa_get_optionset(share, NULL); in sa_delete_share()
|
/titanic_50/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | commands.c | 73 optionset = sa_get_optionset(group, protocol); in has_protocol() 484 for (opt = sa_get_optionset(group, NULL); in notify_or_enable_share() 791 parent = sa_get_optionset(object, proto); in valid_options() 830 optionset = sa_get_optionset(group, proto); in add_optionset() 1581 optionset = sa_get_optionset(group, protocol); in sa_delete() 1692 for (optionset = sa_get_optionset(group, NULL); in group_proto() 1891 optionset = sa_get_optionset(group, protocol); in show_properties() 1904 for (optionset = sa_get_optionset(group, protocol); in show_properties() 1994 if (sa_get_optionset(resource, NULL) != NULL) { in has_resource_with_opt() 2442 for (optionset = sa_get_optionset(group, NULL); in enable_share() [all …]
|
/titanic_50/usr/src/lib/libshare/smb/ |
H A D | libshare_smb.c | 1783 optionset = sa_get_optionset(group, "smb"); in smb_parse_optstring() 2384 if ((opts = sa_get_optionset(resource, SMB_PROTOCOL_NAME)) == NULL) { in smb_update_optionset_props()
|
/titanic_50/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 627 optionset = sa_get_optionset(group, "nfs"); in nfs_parse_legacy_options() 1698 opt = sa_get_optionset(share, "nfs"); in check_public()
|
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_share.c | 1502 if (sa_get_optionset(group, SMB_PROTOCOL_NAME) == NULL) in smb_shr_sa_loadgrp()
|
H A D | srvsvc_svc.c | 3080 if ((opts = sa_get_optionset(resource, SMB_PROTOCOL_NAME)) == NULL) { in srvsvc_sa_setprop()
|