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 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25 26# 27# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40SUNWprivate { 41 global: 42 sa_get_optionset; 43 sa_create_property; 44 sa_create_section; 45 sa_set_section_attr; 46 sa_get_property; 47 sa_create_security; 48 sa_update_legacy; 49 sa_get_group_attr; 50 sa_free_share_description; 51 sa_remove_group; 52 sa_add_property; 53 sa_get_sub_group; 54 sa_get_next_optionset; 55 sa_update_property; 56 sa_destroy_security; 57 sa_update_sharetab; 58 sa_create_protocol_properties; 59 sa_get_group; 60 sa_get_security; 61 sa_get_protocol_property; 62 sa_get_protocol_section; 63 sa_add_share; 64 sa_valid_group_name; 65 sa_get_optionset_attr; 66 sa_remove_property; 67 sa_set_security_attr; 68 sa_delete_sharetab; 69 sa_format_free; 70 sa_add_protocol_property; 71 sa_check_path; 72 sa_free_derived_optionset; 73 sa_is_security; 74 sa_get_protocols; 75 sa_get_parent_group; 76 sa_set_optionset_attr; 77 sa_commit_properties; 78 sa_parse_legacy_options; 79 sa_zfs_is_shared; 80 sa_share_zfs; 81 sa_path_is_zfs; 82 sa_get_derived_optionset; 83 sa_move_share; 84 sa_group_is_zfs; 85 sa_update_config; 86 sa_sharetab_fill_zfs; 87 sa_emptyshare; 88 sa_get_share_attr; 89 sa_create_optionset; 90 sa_valid_property; 91 sa_proto_legacy_format; 92 sa_proto_valid_space; 93 sa_proto_space_alias; 94 sa_get_next_protocol_property; 95 sa_get_next_protocol_section; 96 sa_remove_share; 97 sa_is_share; 98 sa_get_share_description; 99 sa_get_share; 100 sa_get_next_group; 101 sa_set_share_attr; 102 sa_destroy_optionset; 103 sa_get_derived_security; 104 sa_proto_get_properties; 105 sa_get_all_security_types; 106 sa_get_resource; 107 sa_set_share_description; 108 sa_set_group_attr; 109 sa_disable_share; 110 sa_get_next_property; 111 sa_get_next_security; 112 sa_get_protocol_status; 113 sa_init; 114 sa_find_share; 115 sa_set_protocol_property; 116 sa_fini; 117 sa_errorstr; 118 sa_get_next_share; 119 sa_free_attr_string; 120 sa_get_property_attr; 121 sa_get_security_attr; 122 sa_delete_legacy; 123 sa_free_derived_security; 124 sa_enable_share; 125 sa_enable_resource; 126 sa_create_group; 127 sa_valid_protocol; 128 sa_find_group_handle; 129 sa_add_resource; 130 sa_remove_resource; 131 sa_rename_resource; 132 sa_get_resource; 133 sa_get_next_resource; 134 sa_get_resource_attr; 135 sa_set_resource_attr; 136 sa_get_share_resource; 137 sa_get_resource_parent; 138 sa_find_resource; 139 sa_proto_change_notify; 140 sa_proto_notify_resource; 141 sa_disable_resource; 142 sa_proto_get_featureset; 143 sa_is_persistent; 144 sa_set_resource_description; 145 sa_get_resource_description; 146 sa_fix_resource_name; 147 sa_proto_delete_section; 148 sa_needs_refresh; 149 sa_get_zfs_handle; 150 sa_zfs_process_share; 151 sa_update_sharetab_ts; 152 local: 153 *; 154}; 155 156