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# 22549ec3ffSdougm# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 236185db85Sdougm# Use is subject to license terms. 246185db85Sdougm# 256185db85Sdougm# ident "%Z%%M% %I% %E% SMI" 266185db85Sdougm# 276185db85Sdougm 28549ec3ffSdougmSUNWprivate { 296185db85Sdougm global: 306185db85Sdougm sa_get_optionset; 316185db85Sdougm sa_create_property; 326185db85Sdougm sa_get_property; 336185db85Sdougm sa_create_security; 346185db85Sdougm sa_update_legacy; 356185db85Sdougm sa_get_group_attr; 366185db85Sdougm sa_free_share_description; 376185db85Sdougm sa_remove_group; 386185db85Sdougm sa_add_property; 396185db85Sdougm sa_get_sub_group; 406185db85Sdougm sa_get_next_optionset; 416185db85Sdougm sa_update_property; 426185db85Sdougm sa_destroy_security; 436185db85Sdougm sa_update_sharetab; 446185db85Sdougm sa_create_protocol_properties; 456185db85Sdougm sa_get_group; 466185db85Sdougm sa_get_security; 476185db85Sdougm sa_get_protocol_property; 486185db85Sdougm sa_add_share; 496185db85Sdougm sa_valid_group_name; 506185db85Sdougm sa_get_optionset_attr; 516185db85Sdougm sa_remove_property; 526185db85Sdougm sa_set_security_attr; 536185db85Sdougm sa_delete_sharetab; 546185db85Sdougm sa_format_free; 556185db85Sdougm sa_add_protocol_property; 566185db85Sdougm sa_check_path; 576185db85Sdougm sa_free_derived_optionset; 586185db85Sdougm sa_is_security; 596185db85Sdougm sa_get_protocols; 606185db85Sdougm sa_get_parent_group; 616185db85Sdougm sa_set_optionset_attr; 626185db85Sdougm sa_commit_properties; 636185db85Sdougm sa_parse_legacy_options; 646185db85Sdougm sa_zfs_is_shared; 65*ecd6cf80Smarks sa_share_zfs; 66*ecd6cf80Smarks sa_path_is_zfs; 676185db85Sdougm sa_get_derived_optionset; 686185db85Sdougm sa_move_share; 696185db85Sdougm sa_group_is_zfs; 706185db85Sdougm sa_update_config; 71*ecd6cf80Smarks sa_sharetab_fill_zfs; 72*ecd6cf80Smarks sa_emptyshare; 736185db85Sdougm sa_get_share_attr; 746185db85Sdougm sa_create_optionset; 756185db85Sdougm sa_valid_property; 766185db85Sdougm sa_proto_legacy_format; 776185db85Sdougm sa_proto_valid_space; 786185db85Sdougm sa_proto_space_alias; 796185db85Sdougm sa_get_next_protocol_property; 806185db85Sdougm sa_remove_share; 816185db85Sdougm sa_is_share; 826185db85Sdougm sa_get_share_description; 836185db85Sdougm sa_get_share; 846185db85Sdougm sa_get_next_group; 856185db85Sdougm sa_set_share_attr; 866185db85Sdougm sa_destroy_optionset; 876185db85Sdougm sa_get_derived_security; 886185db85Sdougm sa_proto_get_properties; 896185db85Sdougm sa_get_all_security_types; 906185db85Sdougm sa_get_resource; 916185db85Sdougm sa_set_share_description; 926185db85Sdougm sa_set_group_attr; 936185db85Sdougm sa_disable_share; 946185db85Sdougm sa_get_next_property; 956185db85Sdougm sa_get_next_security; 966185db85Sdougm sa_get_protocol_status; 976185db85Sdougm sa_init; 986185db85Sdougm sa_find_share; 996185db85Sdougm sa_set_protocol_property; 1006185db85Sdougm sa_fini; 1016185db85Sdougm sa_errorstr; 1026185db85Sdougm sa_get_next_share; 1036185db85Sdougm sa_free_attr_string; 1046185db85Sdougm sa_get_property_attr; 1056185db85Sdougm sa_get_security_attr; 1066185db85Sdougm sa_delete_legacy; 1076185db85Sdougm sa_free_derived_security; 1086185db85Sdougm sa_enable_share; 1096185db85Sdougm sa_create_group; 1106185db85Sdougm sa_valid_protocol; 111549ec3ffSdougm sa_find_group_handle; 1126185db85Sdougm local: 1136185db85Sdougm *; 1146185db85Sdougm}; 1156185db85Sdougm 116