1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNWprivate { 29 global: 30 sa_get_optionset; 31 sa_create_property; 32 sa_get_property; 33 sa_create_security; 34 sa_update_legacy; 35 sa_get_group_attr; 36 sa_free_share_description; 37 sa_remove_group; 38 sa_add_property; 39 sa_get_sub_group; 40 sa_get_next_optionset; 41 sa_update_property; 42 sa_destroy_security; 43 sa_update_sharetab; 44 sa_create_protocol_properties; 45 sa_get_group; 46 sa_get_security; 47 sa_get_protocol_property; 48 sa_add_share; 49 sa_valid_group_name; 50 sa_get_optionset_attr; 51 sa_remove_property; 52 sa_set_security_attr; 53 sa_delete_sharetab; 54 sa_format_free; 55 sa_add_protocol_property; 56 sa_check_path; 57 sa_free_derived_optionset; 58 sa_is_security; 59 sa_get_protocols; 60 sa_get_parent_group; 61 sa_set_optionset_attr; 62 sa_commit_properties; 63 sa_parse_legacy_options; 64 sa_zfs_is_shared; 65 sa_share_zfs; 66 sa_path_is_zfs; 67 sa_get_derived_optionset; 68 sa_move_share; 69 sa_group_is_zfs; 70 sa_update_config; 71 sa_sharetab_fill_zfs; 72 sa_emptyshare; 73 sa_get_share_attr; 74 sa_create_optionset; 75 sa_valid_property; 76 sa_proto_legacy_format; 77 sa_proto_valid_space; 78 sa_proto_space_alias; 79 sa_get_next_protocol_property; 80 sa_remove_share; 81 sa_is_share; 82 sa_get_share_description; 83 sa_get_share; 84 sa_get_next_group; 85 sa_set_share_attr; 86 sa_destroy_optionset; 87 sa_get_derived_security; 88 sa_proto_get_properties; 89 sa_get_all_security_types; 90 sa_get_resource; 91 sa_set_share_description; 92 sa_set_group_attr; 93 sa_disable_share; 94 sa_get_next_property; 95 sa_get_next_security; 96 sa_get_protocol_status; 97 sa_init; 98 sa_find_share; 99 sa_set_protocol_property; 100 sa_fini; 101 sa_errorstr; 102 sa_get_next_share; 103 sa_free_attr_string; 104 sa_get_property_attr; 105 sa_get_security_attr; 106 sa_delete_legacy; 107 sa_free_derived_security; 108 sa_enable_share; 109 sa_enable_resource; 110 sa_create_group; 111 sa_valid_protocol; 112 sa_find_group_handle; 113 sa_add_resource; 114 sa_remove_resource; 115 sa_rename_resource; 116 sa_get_resource; 117 sa_get_next_resource; 118 sa_get_resource_attr; 119 sa_set_resource_attr; 120 sa_get_share_resource; 121 sa_get_resource_parent; 122 sa_find_resource; 123 sa_proto_change_notify; 124 sa_proto_notify_resource; 125 sa_disable_resource; 126 sa_proto_get_featureset; 127 sa_is_persistent; 128 sa_set_resource_description; 129 sa_get_resource_description; 130 sa_fix_resource_name; 131 local: 132 *; 133}; 134 135