xref: /onnv-gate/usr/src/lib/libshare/common/mapfile-vers (revision 3910:00586900e34c)
13034Sdougm#
23034Sdougm# CDDL HEADER START
33034Sdougm#
43034Sdougm# The contents of this file are subject to the terms of the
53034Sdougm# Common Development and Distribution License (the "License").
63034Sdougm# You may not use this file except in compliance with the License.
73034Sdougm#
83034Sdougm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93034Sdougm# or http://www.opensolaris.org/os/licensing.
103034Sdougm# See the License for the specific language governing permissions
113034Sdougm# and limitations under the License.
123034Sdougm#
133034Sdougm# When distributing Covered Code, include this CDDL HEADER in each
143034Sdougm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153034Sdougm# If applicable, add the following below this CDDL HEADER, with the
163034Sdougm# fields enclosed by brackets "[]" replaced with your own identifying
173034Sdougm# information: Portions Copyright [yyyy] [name of copyright owner]
183034Sdougm#
193034Sdougm# CDDL HEADER END
203034Sdougm#
213034Sdougm#
22*3910Sdougm# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
233034Sdougm# Use is subject to license terms.
243034Sdougm#
253034Sdougm# ident	"%Z%%M%	%I%	%E% SMI"
263034Sdougm#
273034Sdougm
28*3910SdougmSUNWprivate {
293034Sdougm    global:
303034Sdougm	sa_get_optionset;
313034Sdougm	sa_create_property;
323034Sdougm	sa_get_property;
333034Sdougm	sa_create_security;
343034Sdougm	sa_update_legacy;
353034Sdougm	sa_get_group_attr;
363034Sdougm	sa_free_share_description;
373034Sdougm	sa_remove_group;
383034Sdougm	sa_add_property;
393034Sdougm	sa_get_sub_group;
403034Sdougm	sa_get_next_optionset;
413034Sdougm	sa_update_property;
423034Sdougm	sa_destroy_security;
433034Sdougm	sa_update_sharetab;
443034Sdougm	sa_create_protocol_properties;
453034Sdougm	sa_get_group;
463034Sdougm	sa_get_security;
473034Sdougm	sa_get_protocol_property;
483034Sdougm	sa_add_share;
493034Sdougm	sa_valid_group_name;
503034Sdougm	sa_get_optionset_attr;
513034Sdougm	sa_remove_property;
523034Sdougm	sa_set_security_attr;
533034Sdougm	sa_delete_sharetab;
543034Sdougm	sa_format_free;
553034Sdougm	sa_add_protocol_property;
563034Sdougm	sa_check_path;
573034Sdougm	sa_free_derived_optionset;
583034Sdougm	sa_is_security;
593034Sdougm	sa_get_protocols;
603034Sdougm	sa_get_parent_group;
613034Sdougm	sa_set_optionset_attr;
623034Sdougm	sa_commit_properties;
633034Sdougm	sa_parse_legacy_options;
643034Sdougm	sa_zfs_is_shared;
653034Sdougm	sa_get_derived_optionset;
663034Sdougm	sa_move_share;
673034Sdougm	sa_group_is_zfs;
683034Sdougm	sa_update_config;
693034Sdougm	sa_get_share_attr;
703034Sdougm	sa_create_optionset;
713034Sdougm	sa_valid_property;
723034Sdougm	sa_proto_legacy_format;
733034Sdougm	sa_proto_valid_space;
743034Sdougm	sa_proto_space_alias;
753034Sdougm	sa_get_next_protocol_property;
763034Sdougm	sa_remove_share;
773034Sdougm	sa_is_share;
783034Sdougm	sa_get_share_description;
793034Sdougm	sa_get_share;
803034Sdougm	sa_get_next_group;
813034Sdougm	sa_set_share_attr;
823034Sdougm	sa_destroy_optionset;
833034Sdougm	sa_get_derived_security;
843034Sdougm	sa_proto_get_properties;
853034Sdougm	sa_get_all_security_types;
863034Sdougm	sa_get_resource;
873034Sdougm	sa_set_share_description;
883034Sdougm	sa_set_group_attr;
893034Sdougm	sa_disable_share;
903034Sdougm	sa_get_next_property;
913034Sdougm	sa_get_next_security;
923034Sdougm	sa_get_protocol_status;
933034Sdougm	sa_init;
943034Sdougm	sa_find_share;
953034Sdougm	sa_set_protocol_property;
963034Sdougm	sa_fini;
973034Sdougm	sa_errorstr;
983034Sdougm	sa_get_next_share;
993034Sdougm	sa_free_attr_string;
1003034Sdougm	sa_get_property_attr;
1013034Sdougm	sa_get_security_attr;
1023034Sdougm	sa_delete_legacy;
1033034Sdougm	sa_free_derived_security;
1043034Sdougm	sa_enable_share;
1053034Sdougm	sa_create_group;
1063034Sdougm	sa_valid_protocol;
107*3910Sdougm	sa_find_group_handle;
1083034Sdougm    local:
1093034Sdougm	*;
1103034Sdougm};
1113034Sdougm
112