1f808c858Sraf# 2f808c858Sraf# CDDL HEADER START 3f808c858Sraf# 4f808c858Sraf# The contents of this file are subject to the terms of the 5f808c858Sraf# Common Development and Distribution License (the "License"). 6f808c858Sraf# You may not use this file except in compliance with the License. 7f808c858Sraf# 8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9f808c858Sraf# or http://www.opensolaris.org/os/licensing. 10f808c858Sraf# See the License for the specific language governing permissions 11f808c858Sraf# and limitations under the License. 12f808c858Sraf# 13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each 14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the 16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18f808c858Sraf# 19f808c858Sraf# CDDL HEADER END 20f808c858Sraf# 21f808c858Sraf# 22bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23f808c858Sraf# Use is subject to license terms. 24f808c858Sraf# 25f808c858Sraf 26bfed486aSAli Bahrami# 27bfed486aSAli Bahrami# MAPFILE HEADER START 28bfed486aSAli Bahrami# 29bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31bfed486aSAli Bahrami# 32bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33bfed486aSAli Bahrami# 34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36bfed486aSAli Bahrami# 37bfed486aSAli Bahrami# MAPFILE HEADER END 38bfed486aSAli Bahrami# 39bfed486aSAli Bahrami 40f808c858SrafSUNWprivate_1.1 { 41f808c858Sraf global: 42*495db6fbSLori Alt fletcher_2_native; 43*495db6fbSLori Alt fletcher_2_byteswap; 44*495db6fbSLori Alt fletcher_4_native; 45*495db6fbSLori Alt fletcher_4_byteswap; 46*495db6fbSLori Alt fletcher_4_incremental_native; 47*495db6fbSLori Alt fletcher_4_incremental_byteswap; 48f808c858Sraf libzfs_errno; 49f808c858Sraf libzfs_error_action; 50f808c858Sraf libzfs_error_description; 51f808c858Sraf libzfs_fini; 52f808c858Sraf libzfs_init; 53b2634b9cSEric Taylor libzfs_mnttab_cache; 54f808c858Sraf libzfs_print_on_error; 55b7b97454Sperrin zfs_allocatable_devs; 56f808c858Sraf zfs_clone; 57f808c858Sraf zfs_close; 58f808c858Sraf zfs_create; 597f1f55eaSvb160487 zfs_create_ancestors; 607f1f55eaSvb160487 zfs_dataset_exists; 61ecd6cf80Smarks zfs_deleg_share_nfs; 62f808c858Sraf zfs_destroy; 63f808c858Sraf zfs_destroy_snaps; 64e9dbad6fSeschrock zfs_expand_proplist; 65f808c858Sraf zfs_get_handle; 66f808c858Sraf zfs_get_name; 67d5b5bb25SRich Morris zfs_get_pool_handle; 68e9dbad6fSeschrock zfs_get_user_props; 69f808c858Sraf zfs_get_type; 70842727c2SChris Kirby zfs_hold; 71ca45db41SChris Kirby zfs_hold_range; 72ecd6cf80Smarks zfs_iscsi_perm_check; 73f808c858Sraf zfs_is_mounted; 74f808c858Sraf zfs_is_shared; 75f3861e1aSahl zfs_is_shared_iscsi; 76f3861e1aSahl zfs_is_shared_nfs; 77da6c28aaSamw zfs_is_shared_smb; 78f808c858Sraf zfs_iter_children; 79f808c858Sraf zfs_iter_dependents; 80f808c858Sraf zfs_iter_filesystems; 81f808c858Sraf zfs_iter_root; 82f808c858Sraf zfs_iter_snapshots; 83ca45db41SChris Kirby zfs_iter_snapshots_sorted; 84f808c858Sraf zfs_mount; 85f808c858Sraf zfs_name_to_prop; 86f808c858Sraf zfs_name_valid; 87f808c858Sraf zfs_nicenum; 88f808c858Sraf zfs_nicestrtonum; 89f808c858Sraf zfs_open; 905aba80dbSck153898 zfs_path_to_zhandle; 91f808c858Sraf zfs_promote; 92e9dbad6fSeschrock zfs_prop_align_right; 93f808c858Sraf zfs_prop_column_name; 94f808c858Sraf zfs_prop_default_numeric; 95f808c858Sraf zfs_prop_default_string; 96f808c858Sraf zfs_prop_get; 97f808c858Sraf zfs_prop_get_int; 98f808c858Sraf zfs_prop_get_numeric; 9914843421SMatthew Ahrens zfs_prop_get_table; 100edea4b55SLin Ling zfs_prop_get_userquota_int; 10114843421SMatthew Ahrens zfs_prop_get_userquota; 102f808c858Sraf zfs_prop_inherit; 103f808c858Sraf zfs_prop_inheritable; 10414843421SMatthew Ahrens zfs_prop_init; 105f808c858Sraf zfs_prop_is_string; 106f808c858Sraf zfs_prop_readonly; 107f808c858Sraf zfs_prop_set; 108e7437265Sahrens zfs_prop_string_to_index; 109f808c858Sraf zfs_prop_to_name; 110e9dbad6fSeschrock zfs_prop_user; 11114843421SMatthew Ahrens zfs_prop_userquota; 112f808c858Sraf zfs_prop_valid_for_type; 113f808c858Sraf zfs_prop_values; 1142e5e9e19SSanjeev Bagewadi zfs_prune_proplist; 115f808c858Sraf zfs_receive; 116f808c858Sraf zfs_refresh_properties; 117842727c2SChris Kirby zfs_release; 118ca45db41SChris Kirby zfs_release_range; 119f808c858Sraf zfs_rename; 120f808c858Sraf zfs_rollback; 121f808c858Sraf zfs_send; 122f808c858Sraf zfs_share; 123da6c28aaSamw zfs_shareall; 124f3861e1aSahl zfs_share_nfs; 125da6c28aaSamw zfs_share_smb; 126f3861e1aSahl zfs_share_iscsi; 127743a77edSAlan Wright zfs_smb_acl_add; 128743a77edSAlan Wright zfs_smb_acl_purge; 129743a77edSAlan Wright zfs_smb_acl_remove; 130743a77edSAlan Wright zfs_smb_acl_rename; 131f808c858Sraf zfs_snapshot; 1327b97dc1aSrm160521 zfs_spa_version; 133f808c858Sraf zfs_type_to_name; 134f808c858Sraf zfs_unmount; 135f808c858Sraf zfs_unmountall; 136f808c858Sraf zfs_unshare; 137f3861e1aSahl zfs_unshare_iscsi; 138f3861e1aSahl zfs_unshare_nfs; 139da6c28aaSamw zfs_unshare_smb; 140da6c28aaSamw zfs_unshareall; 141da6c28aaSamw zfs_unshareall_bypath; 142f3861e1aSahl zfs_unshareall_nfs; 143da6c28aaSamw zfs_unshareall_smb; 14414843421SMatthew Ahrens zfs_userspace; 14514843421SMatthew Ahrens zfs_userquota_prop_prefixes; 146f808c858Sraf zpool_add; 147f808c858Sraf zpool_clear; 148f808c858Sraf zpool_close; 149f808c858Sraf zpool_create; 150f808c858Sraf zpool_destroy; 151f3861e1aSahl zpool_disable_datasets; 152f3861e1aSahl zpool_enable_datasets; 153b1b8ab34Slling zpool_expand_proplist; 154f808c858Sraf zpool_export; 155394ab0cbSGeorge Wilson zpool_export_force; 156f808c858Sraf zpool_find_import; 15724e697d4Sck153898 zpool_find_import_activeok; 15824e697d4Sck153898 zpool_find_import_byguid; 15924e697d4Sck153898 zpool_find_import_byname; 1602f8aaab3Seschrock zpool_find_import_cached; 161f808c858Sraf zpool_find_vdev; 162573ca77eSGeorge Wilson zpool_find_vdev_by_physpath; 163f808c858Sraf zpool_get_config; 164f808c858Sraf zpool_get_errlog; 165f808c858Sraf zpool_get_handle; 16606eeb2adSek110237 zpool_get_history; 167f808c858Sraf zpool_get_name; 16819397407SSherry Moore zpool_get_physpath; 169b1b8ab34Slling zpool_get_prop; 1703d7072f8Seschrock zpool_get_prop_int; 171f808c858Sraf zpool_get_state; 172f808c858Sraf zpool_get_status; 173f808c858Sraf zpool_import; 174990b4856Slling zpool_import_props; 175f808c858Sraf zpool_import_status; 176f808c858Sraf zpool_in_use; 177f808c858Sraf zpool_iter; 1788488aeb5Staylor zpool_label_disk; 179f808c858Sraf zpool_mount_datasets; 180ecd6cf80Smarks zpool_name_to_prop; 18155434c77Sek110237 zpool_obj_to_path; 182f808c858Sraf zpool_open; 183f808c858Sraf zpool_open_canfail; 184990b4856Slling zpool_prop_align_right; 185990b4856Slling zpool_prop_column_name; 186990b4856Slling zpool_prop_readonly; 187b1b8ab34Slling zpool_prop_to_name; 188b1b8ab34Slling zpool_prop_values; 189f808c858Sraf zpool_read_label; 190f808c858Sraf zpool_refresh_stats; 191f808c858Sraf zpool_scrub; 1922a6b87f0Sek110237 zpool_set_history_str; 193b1b8ab34Slling zpool_set_prop; 194ecd6cf80Smarks zpool_stage_history; 195990b4856Slling zpool_state_to_name; 196f808c858Sraf zpool_unmount_datasets; 197f808c858Sraf zpool_upgrade; 198f808c858Sraf zpool_vdev_attach; 1993d7072f8Seschrock zpool_vdev_clear; 2003d7072f8Seschrock zpool_vdev_degrade; 201f808c858Sraf zpool_vdev_detach; 2023d7072f8Seschrock zpool_vdev_fault; 203f808c858Sraf zpool_vdev_name; 204f808c858Sraf zpool_vdev_offline; 205f808c858Sraf zpool_vdev_online; 206f808c858Sraf zpool_vdev_remove; 207990b4856Slling zprop_free_list; 208990b4856Slling zprop_get_list; 209990b4856Slling zprop_iter; 210990b4856Slling zprop_print_one_property; 211e7cbe64fSgw25295 zvol_check_dump_config; 212f808c858Sraf local: 213f808c858Sraf *; 214f808c858Sraf}; 215