xref: /titanic_51/usr/src/lib/libzfs/common/mapfile-vers (revision 468c413a79615e77179e8d98f22a7e513a8135bd)
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#
22bfed486aSAli Bahrami# Copyright 2009 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;
10514843421SMatthew Ahrens	zfs_prop_get_table;
106edea4b55SLin Ling	zfs_prop_get_userquota_int;
10714843421SMatthew Ahrens	zfs_prop_get_userquota;
108f808c858Sraf	zfs_prop_inherit;
109f808c858Sraf	zfs_prop_inheritable;
11014843421SMatthew Ahrens	zfs_prop_init;
111f808c858Sraf	zfs_prop_is_string;
112f808c858Sraf	zfs_prop_readonly;
113f808c858Sraf	zfs_prop_set;
114e7437265Sahrens	zfs_prop_string_to_index;
115f808c858Sraf	zfs_prop_to_name;
116e9dbad6fSeschrock	zfs_prop_user;
11714843421SMatthew Ahrens	zfs_prop_userquota;
118f808c858Sraf	zfs_prop_valid_for_type;
119f808c858Sraf	zfs_prop_values;
1202e5e9e19SSanjeev Bagewadi	zfs_prune_proplist;
121f808c858Sraf	zfs_receive;
122f808c858Sraf	zfs_refresh_properties;
123842727c2SChris Kirby	zfs_release;
124ca45db41SChris Kirby	zfs_release_range;
125f808c858Sraf	zfs_rename;
126f808c858Sraf	zfs_rollback;
127f808c858Sraf	zfs_send;
128f808c858Sraf	zfs_share;
129da6c28aaSamw	zfs_shareall;
130f3861e1aSahl	zfs_share_nfs;
131da6c28aaSamw	zfs_share_smb;
132f3861e1aSahl	zfs_share_iscsi;
133743a77edSAlan Wright	zfs_smb_acl_add;
134743a77edSAlan Wright	zfs_smb_acl_purge;
135743a77edSAlan Wright	zfs_smb_acl_remove;
136743a77edSAlan Wright	zfs_smb_acl_rename;
137f808c858Sraf	zfs_snapshot;
1387b97dc1aSrm160521	zfs_spa_version;
139f808c858Sraf	zfs_type_to_name;
140f808c858Sraf	zfs_unmount;
141f808c858Sraf	zfs_unmountall;
142f808c858Sraf	zfs_unshare;
143f3861e1aSahl	zfs_unshare_iscsi;
144f3861e1aSahl	zfs_unshare_nfs;
145da6c28aaSamw	zfs_unshare_smb;
146da6c28aaSamw	zfs_unshareall;
147da6c28aaSamw	zfs_unshareall_bypath;
148f3861e1aSahl	zfs_unshareall_nfs;
149da6c28aaSamw	zfs_unshareall_smb;
15014843421SMatthew Ahrens	zfs_userspace;
15114843421SMatthew Ahrens	zfs_userquota_prop_prefixes;
152f808c858Sraf	zpool_add;
153f808c858Sraf	zpool_clear;
154096d22d4SEric Schrock	zpool_clear_label;
155f808c858Sraf	zpool_close;
156f808c858Sraf	zpool_create;
157f808c858Sraf	zpool_destroy;
158f3861e1aSahl	zpool_disable_datasets;
159f3861e1aSahl	zpool_enable_datasets;
160b1b8ab34Slling	zpool_expand_proplist;
161*468c413aSTim Haley	zpool_explain_recover;
162f808c858Sraf	zpool_export;
163394ab0cbSGeorge Wilson	zpool_export_force;
164f808c858Sraf	zpool_find_import;
16524e697d4Sck153898	zpool_find_import_activeok;
16624e697d4Sck153898	zpool_find_import_byguid;
16724e697d4Sck153898	zpool_find_import_byname;
1682f8aaab3Seschrock	zpool_find_import_cached;
169f808c858Sraf	zpool_find_vdev;
170573ca77eSGeorge Wilson	zpool_find_vdev_by_physpath;
171069f55e2SEric Schrock	zpool_fru_set;
172f808c858Sraf	zpool_get_config;
173f808c858Sraf	zpool_get_errlog;
174f808c858Sraf	zpool_get_handle;
17506eeb2adSek110237	zpool_get_history;
176f808c858Sraf	zpool_get_name;
17719397407SSherry Moore	zpool_get_physpath;
178b1b8ab34Slling	zpool_get_prop;
1793d7072f8Seschrock	zpool_get_prop_int;
180f808c858Sraf	zpool_get_state;
181f808c858Sraf	zpool_get_status;
1828f18d1faSGeorge Wilson	zpool_history_unpack;
183f808c858Sraf	zpool_import;
184990b4856Slling	zpool_import_props;
185f808c858Sraf	zpool_import_status;
186f808c858Sraf	zpool_in_use;
187f808c858Sraf	zpool_iter;
1888488aeb5Staylor	zpool_label_disk;
189f808c858Sraf	zpool_mount_datasets;
190ecd6cf80Smarks	zpool_name_to_prop;
19155434c77Sek110237	zpool_obj_to_path;
192f808c858Sraf	zpool_open;
193f808c858Sraf	zpool_open_canfail;
194990b4856Slling	zpool_prop_align_right;
195990b4856Slling	zpool_prop_column_name;
196990b4856Slling	zpool_prop_readonly;
197b1b8ab34Slling	zpool_prop_to_name;
198b1b8ab34Slling	zpool_prop_values;
199f808c858Sraf	zpool_read_label;
200f808c858Sraf	zpool_refresh_stats;
201f808c858Sraf	zpool_scrub;
2022a6b87f0Sek110237	zpool_set_history_str;
203b1b8ab34Slling	zpool_set_prop;
204ecd6cf80Smarks	zpool_stage_history;
205990b4856Slling	zpool_state_to_name;
206f808c858Sraf	zpool_unmount_datasets;
207f808c858Sraf	zpool_upgrade;
208f808c858Sraf	zpool_vdev_attach;
2093d7072f8Seschrock	zpool_vdev_clear;
2103d7072f8Seschrock	zpool_vdev_degrade;
211f808c858Sraf	zpool_vdev_detach;
2123d7072f8Seschrock	zpool_vdev_fault;
213f808c858Sraf	zpool_vdev_name;
214f808c858Sraf	zpool_vdev_offline;
215f808c858Sraf	zpool_vdev_online;
216f808c858Sraf	zpool_vdev_remove;
217990b4856Slling	zprop_free_list;
218990b4856Slling	zprop_get_list;
219990b4856Slling	zprop_iter;
220990b4856Slling	zprop_print_one_property;
221e7cbe64fSgw25295	zvol_check_dump_config;
222f808c858Sraf    local:
223f808c858Sraf	*;
224f808c858Sraf};
225