xref: /illumos-gate/usr/src/lib/libshare/common/mapfile-vers (revision 148c5f43199ca0b43fc8e3b643aab11cd66ea327)
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*148c5f43SAlan Wright# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
236185db85Sdougm#
24bfed486aSAli Bahrami
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# MAPFILE HEADER START
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# MAPFILE HEADER END
376185db85Sdougm#
386185db85Sdougm
39549ec3ffSdougmSUNWprivate {
406185db85Sdougm    global:
416185db85Sdougm	sa_get_optionset;
426185db85Sdougm	sa_create_property;
434bff34e3Sthurlow	sa_create_section;
444bff34e3Sthurlow	sa_set_section_attr;
456185db85Sdougm	sa_get_property;
466185db85Sdougm	sa_create_security;
476185db85Sdougm	sa_update_legacy;
486185db85Sdougm	sa_get_group_attr;
496185db85Sdougm	sa_free_share_description;
506185db85Sdougm	sa_remove_group;
516185db85Sdougm	sa_add_property;
526185db85Sdougm	sa_get_sub_group;
536185db85Sdougm	sa_get_next_optionset;
546185db85Sdougm	sa_update_property;
556185db85Sdougm	sa_destroy_security;
566185db85Sdougm	sa_update_sharetab;
576185db85Sdougm	sa_create_protocol_properties;
586185db85Sdougm	sa_get_group;
596185db85Sdougm	sa_get_security;
606185db85Sdougm	sa_get_protocol_property;
614bff34e3Sthurlow	sa_get_protocol_section;
626185db85Sdougm	sa_add_share;
636185db85Sdougm	sa_valid_group_name;
646185db85Sdougm	sa_get_optionset_attr;
656185db85Sdougm	sa_remove_property;
666185db85Sdougm	sa_set_security_attr;
676185db85Sdougm	sa_delete_sharetab;
686185db85Sdougm	sa_format_free;
696185db85Sdougm	sa_add_protocol_property;
706185db85Sdougm	sa_check_path;
716185db85Sdougm	sa_free_derived_optionset;
726185db85Sdougm	sa_is_security;
736185db85Sdougm	sa_get_protocols;
746185db85Sdougm	sa_get_parent_group;
756185db85Sdougm	sa_set_optionset_attr;
766185db85Sdougm	sa_commit_properties;
776185db85Sdougm	sa_parse_legacy_options;
786185db85Sdougm	sa_zfs_is_shared;
79ecd6cf80Smarks	sa_share_zfs;
80ecd6cf80Smarks	sa_path_is_zfs;
816185db85Sdougm	sa_get_derived_optionset;
826185db85Sdougm	sa_move_share;
836185db85Sdougm	sa_group_is_zfs;
846185db85Sdougm	sa_update_config;
85ecd6cf80Smarks	sa_sharetab_fill_zfs;
86ecd6cf80Smarks	sa_emptyshare;
876185db85Sdougm	sa_get_share_attr;
886185db85Sdougm	sa_create_optionset;
896185db85Sdougm	sa_valid_property;
906185db85Sdougm	sa_proto_legacy_format;
916185db85Sdougm	sa_proto_valid_space;
926185db85Sdougm	sa_proto_space_alias;
936185db85Sdougm	sa_get_next_protocol_property;
944bff34e3Sthurlow	sa_get_next_protocol_section;
956185db85Sdougm	sa_remove_share;
966185db85Sdougm	sa_is_share;
976185db85Sdougm	sa_get_share_description;
986185db85Sdougm	sa_get_share;
996185db85Sdougm	sa_get_next_group;
1006185db85Sdougm	sa_set_share_attr;
1016185db85Sdougm	sa_destroy_optionset;
1026185db85Sdougm	sa_get_derived_security;
1036185db85Sdougm	sa_proto_get_properties;
1046185db85Sdougm	sa_get_all_security_types;
1056185db85Sdougm	sa_get_resource;
1066185db85Sdougm	sa_set_share_description;
1076185db85Sdougm	sa_set_group_attr;
1086185db85Sdougm	sa_disable_share;
1096185db85Sdougm	sa_get_next_property;
1106185db85Sdougm	sa_get_next_security;
1116185db85Sdougm	sa_get_protocol_status;
1126185db85Sdougm	sa_init;
1136185db85Sdougm	sa_find_share;
1146185db85Sdougm	sa_set_protocol_property;
1156185db85Sdougm	sa_fini;
1166185db85Sdougm	sa_errorstr;
1176185db85Sdougm	sa_get_next_share;
1186185db85Sdougm	sa_free_attr_string;
1196185db85Sdougm	sa_get_property_attr;
1206185db85Sdougm	sa_get_security_attr;
1216185db85Sdougm	sa_delete_legacy;
1226185db85Sdougm	sa_free_derived_security;
1236185db85Sdougm	sa_enable_share;
124da6c28aaSamw	sa_enable_resource;
1256185db85Sdougm	sa_create_group;
1266185db85Sdougm	sa_valid_protocol;
127549ec3ffSdougm	sa_find_group_handle;
128da6c28aaSamw	sa_add_resource;
129da6c28aaSamw	sa_remove_resource;
130da6c28aaSamw	sa_rename_resource;
131da6c28aaSamw	sa_get_resource;
132da6c28aaSamw	sa_get_next_resource;
133da6c28aaSamw	sa_get_resource_attr;
134da6c28aaSamw	sa_set_resource_attr;
135da6c28aaSamw	sa_get_share_resource;
136da6c28aaSamw	sa_get_resource_parent;
137da6c28aaSamw	sa_find_resource;
138da6c28aaSamw	sa_proto_change_notify;
139da6c28aaSamw	sa_proto_notify_resource;
140da6c28aaSamw	sa_disable_resource;
141da6c28aaSamw	sa_proto_get_featureset;
142da6c28aaSamw	sa_is_persistent;
143da6c28aaSamw	sa_set_resource_description;
144da6c28aaSamw	sa_get_resource_description;
145da6c28aaSamw	sa_fix_resource_name;
1464bff34e3Sthurlow	sa_proto_delete_section;
1475b6e0c46Sdougm	sa_needs_refresh;
1485b6e0c46Sdougm	sa_get_zfs_handle;
1495b6e0c46Sdougm	sa_zfs_process_share;
1505b6e0c46Sdougm	sa_update_sharetab_ts;
151*148c5f43SAlan Wright	sa_zfs_setprop;
1526185db85Sdougm    local:
1536185db85Sdougm	*;
1546185db85Sdougm};
1556185db85Sdougm
156