Home
last modified time | relevance | path

Searched refs:optionset (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c1503 optionset != NULL; in mark_excluded_protos()
1504 optionset = sa_get_next_optionset(optionset)) { in mark_excluded_protos()
1538 optionset != NULL; in get_all_features()
1539 optionset = sa_get_next_optionset(optionset)) { in get_all_features()
1731 optionset = sa_get_next_optionset(optionset)) { in sa_enable_share()
1781 optionset = sa_get_next_optionset(optionset)) { in sa_disable_share()
2537 if (optionset == NULL) in sa_get_property()
2710 optionset = NULL; in sa_create_optionset()
2788 return (optionset); in sa_create_optionset()
2820 if (optionset != NULL) in sa_get_optionset_parent()
[all …]
H A Dlibsharecore.c584 sa_optionset_t optionset; in sa_delete_legacy() local
612 optionset != NULL; in sa_delete_legacy()
613 optionset = in sa_delete_legacy()
616 optionset, "type"); in sa_delete_legacy()
914 sa_optionset_t optionset; in sa_parse_legacy_options() local
952 if (optionset != NULL) { in sa_parse_legacy_options()
1690 if (optionset != NULL) { in sa_has_prop()
1790 sa_optionset_t optionset; in sa_get_derived_optionset() local
1810 if (optionset != NULL) { in sa_get_derived_optionset()
1858 if (optionset != NULL) { in sa_free_derived_optionset()
[all …]
H A Dlibshare_zfs.c459 sa_optionset_t optionset; in find_or_create_group() local
478 optionset = sa_get_optionset(group, proto); in find_or_create_group()
479 if (optionset == NULL) in find_or_create_group()
480 optionset = sa_create_optionset(group, proto); in find_or_create_group()
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c75 sa_optionset_t optionset; in has_protocol() local
79 if (optionset != NULL) { in has_protocol()
836 if (optionset == NULL) { in add_optionset()
838 if (optionset == NULL) in add_optionset()
1699 optionset = sa_get_next_optionset(optionset)) { in group_proto()
1911 optionset = sa_get_next_optionset(optionset)) { in show_properties()
2450 optionset = sa_get_next_optionset(optionset)) { in enable_share()
2509 optionset != NULL; in sa_require_resource()
2510 optionset = sa_get_next_optionset(optionset)) { in sa_require_resource()
4284 optionset); in basic_unset()
[all …]
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1749 sa_optionset_t optionset; in smb_parse_optstring() local
1790 optionset = sa_get_optionset(group, "smb"); in smb_parse_optstring()
1791 if (optionset == NULL) { in smb_parse_optstring()
1793 optionset = sa_create_optionset(group, "smb"); in smb_parse_optstring()
1794 if (optionset == NULL) in smb_parse_optstring()
1915 optionset = sa_create_optionset(resource, in smb_parse_optstring()
1924 ret = sa_add_property(optionset, prop); in smb_parse_optstring()
1928 ret = sa_commit_properties(optionset, !persist); in smb_parse_optstring()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c632 sa_optionset_t optionset; in nfs_parse_legacy_options() local
642 optionset = sa_get_optionset(group, "nfs"); in nfs_parse_legacy_options()
643 if (optionset == NULL) { in nfs_parse_legacy_options()
645 optionset = sa_create_optionset(group, "nfs"); in nfs_parse_legacy_options()
656 if (sa_get_property(optionset, NULL) != NULL) in nfs_parse_legacy_options()
811 ret = sa_add_property(optionset, prop); in nfs_parse_legacy_options()
817 optionset, !persist); in nfs_parse_legacy_options()
930 fill_export_from_optionset(struct exportdata *export, sa_optionset_t optionset) in fill_export_from_optionset() argument
935 for (option = sa_get_property(optionset, NULL); in fill_export_from_optionset()