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