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# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25 26# 27# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40SUNWprivate_1.1 { 41 global: 42 libzfs_errno; 43 libzfs_error_action; 44 libzfs_error_description; 45 libzfs_fini; 46 libzfs_init; 47 libzfs_mnttab_cache; 48 libzfs_print_on_error; 49 zfs_allocatable_devs; 50 zfs_clone; 51 zfs_close; 52 zfs_create; 53 zfs_create_ancestors; 54 zfs_dataset_exists; 55 zfs_deleg_share_nfs; 56 zfs_destroy; 57 zfs_destroy_snaps; 58 zfs_expand_proplist; 59 zfs_get_handle; 60 zfs_get_name; 61 zfs_get_pool_handle; 62 zfs_get_user_props; 63 zfs_get_type; 64 zfs_hold; 65 zfs_iscsi_perm_check; 66 zfs_is_mounted; 67 zfs_is_shared; 68 zfs_is_shared_iscsi; 69 zfs_is_shared_nfs; 70 zfs_is_shared_smb; 71 zfs_iter_children; 72 zfs_iter_dependents; 73 zfs_iter_filesystems; 74 zfs_iter_root; 75 zfs_iter_snapshots; 76 zfs_mount; 77 zfs_name_to_prop; 78 zfs_name_valid; 79 zfs_nicenum; 80 zfs_nicestrtonum; 81 zfs_open; 82 zfs_path_to_zhandle; 83 zfs_promote; 84 zfs_prop_align_right; 85 zfs_prop_column_name; 86 zfs_prop_default_numeric; 87 zfs_prop_default_string; 88 zfs_prop_get; 89 zfs_prop_get_int; 90 zfs_prop_get_numeric; 91 zfs_prop_get_table; 92 zfs_prop_get_userquota_int; 93 zfs_prop_get_userquota; 94 zfs_prop_inherit; 95 zfs_prop_inheritable; 96 zfs_prop_init; 97 zfs_prop_is_string; 98 zfs_prop_readonly; 99 zfs_prop_set; 100 zfs_prop_string_to_index; 101 zfs_prop_to_name; 102 zfs_prop_user; 103 zfs_prop_userquota; 104 zfs_prop_valid_for_type; 105 zfs_prop_values; 106 zfs_prune_proplist; 107 zfs_receive; 108 zfs_refresh_properties; 109 zfs_release; 110 zfs_rename; 111 zfs_rollback; 112 zfs_send; 113 zfs_share; 114 zfs_shareall; 115 zfs_share_nfs; 116 zfs_share_smb; 117 zfs_share_iscsi; 118 zfs_smb_acl_add; 119 zfs_smb_acl_purge; 120 zfs_smb_acl_remove; 121 zfs_smb_acl_rename; 122 zfs_snapshot; 123 zfs_spa_version; 124 zfs_type_to_name; 125 zfs_unmount; 126 zfs_unmountall; 127 zfs_unshare; 128 zfs_unshare_iscsi; 129 zfs_unshare_nfs; 130 zfs_unshare_smb; 131 zfs_unshareall; 132 zfs_unshareall_bypath; 133 zfs_unshareall_nfs; 134 zfs_unshareall_smb; 135 zfs_userspace; 136 zfs_userquota_prop_prefixes; 137 zpool_add; 138 zpool_clear; 139 zpool_close; 140 zpool_create; 141 zpool_create_zvol_links; 142 zpool_destroy; 143 zpool_disable_datasets; 144 zpool_enable_datasets; 145 zpool_expand_proplist; 146 zpool_export; 147 zpool_export_force; 148 zpool_find_import; 149 zpool_find_import_activeok; 150 zpool_find_import_byguid; 151 zpool_find_import_byname; 152 zpool_find_import_cached; 153 zpool_find_vdev; 154 zpool_find_vdev_by_physpath; 155 zpool_get_config; 156 zpool_get_errlog; 157 zpool_get_handle; 158 zpool_get_history; 159 zpool_get_name; 160 zpool_get_physpath; 161 zpool_get_prop; 162 zpool_get_prop_int; 163 zpool_get_state; 164 zpool_get_status; 165 zpool_import; 166 zpool_import_props; 167 zpool_import_status; 168 zpool_in_use; 169 zpool_iter; 170 zpool_label_disk; 171 zpool_mount_datasets; 172 zpool_name_to_prop; 173 zpool_obj_to_path; 174 zpool_open; 175 zpool_open_canfail; 176 zpool_prop_align_right; 177 zpool_prop_column_name; 178 zpool_prop_readonly; 179 zpool_prop_to_name; 180 zpool_prop_values; 181 zpool_read_label; 182 zpool_refresh_stats; 183 zpool_remove_zvol_links; 184 zpool_scrub; 185 zpool_set_history_str; 186 zpool_set_prop; 187 zpool_stage_history; 188 zpool_state_to_name; 189 zpool_unmount_datasets; 190 zpool_upgrade; 191 zpool_vdev_attach; 192 zpool_vdev_clear; 193 zpool_vdev_degrade; 194 zpool_vdev_detach; 195 zpool_vdev_fault; 196 zpool_vdev_name; 197 zpool_vdev_offline; 198 zpool_vdev_online; 199 zpool_vdev_remove; 200 zprop_free_list; 201 zprop_get_list; 202 zprop_iter; 203 zprop_print_one_property; 204 zvol_check_dump_config; 205 local: 206 *; 207}; 208