xref: /titanic_51/usr/src/lib/libzfs/common/mapfile-vers (revision 1195e687f1c03c8d57417b5999578922e20a3554)
1f808c858Sraf#
2f808c858Sraf# CDDL HEADER START
3f808c858Sraf#
4f808c858Sraf# The contents of this file are subject to the terms of the
5f808c858Sraf# Common Development and Distribution License (the "License").
6f808c858Sraf# You may not use this file except in compliance with the License.
7f808c858Sraf#
8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f808c858Sraf# or http://www.opensolaris.org/os/licensing.
10f808c858Sraf# See the License for the specific language governing permissions
11f808c858Sraf# and limitations under the License.
12f808c858Sraf#
13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each
14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the
16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
18f808c858Sraf#
19f808c858Sraf# CDDL HEADER END
20f808c858Sraf#
21f808c858Sraf#
22*1195e687SMark J Musante# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
23f808c858Sraf# Use is subject to license terms.
24f808c858Sraf#
25f808c858Sraf
26bfed486aSAli Bahrami#
27bfed486aSAli Bahrami# MAPFILE HEADER START
28bfed486aSAli Bahrami#
29bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
31bfed486aSAli Bahrami#
32bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
33bfed486aSAli Bahrami#
34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
36bfed486aSAli Bahrami#
37bfed486aSAli Bahrami# MAPFILE HEADER END
38bfed486aSAli Bahrami#
39bfed486aSAli Bahrami
40f808c858SrafSUNWprivate_1.1 {
41f808c858Sraf    global:
42495db6fbSLori Alt	fletcher_2_native;
43495db6fbSLori Alt	fletcher_2_byteswap;
44495db6fbSLori Alt	fletcher_4_native;
45495db6fbSLori Alt	fletcher_4_byteswap;
46495db6fbSLori Alt	fletcher_4_incremental_native;
47495db6fbSLori Alt	fletcher_4_incremental_byteswap;
488f18d1faSGeorge Wilson	hist_event_table;
49f808c858Sraf	libzfs_errno;
50f808c858Sraf	libzfs_error_action;
51f808c858Sraf	libzfs_error_description;
52f808c858Sraf	libzfs_fini;
53069f55e2SEric Schrock	libzfs_fru_compare;
54069f55e2SEric Schrock	libzfs_fru_devpath;
55069f55e2SEric Schrock	libzfs_fru_lookup;
56069f55e2SEric Schrock	libzfs_fru_notself;
57069f55e2SEric Schrock	libzfs_fru_refresh;
58f808c858Sraf	libzfs_init;
59b2634b9cSEric Taylor	libzfs_mnttab_cache;
60f808c858Sraf	libzfs_print_on_error;
61b7b97454Sperrin	zfs_allocatable_devs;
62f808c858Sraf	zfs_clone;
63f808c858Sraf	zfs_close;
64f808c858Sraf	zfs_create;
657f1f55eaSvb160487	zfs_create_ancestors;
667f1f55eaSvb160487	zfs_dataset_exists;
67ecd6cf80Smarks	zfs_deleg_share_nfs;
68f808c858Sraf	zfs_destroy;
69f808c858Sraf	zfs_destroy_snaps;
70e9dbad6fSeschrock	zfs_expand_proplist;
71f808c858Sraf	zfs_get_handle;
72f808c858Sraf	zfs_get_name;
73d5b5bb25SRich Morris	zfs_get_pool_handle;
74e9dbad6fSeschrock	zfs_get_user_props;
75f808c858Sraf	zfs_get_type;
76842727c2SChris Kirby	zfs_hold;
77ca45db41SChris Kirby	zfs_hold_range;
78ecd6cf80Smarks	zfs_iscsi_perm_check;
79f808c858Sraf	zfs_is_mounted;
80f808c858Sraf	zfs_is_shared;
81f3861e1aSahl	zfs_is_shared_iscsi;
82f3861e1aSahl	zfs_is_shared_nfs;
83da6c28aaSamw	zfs_is_shared_smb;
84f808c858Sraf	zfs_iter_children;
85f808c858Sraf	zfs_iter_dependents;
86f808c858Sraf	zfs_iter_filesystems;
87f808c858Sraf	zfs_iter_root;
88f808c858Sraf	zfs_iter_snapshots;
89ca45db41SChris Kirby	zfs_iter_snapshots_sorted;
90f808c858Sraf	zfs_mount;
91f808c858Sraf	zfs_name_to_prop;
92f808c858Sraf	zfs_name_valid;
93f808c858Sraf	zfs_nicenum;
94f808c858Sraf	zfs_nicestrtonum;
95f808c858Sraf	zfs_open;
965aba80dbSck153898	zfs_path_to_zhandle;
97f808c858Sraf	zfs_promote;
98e9dbad6fSeschrock	zfs_prop_align_right;
99f808c858Sraf	zfs_prop_column_name;
100f808c858Sraf	zfs_prop_default_numeric;
101f808c858Sraf	zfs_prop_default_string;
102f808c858Sraf	zfs_prop_get;
103f808c858Sraf	zfs_prop_get_int;
104f808c858Sraf	zfs_prop_get_numeric;
10592241e0bSTom Erickson	zfs_prop_get_recvd;
10614843421SMatthew Ahrens	zfs_prop_get_table;
107edea4b55SLin Ling	zfs_prop_get_userquota_int;
10814843421SMatthew Ahrens	zfs_prop_get_userquota;
109f808c858Sraf	zfs_prop_inherit;
110f808c858Sraf	zfs_prop_inheritable;
11114843421SMatthew Ahrens	zfs_prop_init;
112f808c858Sraf	zfs_prop_is_string;
113f808c858Sraf	zfs_prop_readonly;
114f808c858Sraf	zfs_prop_set;
115e7437265Sahrens	zfs_prop_string_to_index;
116f808c858Sraf	zfs_prop_to_name;
117e9dbad6fSeschrock	zfs_prop_user;
11814843421SMatthew Ahrens	zfs_prop_userquota;
119f808c858Sraf	zfs_prop_valid_for_type;
120f808c858Sraf	zfs_prop_values;
1212e5e9e19SSanjeev Bagewadi	zfs_prune_proplist;
122f808c858Sraf	zfs_receive;
123f808c858Sraf	zfs_refresh_properties;
124842727c2SChris Kirby	zfs_release;
125ca45db41SChris Kirby	zfs_release_range;
126f808c858Sraf	zfs_rename;
127f808c858Sraf	zfs_rollback;
128f808c858Sraf	zfs_send;
129f808c858Sraf	zfs_share;
130da6c28aaSamw	zfs_shareall;
131f3861e1aSahl	zfs_share_nfs;
132da6c28aaSamw	zfs_share_smb;
133f3861e1aSahl	zfs_share_iscsi;
134743a77edSAlan Wright	zfs_smb_acl_add;
135743a77edSAlan Wright	zfs_smb_acl_purge;
136743a77edSAlan Wright	zfs_smb_acl_remove;
137743a77edSAlan Wright	zfs_smb_acl_rename;
138f808c858Sraf	zfs_snapshot;
1397b97dc1aSrm160521	zfs_spa_version;
140f808c858Sraf	zfs_type_to_name;
141f808c858Sraf	zfs_unmount;
142f808c858Sraf	zfs_unmountall;
143f808c858Sraf	zfs_unshare;
144f3861e1aSahl	zfs_unshare_iscsi;
145f3861e1aSahl	zfs_unshare_nfs;
146da6c28aaSamw	zfs_unshare_smb;
147da6c28aaSamw	zfs_unshareall;
148da6c28aaSamw	zfs_unshareall_bypath;
149f3861e1aSahl	zfs_unshareall_nfs;
150da6c28aaSamw	zfs_unshareall_smb;
15114843421SMatthew Ahrens	zfs_userspace;
15214843421SMatthew Ahrens	zfs_userquota_prop_prefixes;
153f808c858Sraf	zpool_add;
154f808c858Sraf	zpool_clear;
155096d22d4SEric Schrock	zpool_clear_label;
156f808c858Sraf	zpool_close;
157f808c858Sraf	zpool_create;
158f808c858Sraf	zpool_destroy;
159f3861e1aSahl	zpool_disable_datasets;
1609eb19f4dSGeorge Wilson	zpool_dump_ddt;
161f3861e1aSahl	zpool_enable_datasets;
162b1b8ab34Slling	zpool_expand_proplist;
163468c413aSTim Haley	zpool_explain_recover;
164f808c858Sraf	zpool_export;
165394ab0cbSGeorge Wilson	zpool_export_force;
166f808c858Sraf	zpool_find_import;
16724e697d4Sck153898	zpool_find_import_activeok;
16824e697d4Sck153898	zpool_find_import_byguid;
16924e697d4Sck153898	zpool_find_import_byname;
1702f8aaab3Seschrock	zpool_find_import_cached;
171f808c858Sraf	zpool_find_vdev;
172573ca77eSGeorge Wilson	zpool_find_vdev_by_physpath;
173069f55e2SEric Schrock	zpool_fru_set;
174f808c858Sraf	zpool_get_config;
175f808c858Sraf	zpool_get_errlog;
176f808c858Sraf	zpool_get_handle;
17706eeb2adSek110237	zpool_get_history;
178f808c858Sraf	zpool_get_name;
17919397407SSherry Moore	zpool_get_physpath;
180b1b8ab34Slling	zpool_get_prop;
1813d7072f8Seschrock	zpool_get_prop_int;
182f808c858Sraf	zpool_get_state;
183f808c858Sraf	zpool_get_status;
1848f18d1faSGeorge Wilson	zpool_history_unpack;
185f808c858Sraf	zpool_import;
186990b4856Slling	zpool_import_props;
187f808c858Sraf	zpool_import_status;
188f808c858Sraf	zpool_in_use;
189f808c858Sraf	zpool_iter;
1908488aeb5Staylor	zpool_label_disk;
191f808c858Sraf	zpool_mount_datasets;
192ecd6cf80Smarks	zpool_name_to_prop;
19355434c77Sek110237	zpool_obj_to_path;
194f808c858Sraf	zpool_open;
195f808c858Sraf	zpool_open_canfail;
196990b4856Slling	zpool_prop_align_right;
197990b4856Slling	zpool_prop_column_name;
198990b4856Slling	zpool_prop_readonly;
199b1b8ab34Slling	zpool_prop_to_name;
200b1b8ab34Slling	zpool_prop_values;
201f808c858Sraf	zpool_read_label;
202f808c858Sraf	zpool_refresh_stats;
203f808c858Sraf	zpool_scrub;
2042a6b87f0Sek110237	zpool_set_history_str;
205b1b8ab34Slling	zpool_set_prop;
206ecd6cf80Smarks	zpool_stage_history;
207990b4856Slling	zpool_state_to_name;
208f808c858Sraf	zpool_unmount_datasets;
209f808c858Sraf	zpool_upgrade;
210f808c858Sraf	zpool_vdev_attach;
2113d7072f8Seschrock	zpool_vdev_clear;
2123d7072f8Seschrock	zpool_vdev_degrade;
213f808c858Sraf	zpool_vdev_detach;
2143d7072f8Seschrock	zpool_vdev_fault;
215f808c858Sraf	zpool_vdev_name;
216f808c858Sraf	zpool_vdev_offline;
217f808c858Sraf	zpool_vdev_online;
218f808c858Sraf	zpool_vdev_remove;
219*1195e687SMark J Musante	zpool_vdev_split;
220990b4856Slling	zprop_free_list;
221990b4856Slling	zprop_get_list;
222990b4856Slling	zprop_iter;
223990b4856Slling	zprop_print_one_property;
224e7cbe64fSgw25295	zvol_check_dump_config;
225f808c858Sraf    local:
226f808c858Sraf	*;
227f808c858Sraf};
228