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