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#
23# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2011, 2017 by Delphix. All rights reserved.
25# Copyright 2016 Nexenta Systems, Inc.
26#
27
28#
29# MAPFILE HEADER START
30#
31# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
32# Object versioning must comply with the rules detailed in
33#
34#	usr/src/lib/README.mapfiles
35#
36# You should not be making modifications here until you've read the most current
37# copy of that file. If you need help, contact a gatekeeper for guidance.
38#
39# MAPFILE HEADER END
40#
41
42$mapfile_version 2
43
44SYMBOL_VERSION SUNWprivate_1.1 {
45    global:
46	fletcher_2_native;
47	fletcher_2_byteswap;
48	fletcher_4_native;
49	fletcher_4_byteswap;
50	fletcher_4_incremental_native;
51	fletcher_4_incremental_byteswap;
52	get_system_hostid;
53	libzfs_add_handle;
54	libzfs_errno;
55	libzfs_error_action;
56	libzfs_error_description;
57	libzfs_fini;
58	libzfs_fru_compare;
59	libzfs_fru_devpath;
60	libzfs_fru_lookup;
61	libzfs_fru_notself;
62	libzfs_fru_refresh;
63	libzfs_init;
64	libzfs_mnttab_cache;
65	libzfs_print_on_error;
66	spa_feature_table;
67	zfs_allocatable_devs;
68	zfs_asprintf;
69	zfs_bookmark_exists;
70	zfs_clone;
71	zfs_close;
72	zfs_create;
73	zfs_create_ancestors;
74	zfs_crypto_attempt_load_keys;
75	zfs_crypto_get_encryption_root;
76	zfs_crypto_load_key;
77	zfs_crypto_rewrap;
78	zfs_crypto_unload_key;
79	zfs_dataset_exists;
80	zfs_deleg_share_nfs;
81	zfs_destroy;
82	zfs_destroy_snaps;
83	zfs_destroy_snaps_nvl;
84	zfs_expand_proplist;
85	zfs_foreach_mountpoint;
86	zfs_get_handle;
87	zfs_get_holds;
88	zfs_get_hole_count;
89	zfs_get_name;
90	zfs_get_pool_handle;
91	zfs_get_pool_name;
92	zfs_get_user_props;
93	zfs_get_type;
94	zfs_handle_dup;
95	zfs_history_event_names;
96	zfs_hold;
97	zfs_init_libshare_arg;
98	zfs_is_mounted;
99	zfs_is_shared;
100	zfs_is_shared_nfs;
101	zfs_is_shared_smb;
102	zfs_iter_bookmarks;
103	zfs_iter_children;
104	zfs_iter_dependents;
105	zfs_iter_filesystems;
106	zfs_iter_root;
107	zfs_iter_snapshots;
108	zfs_iter_snapshots_sorted;
109	zfs_iter_snapspec;
110	zfs_mount;
111	zfs_name_to_prop;
112	zfs_name_valid;
113	zfs_nicenum;
114	zfs_nicestrtonum;
115	zfs_open;
116	zfs_path_to_zhandle;
117	zfs_promote;
118	zfs_prop_align_right;
119	zfs_prop_column_name;
120	zfs_prop_default_numeric;
121	zfs_prop_default_string;
122	zfs_prop_get;
123	zfs_prop_get_int;
124	zfs_prop_get_numeric;
125	zfs_prop_get_recvd;
126	zfs_prop_get_table;
127	zfs_prop_get_userquota_int;
128	zfs_prop_get_userquota;
129	zfs_prop_get_written_int;
130	zfs_prop_get_written;
131	zfs_prop_inherit;
132	zfs_prop_inheritable;
133	zfs_prop_init;
134	zfs_prop_is_string;
135	zfs_prop_readonly;
136	zfs_prop_set;
137	zfs_prop_set_list;
138	zfs_prop_string_to_index;
139	zfs_prop_to_name;
140	zfs_prop_user;
141	zfs_prop_userquota;
142	zfs_prop_valid_for_type;
143	zfs_prop_values;
144	zfs_prop_written;
145	zfs_prune_proplist;
146	zfs_receive;
147	zfs_refresh_properties;
148	zfs_release;
149	zfs_remap_indirects;
150	zfs_rename;
151	zfs_rollback;
152	zfs_save_arguments;
153	zfs_send;
154	zfs_send_one;
155	zfs_send_resume;
156	zfs_send_resume_token_to_nvlist;
157	zfs_share;
158	zfs_shareall;
159	zfs_share_nfs;
160	zfs_share_smb;
161	zfs_show_diffs;
162	zfs_smb_acl_add;
163	zfs_smb_acl_purge;
164	zfs_smb_acl_remove;
165	zfs_smb_acl_rename;
166	zfs_snapshot;
167	zfs_snapshot_nvl;
168	zfs_spa_version;
169	zfs_spa_version_map;
170	zfs_standard_error;
171	zfs_type_to_name;
172	zfs_uninit_libshare;
173	zfs_unmount;
174	zfs_unmountall;
175	zfs_unshare;
176	zfs_unshare_nfs;
177	zfs_unshare_smb;
178	zfs_unshareall;
179	zfs_unshareall_bypath;
180	zfs_unshareall_nfs;
181	zfs_unshareall_smb;
182	zfs_userspace;
183	zfs_valid_proplist;
184	zfs_get_fsacl;
185	zfs_set_fsacl;
186	zfs_userquota_prop_prefixes;
187	zfs_zpl_version_map;
188	zpool_add;
189	zpool_checkpoint;
190	zpool_clear;
191	zpool_clear_label;
192	zpool_close;
193	zpool_create;
194	zpool_destroy;
195	zpool_disable_datasets;
196	zpool_discard_checkpoint;
197	zpool_dump_ddt;
198	zpool_enable_datasets;
199	zpool_expand_proplist;
200	zpool_explain_recover;
201	zpool_export;
202	zpool_export_force;
203	zpool_find_import;
204	zpool_find_import_cached;
205	zpool_find_vdev;
206	zpool_find_vdev_by_physpath;
207	zpool_fru_set;
208	zpool_get_config;
209	zpool_get_errlog;
210	zpool_get_features;
211	zpool_get_handle;
212	zpool_get_history;
213	zpool_get_name;
214	zpool_get_physpath;
215	zpool_get_prop;
216	zpool_get_prop_int;
217	zpool_get_state;
218	zpool_get_status;
219	zpool_history_unpack;
220	zpool_import;
221	zpool_import_props;
222	zpool_import_status;
223	zpool_in_use;
224	zpool_initialize;
225	zpool_is_bootable;
226	zpool_iter;
227	zpool_label_disk;
228	zpool_log_history;
229	zpool_mount_datasets;
230	zpool_name_to_prop;
231	zpool_obj_to_path;
232	zpool_open;
233	zpool_open_canfail;
234	zpool_pool_state_to_name;
235	zpool_print_unsup_feat;
236	zpool_prop_align_right;
237	zpool_prop_column_name;
238	zpool_prop_feature;
239	zpool_prop_get_feature;
240	zpool_prop_readonly;
241	zpool_prop_to_name;
242	zpool_prop_unsupported;
243	zpool_prop_values;
244	zpool_read_label;
245	zpool_refresh_stats;
246	zpool_reguid;
247	zpool_reopen;
248	zpool_scan;
249	zpool_search_import;
250	zpool_set_prop;
251	zpool_skip_pool;
252	zpool_state_to_name;
253	zpool_sync_one;
254	zpool_tryimport;
255	zpool_unmount_datasets;
256	zpool_upgrade;
257	zpool_vdev_attach;
258	zpool_vdev_clear;
259	zpool_vdev_degrade;
260	zpool_vdev_detach;
261	zpool_vdev_fault;
262	zpool_vdev_indirect_size;
263	zpool_vdev_name;
264	zpool_vdev_offline;
265	zpool_vdev_online;
266	zpool_vdev_remove;
267	zpool_vdev_remove_cancel;
268	zpool_vdev_split;
269	zprop_free_list;
270	zprop_get_list;
271	zprop_iter;
272	zprop_print_one_property;
273	zprop_width;
274	zvol_check_dump_config;
275	zvol_volsize_to_reservation;
276    local:
277	*;
278};
279