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