xref: /onnv-gate/usr/src/lib/libshare/common/mapfile-vers (revision 5331:3047ad28a67b)
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#
223910Sdougm# 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
283910SdougmSUNWprivate {
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;
654543Smarks	sa_share_zfs;
664543Smarks	sa_path_is_zfs;
673034Sdougm	sa_get_derived_optionset;
683034Sdougm	sa_move_share;
693034Sdougm	sa_group_is_zfs;
703034Sdougm	sa_update_config;
714543Smarks	sa_sharetab_fill_zfs;
724543Smarks	sa_emptyshare;
733034Sdougm	sa_get_share_attr;
743034Sdougm	sa_create_optionset;
753034Sdougm	sa_valid_property;
763034Sdougm	sa_proto_legacy_format;
773034Sdougm	sa_proto_valid_space;
783034Sdougm	sa_proto_space_alias;
793034Sdougm	sa_get_next_protocol_property;
803034Sdougm	sa_remove_share;
813034Sdougm	sa_is_share;
823034Sdougm	sa_get_share_description;
833034Sdougm	sa_get_share;
843034Sdougm	sa_get_next_group;
853034Sdougm	sa_set_share_attr;
863034Sdougm	sa_destroy_optionset;
873034Sdougm	sa_get_derived_security;
883034Sdougm	sa_proto_get_properties;
893034Sdougm	sa_get_all_security_types;
903034Sdougm	sa_get_resource;
913034Sdougm	sa_set_share_description;
923034Sdougm	sa_set_group_attr;
933034Sdougm	sa_disable_share;
943034Sdougm	sa_get_next_property;
953034Sdougm	sa_get_next_security;
963034Sdougm	sa_get_protocol_status;
973034Sdougm	sa_init;
983034Sdougm	sa_find_share;
993034Sdougm	sa_set_protocol_property;
1003034Sdougm	sa_fini;
1013034Sdougm	sa_errorstr;
1023034Sdougm	sa_get_next_share;
1033034Sdougm	sa_free_attr_string;
1043034Sdougm	sa_get_property_attr;
1053034Sdougm	sa_get_security_attr;
1063034Sdougm	sa_delete_legacy;
1073034Sdougm	sa_free_derived_security;
1083034Sdougm	sa_enable_share;
109*5331Samw	sa_enable_resource;
1103034Sdougm	sa_create_group;
1113034Sdougm	sa_valid_protocol;
1123910Sdougm	sa_find_group_handle;
113*5331Samw	sa_add_resource;
114*5331Samw	sa_remove_resource;
115*5331Samw	sa_rename_resource;
116*5331Samw	sa_get_resource;
117*5331Samw	sa_get_next_resource;
118*5331Samw	sa_get_resource_attr;
119*5331Samw	sa_set_resource_attr;
120*5331Samw	sa_get_share_resource;
121*5331Samw	sa_get_resource_parent;
122*5331Samw	sa_find_resource;
123*5331Samw	sa_proto_change_notify;
124*5331Samw	sa_proto_notify_resource;
125*5331Samw	sa_disable_resource;
126*5331Samw	sa_proto_get_featureset;
127*5331Samw	sa_is_persistent;
128*5331Samw	sa_set_resource_description;
129*5331Samw	sa_get_resource_description;
130*5331Samw	sa_fix_resource_name;
1313034Sdougm    local:
1323034Sdougm	*;
1333034Sdougm};
1343034Sdougm
135