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: 42f808c858Sraf libzfs_errno; 43f808c858Sraf libzfs_error_action; 44f808c858Sraf libzfs_error_description; 45f808c858Sraf libzfs_fini; 46f808c858Sraf libzfs_init; 47b2634b9cSEric Taylor libzfs_mnttab_cache; 48f808c858Sraf libzfs_print_on_error; 49b7b97454Sperrin zfs_allocatable_devs; 50ecd6cf80Smarks zfs_build_perms; 51f808c858Sraf zfs_clone; 52f808c858Sraf zfs_close; 53f808c858Sraf zfs_create; 547f1f55eaSvb160487 zfs_create_ancestors; 557f1f55eaSvb160487 zfs_dataset_exists; 566949a980Smarks zfs_deleg_permissions; 57ecd6cf80Smarks zfs_deleg_share_nfs; 58f808c858Sraf zfs_destroy; 59f808c858Sraf zfs_destroy_snaps; 60e9dbad6fSeschrock zfs_expand_proplist; 61ecd6cf80Smarks zfs_free_allows; 62f808c858Sraf zfs_get_handle; 63f808c858Sraf zfs_get_name; 64d5b5bb25SRich Morris zfs_get_pool_handle; 65e9dbad6fSeschrock zfs_get_user_props; 66f808c858Sraf zfs_get_type; 67ecd6cf80Smarks zfs_iscsi_perm_check; 68f808c858Sraf zfs_is_mounted; 69f808c858Sraf zfs_is_shared; 70f3861e1aSahl zfs_is_shared_iscsi; 71f3861e1aSahl zfs_is_shared_nfs; 72da6c28aaSamw zfs_is_shared_smb; 73f808c858Sraf zfs_iter_children; 74f808c858Sraf zfs_iter_dependents; 75f808c858Sraf zfs_iter_filesystems; 76f808c858Sraf zfs_iter_root; 77f808c858Sraf zfs_iter_snapshots; 78f808c858Sraf zfs_mount; 79f808c858Sraf zfs_name_to_prop; 80f808c858Sraf zfs_name_valid; 81f808c858Sraf zfs_nicenum; 82f808c858Sraf zfs_nicestrtonum; 83f808c858Sraf zfs_open; 845aba80dbSck153898 zfs_path_to_zhandle; 85ecd6cf80Smarks zfs_perm_get; 86ecd6cf80Smarks zfs_perm_remove; 87ecd6cf80Smarks zfs_perm_set; 88f808c858Sraf zfs_promote; 89e9dbad6fSeschrock zfs_prop_align_right; 90f808c858Sraf zfs_prop_column_name; 91f808c858Sraf zfs_prop_default_numeric; 92f808c858Sraf zfs_prop_default_string; 93f808c858Sraf zfs_prop_get; 94f808c858Sraf zfs_prop_get_int; 95f808c858Sraf zfs_prop_get_numeric; 96f808c858Sraf zfs_prop_inherit; 97f808c858Sraf zfs_prop_inheritable; 98f808c858Sraf zfs_prop_is_string; 99f808c858Sraf zfs_prop_readonly; 100f808c858Sraf zfs_prop_set; 101e7437265Sahrens zfs_prop_string_to_index; 102f808c858Sraf zfs_prop_to_name; 103e9dbad6fSeschrock zfs_prop_user; 104f808c858Sraf zfs_prop_valid_for_type; 105f808c858Sraf zfs_prop_values; 1062e5e9e19SSanjeev Bagewadi zfs_prune_proplist; 107f808c858Sraf zfs_receive; 108f808c858Sraf zfs_refresh_properties; 109f808c858Sraf zfs_rename; 110f808c858Sraf zfs_rollback; 111f808c858Sraf zfs_send; 112f808c858Sraf zfs_share; 113da6c28aaSamw zfs_shareall; 114f3861e1aSahl zfs_share_nfs; 115da6c28aaSamw zfs_share_smb; 116f3861e1aSahl zfs_share_iscsi; 117*743a77edSAlan Wright zfs_smb_acl_add; 118*743a77edSAlan Wright zfs_smb_acl_purge; 119*743a77edSAlan Wright zfs_smb_acl_remove; 120*743a77edSAlan Wright zfs_smb_acl_rename; 121f808c858Sraf zfs_snapshot; 1227b97dc1aSrm160521 zfs_spa_version; 123f808c858Sraf zfs_type_to_name; 124f808c858Sraf zfs_unmount; 125f808c858Sraf zfs_unmountall; 126f808c858Sraf zfs_unshare; 127f3861e1aSahl zfs_unshare_iscsi; 128f3861e1aSahl zfs_unshare_nfs; 129da6c28aaSamw zfs_unshare_smb; 130da6c28aaSamw zfs_unshareall; 131da6c28aaSamw zfs_unshareall_bypath; 132f3861e1aSahl zfs_unshareall_nfs; 133da6c28aaSamw zfs_unshareall_smb; 134f808c858Sraf zpool_add; 135f808c858Sraf zpool_clear; 136f808c858Sraf zpool_close; 137f808c858Sraf zpool_create; 138f808c858Sraf zpool_create_zvol_links; 139f808c858Sraf zpool_destroy; 140f3861e1aSahl zpool_disable_datasets; 141f3861e1aSahl zpool_enable_datasets; 142b1b8ab34Slling zpool_expand_proplist; 143f808c858Sraf zpool_export; 144394ab0cbSGeorge Wilson zpool_export_force; 145f808c858Sraf zpool_find_import; 14624e697d4Sck153898 zpool_find_import_activeok; 14724e697d4Sck153898 zpool_find_import_byguid; 14824e697d4Sck153898 zpool_find_import_byname; 1492f8aaab3Seschrock zpool_find_import_cached; 150f808c858Sraf zpool_find_vdev; 151f808c858Sraf zpool_get_config; 152f808c858Sraf zpool_get_errlog; 153f808c858Sraf zpool_get_handle; 15406eeb2adSek110237 zpool_get_history; 155f808c858Sraf zpool_get_name; 15619397407SSherry Moore zpool_get_physpath; 157b1b8ab34Slling zpool_get_prop; 1583d7072f8Seschrock zpool_get_prop_int; 159f808c858Sraf zpool_get_state; 160f808c858Sraf zpool_get_status; 161f808c858Sraf zpool_import; 162990b4856Slling zpool_import_props; 163f808c858Sraf zpool_import_status; 164f808c858Sraf zpool_in_use; 165f808c858Sraf zpool_iter; 1668488aeb5Staylor zpool_label_disk; 167f808c858Sraf zpool_mount_datasets; 168ecd6cf80Smarks zpool_name_to_prop; 16955434c77Sek110237 zpool_obj_to_path; 170f808c858Sraf zpool_open; 171f808c858Sraf zpool_open_canfail; 172990b4856Slling zpool_prop_align_right; 173990b4856Slling zpool_prop_column_name; 174990b4856Slling zpool_prop_readonly; 175b1b8ab34Slling zpool_prop_to_name; 176b1b8ab34Slling zpool_prop_values; 177f808c858Sraf zpool_read_label; 178f808c858Sraf zpool_refresh_stats; 179f808c858Sraf zpool_remove_zvol_links; 180f808c858Sraf zpool_scrub; 1812a6b87f0Sek110237 zpool_set_history_str; 182b1b8ab34Slling zpool_set_prop; 183ecd6cf80Smarks zpool_stage_history; 184990b4856Slling zpool_state_to_name; 185f808c858Sraf zpool_unmount_datasets; 186f808c858Sraf zpool_upgrade; 187f808c858Sraf zpool_vdev_attach; 1883d7072f8Seschrock zpool_vdev_clear; 1893d7072f8Seschrock zpool_vdev_degrade; 190f808c858Sraf zpool_vdev_detach; 1913d7072f8Seschrock zpool_vdev_fault; 192f808c858Sraf zpool_vdev_name; 193f808c858Sraf zpool_vdev_offline; 194f808c858Sraf zpool_vdev_online; 195f808c858Sraf zpool_vdev_remove; 196990b4856Slling zprop_free_list; 197990b4856Slling zprop_get_list; 198990b4856Slling zprop_iter; 199990b4856Slling zprop_print_one_property; 200e7cbe64fSgw25295 zvol_check_dump_config; 201f808c858Sraf local: 202f808c858Sraf *; 203f808c858Sraf}; 204