16185db85Sdougm# 26185db85Sdougm# CDDL HEADER START 36185db85Sdougm# 46185db85Sdougm# The contents of this file are subject to the terms of the 56185db85Sdougm# Common Development and Distribution License (the "License"). 66185db85Sdougm# You may not use this file except in compliance with the License. 76185db85Sdougm# 86185db85Sdougm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 96185db85Sdougm# or http://www.opensolaris.org/os/licensing. 106185db85Sdougm# See the License for the specific language governing permissions 116185db85Sdougm# and limitations under the License. 126185db85Sdougm# 136185db85Sdougm# When distributing Covered Code, include this CDDL HEADER in each 146185db85Sdougm# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 156185db85Sdougm# If applicable, add the following below this CDDL HEADER, with the 166185db85Sdougm# fields enclosed by brackets "[]" replaced with your own identifying 176185db85Sdougm# information: Portions Copyright [yyyy] [name of copyright owner] 186185db85Sdougm# 196185db85Sdougm# CDDL HEADER END 206185db85Sdougm# 216185db85Sdougm# 22*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 236185db85Sdougm# Use is subject to license terms. 246185db85Sdougm# 25*bfed486aSAli Bahrami 26*bfed486aSAli Bahrami# 27*bfed486aSAli Bahrami# MAPFILE HEADER START 28*bfed486aSAli Bahrami# 29*bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31*bfed486aSAli Bahrami# 32*bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33*bfed486aSAli Bahrami# 34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36*bfed486aSAli Bahrami# 37*bfed486aSAli Bahrami# MAPFILE HEADER END 386185db85Sdougm# 396185db85Sdougm 40549ec3ffSdougmSUNWprivate { 416185db85Sdougm global: 426185db85Sdougm sa_get_optionset; 436185db85Sdougm sa_create_property; 444bff34e3Sthurlow sa_create_section; 454bff34e3Sthurlow sa_set_section_attr; 466185db85Sdougm sa_get_property; 476185db85Sdougm sa_create_security; 486185db85Sdougm sa_update_legacy; 496185db85Sdougm sa_get_group_attr; 506185db85Sdougm sa_free_share_description; 516185db85Sdougm sa_remove_group; 526185db85Sdougm sa_add_property; 536185db85Sdougm sa_get_sub_group; 546185db85Sdougm sa_get_next_optionset; 556185db85Sdougm sa_update_property; 566185db85Sdougm sa_destroy_security; 576185db85Sdougm sa_update_sharetab; 586185db85Sdougm sa_create_protocol_properties; 596185db85Sdougm sa_get_group; 606185db85Sdougm sa_get_security; 616185db85Sdougm sa_get_protocol_property; 624bff34e3Sthurlow sa_get_protocol_section; 636185db85Sdougm sa_add_share; 646185db85Sdougm sa_valid_group_name; 656185db85Sdougm sa_get_optionset_attr; 666185db85Sdougm sa_remove_property; 676185db85Sdougm sa_set_security_attr; 686185db85Sdougm sa_delete_sharetab; 696185db85Sdougm sa_format_free; 706185db85Sdougm sa_add_protocol_property; 716185db85Sdougm sa_check_path; 726185db85Sdougm sa_free_derived_optionset; 736185db85Sdougm sa_is_security; 746185db85Sdougm sa_get_protocols; 756185db85Sdougm sa_get_parent_group; 766185db85Sdougm sa_set_optionset_attr; 776185db85Sdougm sa_commit_properties; 786185db85Sdougm sa_parse_legacy_options; 796185db85Sdougm sa_zfs_is_shared; 80ecd6cf80Smarks sa_share_zfs; 81ecd6cf80Smarks sa_path_is_zfs; 826185db85Sdougm sa_get_derived_optionset; 836185db85Sdougm sa_move_share; 846185db85Sdougm sa_group_is_zfs; 856185db85Sdougm sa_update_config; 86ecd6cf80Smarks sa_sharetab_fill_zfs; 87ecd6cf80Smarks sa_emptyshare; 886185db85Sdougm sa_get_share_attr; 896185db85Sdougm sa_create_optionset; 906185db85Sdougm sa_valid_property; 916185db85Sdougm sa_proto_legacy_format; 926185db85Sdougm sa_proto_valid_space; 936185db85Sdougm sa_proto_space_alias; 946185db85Sdougm sa_get_next_protocol_property; 954bff34e3Sthurlow sa_get_next_protocol_section; 966185db85Sdougm sa_remove_share; 976185db85Sdougm sa_is_share; 986185db85Sdougm sa_get_share_description; 996185db85Sdougm sa_get_share; 1006185db85Sdougm sa_get_next_group; 1016185db85Sdougm sa_set_share_attr; 1026185db85Sdougm sa_destroy_optionset; 1036185db85Sdougm sa_get_derived_security; 1046185db85Sdougm sa_proto_get_properties; 1056185db85Sdougm sa_get_all_security_types; 1066185db85Sdougm sa_get_resource; 1076185db85Sdougm sa_set_share_description; 1086185db85Sdougm sa_set_group_attr; 1096185db85Sdougm sa_disable_share; 1106185db85Sdougm sa_get_next_property; 1116185db85Sdougm sa_get_next_security; 1126185db85Sdougm sa_get_protocol_status; 1136185db85Sdougm sa_init; 1146185db85Sdougm sa_find_share; 1156185db85Sdougm sa_set_protocol_property; 1166185db85Sdougm sa_fini; 1176185db85Sdougm sa_errorstr; 1186185db85Sdougm sa_get_next_share; 1196185db85Sdougm sa_free_attr_string; 1206185db85Sdougm sa_get_property_attr; 1216185db85Sdougm sa_get_security_attr; 1226185db85Sdougm sa_delete_legacy; 1236185db85Sdougm sa_free_derived_security; 1246185db85Sdougm sa_enable_share; 125da6c28aaSamw sa_enable_resource; 1266185db85Sdougm sa_create_group; 1276185db85Sdougm sa_valid_protocol; 128549ec3ffSdougm sa_find_group_handle; 129da6c28aaSamw sa_add_resource; 130da6c28aaSamw sa_remove_resource; 131da6c28aaSamw sa_rename_resource; 132da6c28aaSamw sa_get_resource; 133da6c28aaSamw sa_get_next_resource; 134da6c28aaSamw sa_get_resource_attr; 135da6c28aaSamw sa_set_resource_attr; 136da6c28aaSamw sa_get_share_resource; 137da6c28aaSamw sa_get_resource_parent; 138da6c28aaSamw sa_find_resource; 139da6c28aaSamw sa_proto_change_notify; 140da6c28aaSamw sa_proto_notify_resource; 141da6c28aaSamw sa_disable_resource; 142da6c28aaSamw sa_proto_get_featureset; 143da6c28aaSamw sa_is_persistent; 144da6c28aaSamw sa_set_resource_description; 145da6c28aaSamw sa_get_resource_description; 146da6c28aaSamw sa_fix_resource_name; 1474bff34e3Sthurlow sa_proto_delete_section; 1485b6e0c46Sdougm sa_needs_refresh; 1495b6e0c46Sdougm sa_get_zfs_handle; 1505b6e0c46Sdougm sa_zfs_process_share; 1515b6e0c46Sdougm sa_update_sharetab_ts; 1526185db85Sdougm local: 1536185db85Sdougm *; 1546185db85Sdougm}; 1556185db85Sdougm 156