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 2008 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25 26SUNWprivate_1.1 { 27 global: 28 libzfs_errno; 29 libzfs_error_action; 30 libzfs_error_description; 31 libzfs_fini; 32 libzfs_init; 33 libzfs_print_on_error; 34 zfs_allocatable_devs; 35 zfs_build_perms; 36 zfs_clone; 37 zfs_close; 38 zfs_create; 39 zfs_create_ancestors; 40 zfs_dataset_exists; 41 zfs_deleg_permissions; 42 zfs_deleg_share_nfs; 43 zfs_destroy; 44 zfs_destroy_snaps; 45 zfs_expand_proplist; 46 zfs_free_allows; 47 zfs_get_handle; 48 zfs_get_name; 49 zfs_get_pool_handle; 50 zfs_get_user_props; 51 zfs_get_type; 52 zfs_iscsi_perm_check; 53 zfs_is_mounted; 54 zfs_is_shared; 55 zfs_is_shared_iscsi; 56 zfs_is_shared_nfs; 57 zfs_is_shared_smb; 58 zfs_iter_children; 59 zfs_iter_dependents; 60 zfs_iter_filesystems; 61 zfs_iter_root; 62 zfs_iter_snapshots; 63 zfs_mount; 64 zfs_name_to_prop; 65 zfs_name_valid; 66 zfs_nicenum; 67 zfs_nicestrtonum; 68 zfs_open; 69 zfs_path_to_zhandle; 70 zfs_perm_get; 71 zfs_perm_remove; 72 zfs_perm_set; 73 zfs_promote; 74 zfs_prop_align_right; 75 zfs_prop_column_name; 76 zfs_prop_default_numeric; 77 zfs_prop_default_string; 78 zfs_prop_get; 79 zfs_prop_get_int; 80 zfs_prop_get_numeric; 81 zfs_prop_inherit; 82 zfs_prop_inheritable; 83 zfs_prop_is_string; 84 zfs_prop_readonly; 85 zfs_prop_set; 86 zfs_prop_string_to_index; 87 zfs_prop_to_name; 88 zfs_prop_user; 89 zfs_prop_valid_for_type; 90 zfs_prop_values; 91 zfs_receive; 92 zfs_refresh_properties; 93 zfs_rename; 94 zfs_rollback; 95 zfs_send; 96 zfs_share; 97 zfs_shareall; 98 zfs_share_nfs; 99 zfs_share_smb; 100 zfs_share_iscsi; 101 zfs_snapshot; 102 zfs_spa_version; 103 zfs_type_to_name; 104 zfs_unmount; 105 zfs_unmountall; 106 zfs_unshare; 107 zfs_unshare_iscsi; 108 zfs_unshare_nfs; 109 zfs_unshare_smb; 110 zfs_unshareall; 111 zfs_unshareall_bypath; 112 zfs_unshareall_nfs; 113 zfs_unshareall_smb; 114 zpool_add; 115 zpool_clear; 116 zpool_close; 117 zpool_create; 118 zpool_create_zvol_links; 119 zpool_destroy; 120 zpool_disable_datasets; 121 zpool_enable_datasets; 122 zpool_expand_proplist; 123 zpool_export; 124 zpool_find_import; 125 zpool_find_import_activeok; 126 zpool_find_import_byguid; 127 zpool_find_import_byname; 128 zpool_find_import_cached; 129 zpool_find_vdev; 130 zpool_get_config; 131 zpool_get_errlog; 132 zpool_get_handle; 133 zpool_get_history; 134 zpool_get_name; 135 zpool_get_physpath; 136 zpool_get_prop; 137 zpool_get_prop_int; 138 zpool_get_state; 139 zpool_get_status; 140 zpool_import; 141 zpool_import_props; 142 zpool_import_status; 143 zpool_in_use; 144 zpool_iter; 145 zpool_label_disk; 146 zpool_mount_datasets; 147 zpool_name_to_prop; 148 zpool_obj_to_path; 149 zpool_open; 150 zpool_open_canfail; 151 zpool_prop_align_right; 152 zpool_prop_column_name; 153 zpool_prop_readonly; 154 zpool_prop_to_name; 155 zpool_prop_values; 156 zpool_read_label; 157 zpool_refresh_stats; 158 zpool_remove_zvol_links; 159 zpool_scrub; 160 zpool_set_history_str; 161 zpool_set_prop; 162 zpool_stage_history; 163 zpool_state_to_name; 164 zpool_unmount_datasets; 165 zpool_upgrade; 166 zpool_vdev_attach; 167 zpool_vdev_clear; 168 zpool_vdev_degrade; 169 zpool_vdev_detach; 170 zpool_vdev_fault; 171 zpool_vdev_name; 172 zpool_vdev_offline; 173 zpool_vdev_online; 174 zpool_vdev_remove; 175 zprop_free_list; 176 zprop_get_list; 177 zprop_iter; 178 zprop_print_one_property; 179 zvol_check_dump_config; 180 local: 181 *; 182}; 183