xref: /illumos-gate/usr/src/lib/libzfs/common/mapfile-vers (revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45)
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 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26#
27# MAPFILE HEADER START
28#
29# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30# Object versioning must comply with the rules detailed in
31#
32#	usr/src/lib/README.mapfiles
33#
34# You should not be making modifications here until you've read the most current
35# copy of that file. If you need help, contact a gatekeeper for guidance.
36#
37# MAPFILE HEADER END
38#
39
40SUNWprivate_1.1 {
41    global:
42	libzfs_errno;
43	libzfs_error_action;
44	libzfs_error_description;
45	libzfs_fini;
46	libzfs_init;
47	libzfs_print_on_error;
48	zfs_allocatable_devs;
49	zfs_build_perms;
50	zfs_clone;
51	zfs_close;
52	zfs_create;
53	zfs_create_ancestors;
54	zfs_dataset_exists;
55	zfs_deleg_permissions;
56	zfs_deleg_share_nfs;
57	zfs_destroy;
58	zfs_destroy_snaps;
59	zfs_expand_proplist;
60	zfs_free_allows;
61	zfs_get_handle;
62	zfs_get_name;
63	zfs_get_pool_handle;
64	zfs_get_user_props;
65	zfs_get_type;
66	zfs_iscsi_perm_check;
67	zfs_is_mounted;
68	zfs_is_shared;
69	zfs_is_shared_iscsi;
70	zfs_is_shared_nfs;
71	zfs_is_shared_smb;
72	zfs_iter_children;
73	zfs_iter_dependents;
74	zfs_iter_filesystems;
75	zfs_iter_root;
76	zfs_iter_snapshots;
77	zfs_mount;
78	zfs_name_to_prop;
79	zfs_name_valid;
80	zfs_nicenum;
81	zfs_nicestrtonum;
82	zfs_open;
83	zfs_path_to_zhandle;
84	zfs_perm_get;
85	zfs_perm_remove;
86	zfs_perm_set;
87	zfs_promote;
88	zfs_prop_align_right;
89	zfs_prop_column_name;
90	zfs_prop_default_numeric;
91	zfs_prop_default_string;
92	zfs_prop_get;
93	zfs_prop_get_int;
94	zfs_prop_get_numeric;
95	zfs_prop_inherit;
96	zfs_prop_inheritable;
97	zfs_prop_is_string;
98	zfs_prop_readonly;
99	zfs_prop_set;
100	zfs_prop_string_to_index;
101	zfs_prop_to_name;
102	zfs_prop_user;
103	zfs_prop_valid_for_type;
104	zfs_prop_values;
105	zfs_receive;
106	zfs_refresh_properties;
107	zfs_rename;
108	zfs_rollback;
109	zfs_send;
110	zfs_share;
111	zfs_shareall;
112	zfs_share_nfs;
113	zfs_share_smb;
114	zfs_share_iscsi;
115	zfs_snapshot;
116	zfs_spa_version;
117	zfs_type_to_name;
118	zfs_unmount;
119	zfs_unmountall;
120	zfs_unshare;
121	zfs_unshare_iscsi;
122	zfs_unshare_nfs;
123	zfs_unshare_smb;
124	zfs_unshareall;
125	zfs_unshareall_bypath;
126	zfs_unshareall_nfs;
127	zfs_unshareall_smb;
128	zpool_add;
129	zpool_clear;
130	zpool_close;
131	zpool_create;
132	zpool_create_zvol_links;
133	zpool_destroy;
134	zpool_disable_datasets;
135	zpool_enable_datasets;
136	zpool_expand_proplist;
137	zpool_export;
138	zpool_export_force;
139	zpool_find_import;
140	zpool_find_import_activeok;
141	zpool_find_import_byguid;
142	zpool_find_import_byname;
143	zpool_find_import_cached;
144	zpool_find_vdev;
145	zpool_get_config;
146	zpool_get_errlog;
147	zpool_get_handle;
148	zpool_get_history;
149	zpool_get_name;
150	zpool_get_physpath;
151	zpool_get_prop;
152	zpool_get_prop_int;
153	zpool_get_state;
154	zpool_get_status;
155	zpool_import;
156	zpool_import_props;
157	zpool_import_status;
158	zpool_in_use;
159	zpool_iter;
160	zpool_label_disk;
161	zpool_mount_datasets;
162	zpool_name_to_prop;
163	zpool_obj_to_path;
164	zpool_open;
165	zpool_open_canfail;
166	zpool_prop_align_right;
167	zpool_prop_column_name;
168	zpool_prop_readonly;
169	zpool_prop_to_name;
170	zpool_prop_values;
171	zpool_read_label;
172	zpool_refresh_stats;
173	zpool_remove_zvol_links;
174	zpool_scrub;
175	zpool_set_history_str;
176	zpool_set_prop;
177	zpool_stage_history;
178	zpool_state_to_name;
179	zpool_unmount_datasets;
180	zpool_upgrade;
181	zpool_vdev_attach;
182	zpool_vdev_clear;
183	zpool_vdev_degrade;
184	zpool_vdev_detach;
185	zpool_vdev_fault;
186	zpool_vdev_name;
187	zpool_vdev_offline;
188	zpool_vdev_online;
189	zpool_vdev_remove;
190	zprop_free_list;
191	zprop_get_list;
192	zprop_iter;
193	zprop_print_one_property;
194	zvol_check_dump_config;
195    local:
196	*;
197};
198