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# 213f9d6ad7SLin Ling# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 22e9103aaeSGarrett D'Amore# Copyright 2011 Nexenta Systems, Inc. All rights reserved. 2330925561SChris Williamson# Copyright (c) 2011, 2014 by Delphix. All rights reserved. 24f808c858Sraf# 25bfed486aSAli Bahrami# MAPFILE HEADER START 26bfed486aSAli Bahrami# 27bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 28bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 29bfed486aSAli Bahrami# 30bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 31bfed486aSAli Bahrami# 32bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 33bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 34bfed486aSAli Bahrami# 35bfed486aSAli Bahrami# MAPFILE HEADER END 36bfed486aSAli Bahrami# 37bfed486aSAli Bahrami 38cd3e9333SAli Bahrami$mapfile_version 2 39cd3e9333SAli Bahrami 40cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 41f808c858Sraf global: 42495db6fbSLori Alt fletcher_2_native; 43495db6fbSLori Alt fletcher_2_byteswap; 44495db6fbSLori Alt fletcher_4_native; 45495db6fbSLori Alt fletcher_4_byteswap; 46495db6fbSLori Alt fletcher_4_incremental_native; 47495db6fbSLori Alt fletcher_4_incremental_byteswap; 489d9a58e3SEric Taylor libzfs_add_handle; 499d9a58e3SEric Taylor libzfs_dataset_cmp; 50f808c858Sraf libzfs_errno; 51f808c858Sraf libzfs_error_action; 52f808c858Sraf libzfs_error_description; 53f808c858Sraf libzfs_fini; 54069f55e2SEric Schrock libzfs_fru_compare; 55069f55e2SEric Schrock libzfs_fru_devpath; 56069f55e2SEric Schrock libzfs_fru_lookup; 57069f55e2SEric Schrock libzfs_fru_notself; 58069f55e2SEric Schrock libzfs_fru_refresh; 59f808c858Sraf libzfs_init; 60b2634b9cSEric Taylor libzfs_mnttab_cache; 61f808c858Sraf libzfs_print_on_error; 62ad135b5dSChristopher Siden spa_feature_table; 63b7b97454Sperrin zfs_allocatable_devs; 6499d5e173STim Haley zfs_asprintf; 6578f17100SMatthew Ahrens zfs_bookmark_exists; 66f808c858Sraf zfs_clone; 67f808c858Sraf zfs_close; 68f808c858Sraf zfs_create; 697f1f55eaSvb160487 zfs_create_ancestors; 707f1f55eaSvb160487 zfs_dataset_exists; 71ecd6cf80Smarks zfs_deleg_share_nfs; 72f808c858Sraf zfs_destroy; 73f808c858Sraf zfs_destroy_snaps; 7419b94df9SMatthew Ahrens zfs_destroy_snaps_nvl; 75e9dbad6fSeschrock zfs_expand_proplist; 76f808c858Sraf zfs_get_handle; 771af68beaSAlexander Stetsenko zfs_get_holds; 782bcf0248SMax Grossman zfs_get_hole_count; 79f808c858Sraf zfs_get_name; 80d5b5bb25SRich Morris zfs_get_pool_handle; 81e9dbad6fSeschrock zfs_get_user_props; 82f808c858Sraf zfs_get_type; 8319b94df9SMatthew Ahrens zfs_handle_dup; 843f9d6ad7SLin Ling zfs_history_event_names; 85842727c2SChris Kirby zfs_hold; 86f808c858Sraf zfs_is_mounted; 87f808c858Sraf zfs_is_shared; 88f3861e1aSahl zfs_is_shared_nfs; 89da6c28aaSamw zfs_is_shared_smb; 9078f17100SMatthew Ahrens zfs_iter_bookmarks; 91f808c858Sraf zfs_iter_children; 92f808c858Sraf zfs_iter_dependents; 93f808c858Sraf zfs_iter_filesystems; 94f808c858Sraf zfs_iter_root; 95f808c858Sraf zfs_iter_snapshots; 96ca45db41SChris Kirby zfs_iter_snapshots_sorted; 9719b94df9SMatthew Ahrens zfs_iter_snapspec; 98f808c858Sraf zfs_mount; 99f808c858Sraf zfs_name_to_prop; 100f808c858Sraf zfs_name_valid; 101f808c858Sraf zfs_nicenum; 102f808c858Sraf zfs_nicestrtonum; 103f808c858Sraf zfs_open; 1045aba80dbSck153898 zfs_path_to_zhandle; 105f808c858Sraf zfs_promote; 106e9dbad6fSeschrock zfs_prop_align_right; 107f808c858Sraf zfs_prop_column_name; 108f808c858Sraf zfs_prop_default_numeric; 109f808c858Sraf zfs_prop_default_string; 110f808c858Sraf zfs_prop_get; 111f808c858Sraf zfs_prop_get_int; 112f808c858Sraf zfs_prop_get_numeric; 11392241e0bSTom Erickson zfs_prop_get_recvd; 11414843421SMatthew Ahrens zfs_prop_get_table; 115edea4b55SLin Ling zfs_prop_get_userquota_int; 11614843421SMatthew Ahrens zfs_prop_get_userquota; 11719b94df9SMatthew Ahrens zfs_prop_get_written_int; 11819b94df9SMatthew Ahrens zfs_prop_get_written; 119f808c858Sraf zfs_prop_inherit; 120f808c858Sraf zfs_prop_inheritable; 12114843421SMatthew Ahrens zfs_prop_init; 122f808c858Sraf zfs_prop_is_string; 123f808c858Sraf zfs_prop_readonly; 124f808c858Sraf zfs_prop_set; 12530925561SChris Williamson zfs_prop_set_list; 126e7437265Sahrens zfs_prop_string_to_index; 127f808c858Sraf zfs_prop_to_name; 128e9dbad6fSeschrock zfs_prop_user; 12914843421SMatthew Ahrens zfs_prop_userquota; 130f808c858Sraf zfs_prop_valid_for_type; 131f808c858Sraf zfs_prop_values; 13219b94df9SMatthew Ahrens zfs_prop_written; 1332e5e9e19SSanjeev Bagewadi zfs_prune_proplist; 134f808c858Sraf zfs_receive; 135f808c858Sraf zfs_refresh_properties; 136842727c2SChris Kirby zfs_release; 137f808c858Sraf zfs_rename; 138f808c858Sraf zfs_rollback; 1394445fffbSMatthew Ahrens zfs_save_arguments; 140f808c858Sraf zfs_send; 141*98f9d73dSMarcel Telka zfs_send_compoundstream_begin; 142*98f9d73dSMarcel Telka zfs_send_compoundstream_end; 14378f17100SMatthew Ahrens zfs_send_one; 144c1a50c7eSMatthew Ahrens zfs_send_resume; 145c1a50c7eSMatthew Ahrens zfs_send_resume_token_to_nvlist; 146f808c858Sraf zfs_share; 147da6c28aaSamw zfs_shareall; 148f3861e1aSahl zfs_share_nfs; 149da6c28aaSamw zfs_share_smb; 15099d5e173STim Haley zfs_show_diffs; 151743a77edSAlan Wright zfs_smb_acl_add; 152743a77edSAlan Wright zfs_smb_acl_purge; 153743a77edSAlan Wright zfs_smb_acl_remove; 154743a77edSAlan Wright zfs_smb_acl_rename; 155f808c858Sraf zfs_snapshot; 1564445fffbSMatthew Ahrens zfs_snapshot_nvl; 1577b97dc1aSrm160521 zfs_spa_version; 1580a586ceaSMark Shellenbaum zfs_spa_version_map; 15978f17100SMatthew Ahrens zfs_standard_error; 160f808c858Sraf zfs_type_to_name; 161f808c858Sraf zfs_unmount; 162f808c858Sraf zfs_unmountall; 163f808c858Sraf zfs_unshare; 164f3861e1aSahl zfs_unshare_nfs; 165da6c28aaSamw zfs_unshare_smb; 166da6c28aaSamw zfs_unshareall; 167da6c28aaSamw zfs_unshareall_bypath; 168f3861e1aSahl zfs_unshareall_nfs; 169da6c28aaSamw zfs_unshareall_smb; 17014843421SMatthew Ahrens zfs_userspace; 171c61ea566SGeorge Wilson zfs_valid_proplist; 1721af68beaSAlexander Stetsenko zfs_get_fsacl; 1731af68beaSAlexander Stetsenko zfs_set_fsacl; 17414843421SMatthew Ahrens zfs_userquota_prop_prefixes; 1750a586ceaSMark Shellenbaum zfs_zpl_version_map; 176f808c858Sraf zpool_add; 177f808c858Sraf zpool_clear; 178096d22d4SEric Schrock zpool_clear_label; 179f808c858Sraf zpool_close; 180f808c858Sraf zpool_create; 181f808c858Sraf zpool_destroy; 182f3861e1aSahl zpool_disable_datasets; 1839eb19f4dSGeorge Wilson zpool_dump_ddt; 184f3861e1aSahl zpool_enable_datasets; 185b1b8ab34Slling zpool_expand_proplist; 186468c413aSTim Haley zpool_explain_recover; 187f808c858Sraf zpool_export; 188394ab0cbSGeorge Wilson zpool_export_force; 189f808c858Sraf zpool_find_import; 1902f8aaab3Seschrock zpool_find_import_cached; 191f808c858Sraf zpool_find_vdev; 192573ca77eSGeorge Wilson zpool_find_vdev_by_physpath; 193069f55e2SEric Schrock zpool_fru_set; 194f808c858Sraf zpool_get_config; 195f808c858Sraf zpool_get_errlog; 19657221772SChristopher Siden zpool_get_features; 197f808c858Sraf zpool_get_handle; 19806eeb2adSek110237 zpool_get_history; 199f808c858Sraf zpool_get_name; 20019397407SSherry Moore zpool_get_physpath; 201b1b8ab34Slling zpool_get_prop; 2023d7072f8Seschrock zpool_get_prop_int; 203f808c858Sraf zpool_get_state; 204f808c858Sraf zpool_get_status; 2058f18d1faSGeorge Wilson zpool_history_unpack; 206f808c858Sraf zpool_import; 207990b4856Slling zpool_import_props; 208f808c858Sraf zpool_import_status; 209f808c858Sraf zpool_in_use; 2104263d13fSGeorge Wilson zpool_is_bootable; 211f808c858Sraf zpool_iter; 2128488aeb5Staylor zpool_label_disk; 2134445fffbSMatthew Ahrens zpool_log_history; 214f808c858Sraf zpool_mount_datasets; 215ecd6cf80Smarks zpool_name_to_prop; 21655434c77Sek110237 zpool_obj_to_path; 217f808c858Sraf zpool_open; 218f808c858Sraf zpool_open_canfail; 219ad135b5dSChristopher Siden zpool_print_unsup_feat; 220990b4856Slling zpool_prop_align_right; 221990b4856Slling zpool_prop_column_name; 222ad135b5dSChristopher Siden zpool_prop_feature; 223ad135b5dSChristopher Siden zpool_prop_get_feature; 224990b4856Slling zpool_prop_readonly; 225b1b8ab34Slling zpool_prop_to_name; 226ad135b5dSChristopher Siden zpool_prop_unsupported; 227b1b8ab34Slling zpool_prop_values; 228f808c858Sraf zpool_read_label; 229f808c858Sraf zpool_refresh_stats; 230e9103aaeSGarrett D'Amore zpool_reguid; 2314263d13fSGeorge Wilson zpool_reopen; 2323f9d6ad7SLin Ling zpool_scan; 233d41c4376SMark J Musante zpool_search_import; 234b1b8ab34Slling zpool_set_prop; 235990b4856Slling zpool_state_to_name; 236f808c858Sraf zpool_unmount_datasets; 237f808c858Sraf zpool_upgrade; 238f808c858Sraf zpool_vdev_attach; 2393d7072f8Seschrock zpool_vdev_clear; 2403d7072f8Seschrock zpool_vdev_degrade; 241f808c858Sraf zpool_vdev_detach; 2423d7072f8Seschrock zpool_vdev_fault; 243f808c858Sraf zpool_vdev_name; 244f808c858Sraf zpool_vdev_offline; 245f808c858Sraf zpool_vdev_online; 246f808c858Sraf zpool_vdev_remove; 2471195e687SMark J Musante zpool_vdev_split; 248990b4856Slling zprop_free_list; 249990b4856Slling zprop_get_list; 250990b4856Slling zprop_iter; 251990b4856Slling zprop_print_one_property; 2524263d13fSGeorge Wilson zprop_width; 253e7cbe64fSgw25295 zvol_check_dump_config; 254c1449561SEric Taylor zvol_volsize_to_reservation; 255f808c858Sraf local: 256f808c858Sraf *; 257f808c858Sraf}; 258