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