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# 22*3f9d6ad7SLin Ling# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 23f808c858Sraf# 24f808c858Sraf 25bfed486aSAli Bahrami# 26bfed486aSAli Bahrami# MAPFILE HEADER START 27bfed486aSAli Bahrami# 28bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 30bfed486aSAli Bahrami# 31bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 32bfed486aSAli Bahrami# 33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 35bfed486aSAli Bahrami# 36bfed486aSAli Bahrami# MAPFILE HEADER END 37bfed486aSAli Bahrami# 38bfed486aSAli Bahrami 39f808c858SrafSUNWprivate_1.1 { 40f808c858Sraf global: 41495db6fbSLori Alt fletcher_2_native; 42495db6fbSLori Alt fletcher_2_byteswap; 43495db6fbSLori Alt fletcher_4_native; 44495db6fbSLori Alt fletcher_4_byteswap; 45495db6fbSLori Alt fletcher_4_incremental_native; 46495db6fbSLori Alt fletcher_4_incremental_byteswap; 47f808c858Sraf libzfs_errno; 48f808c858Sraf libzfs_error_action; 49f808c858Sraf libzfs_error_description; 50f808c858Sraf libzfs_fini; 51069f55e2SEric Schrock libzfs_fru_compare; 52069f55e2SEric Schrock libzfs_fru_devpath; 53069f55e2SEric Schrock libzfs_fru_lookup; 54069f55e2SEric Schrock libzfs_fru_notself; 55069f55e2SEric Schrock libzfs_fru_refresh; 56f808c858Sraf libzfs_init; 57b2634b9cSEric Taylor libzfs_mnttab_cache; 58f808c858Sraf libzfs_print_on_error; 59b7b97454Sperrin zfs_allocatable_devs; 60f808c858Sraf zfs_clone; 61f808c858Sraf zfs_close; 62f808c858Sraf zfs_create; 637f1f55eaSvb160487 zfs_create_ancestors; 647f1f55eaSvb160487 zfs_dataset_exists; 65ecd6cf80Smarks zfs_deleg_share_nfs; 66f808c858Sraf zfs_destroy; 67f808c858Sraf zfs_destroy_snaps; 68e9dbad6fSeschrock zfs_expand_proplist; 69f808c858Sraf zfs_get_handle; 70f808c858Sraf zfs_get_name; 71d5b5bb25SRich Morris zfs_get_pool_handle; 72e9dbad6fSeschrock zfs_get_user_props; 73f808c858Sraf zfs_get_type; 74*3f9d6ad7SLin Ling zfs_history_event_names; 75842727c2SChris Kirby zfs_hold; 76ca45db41SChris Kirby zfs_hold_range; 77f808c858Sraf zfs_is_mounted; 78f808c858Sraf zfs_is_shared; 79f3861e1aSahl zfs_is_shared_nfs; 80da6c28aaSamw zfs_is_shared_smb; 81f808c858Sraf zfs_iter_children; 82f808c858Sraf zfs_iter_dependents; 83f808c858Sraf zfs_iter_filesystems; 84f808c858Sraf zfs_iter_root; 85f808c858Sraf zfs_iter_snapshots; 86ca45db41SChris Kirby zfs_iter_snapshots_sorted; 87f808c858Sraf zfs_mount; 88f808c858Sraf zfs_name_to_prop; 89f808c858Sraf zfs_name_valid; 90f808c858Sraf zfs_nicenum; 91f808c858Sraf zfs_nicestrtonum; 92f808c858Sraf zfs_open; 935aba80dbSck153898 zfs_path_to_zhandle; 94f808c858Sraf zfs_promote; 95e9dbad6fSeschrock zfs_prop_align_right; 96f808c858Sraf zfs_prop_column_name; 97f808c858Sraf zfs_prop_default_numeric; 98f808c858Sraf zfs_prop_default_string; 99f808c858Sraf zfs_prop_get; 100f808c858Sraf zfs_prop_get_int; 101f808c858Sraf zfs_prop_get_numeric; 10292241e0bSTom Erickson zfs_prop_get_recvd; 10314843421SMatthew Ahrens zfs_prop_get_table; 104edea4b55SLin Ling zfs_prop_get_userquota_int; 10514843421SMatthew Ahrens zfs_prop_get_userquota; 106f808c858Sraf zfs_prop_inherit; 107f808c858Sraf zfs_prop_inheritable; 10814843421SMatthew Ahrens zfs_prop_init; 109f808c858Sraf zfs_prop_is_string; 110f808c858Sraf zfs_prop_readonly; 111f808c858Sraf zfs_prop_set; 112e7437265Sahrens zfs_prop_string_to_index; 113f808c858Sraf zfs_prop_to_name; 114e9dbad6fSeschrock zfs_prop_user; 11514843421SMatthew Ahrens zfs_prop_userquota; 116f808c858Sraf zfs_prop_valid_for_type; 117f808c858Sraf zfs_prop_values; 1182e5e9e19SSanjeev Bagewadi zfs_prune_proplist; 119f808c858Sraf zfs_receive; 120f808c858Sraf zfs_refresh_properties; 121842727c2SChris Kirby zfs_release; 122ca45db41SChris Kirby zfs_release_range; 123f808c858Sraf zfs_rename; 124f808c858Sraf zfs_rollback; 125f808c858Sraf zfs_send; 126f808c858Sraf zfs_share; 127da6c28aaSamw zfs_shareall; 128f3861e1aSahl zfs_share_nfs; 129da6c28aaSamw zfs_share_smb; 130743a77edSAlan Wright zfs_smb_acl_add; 131743a77edSAlan Wright zfs_smb_acl_purge; 132743a77edSAlan Wright zfs_smb_acl_remove; 133743a77edSAlan Wright zfs_smb_acl_rename; 134f808c858Sraf zfs_snapshot; 1357b97dc1aSrm160521 zfs_spa_version; 1360a586ceaSMark Shellenbaum zfs_spa_version_map; 137f808c858Sraf zfs_type_to_name; 138f808c858Sraf zfs_unmount; 139f808c858Sraf zfs_unmountall; 140f808c858Sraf zfs_unshare; 141f3861e1aSahl zfs_unshare_nfs; 142da6c28aaSamw zfs_unshare_smb; 143da6c28aaSamw zfs_unshareall; 144da6c28aaSamw zfs_unshareall_bypath; 145f3861e1aSahl zfs_unshareall_nfs; 146da6c28aaSamw zfs_unshareall_smb; 14714843421SMatthew Ahrens zfs_userspace; 14814843421SMatthew Ahrens zfs_userquota_prop_prefixes; 1490a586ceaSMark Shellenbaum zfs_zpl_version_map; 150f808c858Sraf zpool_add; 151f808c858Sraf zpool_clear; 152096d22d4SEric Schrock zpool_clear_label; 153f808c858Sraf zpool_close; 154f808c858Sraf zpool_create; 155f808c858Sraf zpool_destroy; 156f3861e1aSahl zpool_disable_datasets; 1579eb19f4dSGeorge Wilson zpool_dump_ddt; 158f3861e1aSahl zpool_enable_datasets; 159b1b8ab34Slling zpool_expand_proplist; 160468c413aSTim Haley zpool_explain_recover; 161f808c858Sraf zpool_export; 162394ab0cbSGeorge Wilson zpool_export_force; 163f808c858Sraf zpool_find_import; 1642f8aaab3Seschrock zpool_find_import_cached; 165f808c858Sraf zpool_find_vdev; 166573ca77eSGeorge Wilson zpool_find_vdev_by_physpath; 167069f55e2SEric Schrock zpool_fru_set; 168f808c858Sraf zpool_get_config; 169f808c858Sraf zpool_get_errlog; 170f808c858Sraf zpool_get_handle; 17106eeb2adSek110237 zpool_get_history; 172f808c858Sraf zpool_get_name; 17319397407SSherry Moore zpool_get_physpath; 174b1b8ab34Slling zpool_get_prop; 1753d7072f8Seschrock zpool_get_prop_int; 176f808c858Sraf zpool_get_state; 177f808c858Sraf zpool_get_status; 1788f18d1faSGeorge Wilson zpool_history_unpack; 179f808c858Sraf zpool_import; 180990b4856Slling zpool_import_props; 181f808c858Sraf zpool_import_status; 182f808c858Sraf zpool_in_use; 183f808c858Sraf zpool_iter; 1848488aeb5Staylor zpool_label_disk; 185f808c858Sraf zpool_mount_datasets; 186ecd6cf80Smarks zpool_name_to_prop; 18755434c77Sek110237 zpool_obj_to_path; 188f808c858Sraf zpool_open; 189f808c858Sraf zpool_open_canfail; 190990b4856Slling zpool_prop_align_right; 191990b4856Slling zpool_prop_column_name; 192990b4856Slling zpool_prop_readonly; 193b1b8ab34Slling zpool_prop_to_name; 194b1b8ab34Slling zpool_prop_values; 195f808c858Sraf zpool_read_label; 196f808c858Sraf zpool_refresh_stats; 197*3f9d6ad7SLin Ling zpool_scan; 198d41c4376SMark J Musante zpool_search_import; 1992a6b87f0Sek110237 zpool_set_history_str; 200b1b8ab34Slling zpool_set_prop; 201ecd6cf80Smarks zpool_stage_history; 202990b4856Slling zpool_state_to_name; 203f808c858Sraf zpool_unmount_datasets; 204f808c858Sraf zpool_upgrade; 205f808c858Sraf zpool_vdev_attach; 2063d7072f8Seschrock zpool_vdev_clear; 2073d7072f8Seschrock zpool_vdev_degrade; 208f808c858Sraf zpool_vdev_detach; 2093d7072f8Seschrock zpool_vdev_fault; 210f808c858Sraf zpool_vdev_name; 211f808c858Sraf zpool_vdev_offline; 212f808c858Sraf zpool_vdev_online; 213f808c858Sraf zpool_vdev_remove; 2141195e687SMark J Musante zpool_vdev_split; 215990b4856Slling zprop_free_list; 216990b4856Slling zprop_get_list; 217990b4856Slling zprop_iter; 218990b4856Slling zprop_print_one_property; 219e7cbe64fSgw25295 zvol_check_dump_config; 220c1449561SEric Taylor zvol_volsize_to_reservation; 221f808c858Sraf local: 222f808c858Sraf *; 223f808c858Sraf}; 224