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