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# 218808ac5dSYuri Pankov 228808ac5dSYuri Pankov# 233f9d6ad7SLin Ling# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 24591e0e13SSebastien Roy# Copyright (c) 2011, 2017 by Delphix. All rights reserved. 258808ac5dSYuri Pankov# Copyright 2016 Nexenta Systems, Inc. 268808ac5dSYuri Pankov# 278808ac5dSYuri Pankov 28f808c858Sraf# 29bfed486aSAli Bahrami# MAPFILE HEADER START 30bfed486aSAli Bahrami# 31bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 32bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 33bfed486aSAli Bahrami# 34bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 35bfed486aSAli Bahrami# 36bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 37bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 38bfed486aSAli Bahrami# 39bfed486aSAli Bahrami# MAPFILE HEADER END 40bfed486aSAli Bahrami# 41bfed486aSAli Bahrami 42cd3e9333SAli Bahrami$mapfile_version 2 43cd3e9333SAli Bahrami 44cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 45f808c858Sraf global: 46495db6fbSLori Alt fletcher_2_native; 47495db6fbSLori Alt fletcher_2_byteswap; 48495db6fbSLori Alt fletcher_4_native; 49495db6fbSLori Alt fletcher_4_byteswap; 50495db6fbSLori Alt fletcher_4_incremental_native; 51495db6fbSLori Alt fletcher_4_incremental_byteswap; 52e0f1c0afSOlaf Faaland get_system_hostid; 539d9a58e3SEric Taylor libzfs_add_handle; 54f808c858Sraf libzfs_errno; 55f808c858Sraf libzfs_error_action; 56f808c858Sraf libzfs_error_description; 57f808c858Sraf libzfs_fini; 58069f55e2SEric Schrock libzfs_fru_compare; 59069f55e2SEric Schrock libzfs_fru_devpath; 60069f55e2SEric Schrock libzfs_fru_lookup; 61069f55e2SEric Schrock libzfs_fru_notself; 62069f55e2SEric Schrock libzfs_fru_refresh; 63f808c858Sraf libzfs_init; 64b2634b9cSEric Taylor libzfs_mnttab_cache; 65f808c858Sraf libzfs_print_on_error; 66ad135b5dSChristopher Siden spa_feature_table; 67b7b97454Sperrin zfs_allocatable_devs; 6899d5e173STim Haley zfs_asprintf; 6978f17100SMatthew Ahrens zfs_bookmark_exists; 70f808c858Sraf zfs_clone; 71f808c858Sraf zfs_close; 72f808c858Sraf zfs_create; 737f1f55eaSvb160487 zfs_create_ancestors; 74*eb633035STom Caputi zfs_crypto_attempt_load_keys; 75*eb633035STom Caputi zfs_crypto_get_encryption_root; 76*eb633035STom Caputi zfs_crypto_load_key; 77*eb633035STom Caputi zfs_crypto_rewrap; 78*eb633035STom Caputi zfs_crypto_unload_key; 797f1f55eaSvb160487 zfs_dataset_exists; 80ecd6cf80Smarks zfs_deleg_share_nfs; 81f808c858Sraf zfs_destroy; 82f808c858Sraf zfs_destroy_snaps; 8319b94df9SMatthew Ahrens zfs_destroy_snaps_nvl; 84e9dbad6fSeschrock zfs_expand_proplist; 85591e0e13SSebastien Roy zfs_foreach_mountpoint; 86f808c858Sraf zfs_get_handle; 871af68beaSAlexander Stetsenko zfs_get_holds; 882bcf0248SMax Grossman zfs_get_hole_count; 89f808c858Sraf zfs_get_name; 90d5b5bb25SRich Morris zfs_get_pool_handle; 918808ac5dSYuri Pankov zfs_get_pool_name; 92e9dbad6fSeschrock zfs_get_user_props; 93f808c858Sraf zfs_get_type; 9419b94df9SMatthew Ahrens zfs_handle_dup; 953f9d6ad7SLin Ling zfs_history_event_names; 96842727c2SChris Kirby zfs_hold; 978a981c33SDaniel Hoffman zfs_init_libshare_arg; 98f808c858Sraf zfs_is_mounted; 99f808c858Sraf zfs_is_shared; 100f3861e1aSahl zfs_is_shared_nfs; 101da6c28aaSamw zfs_is_shared_smb; 10278f17100SMatthew Ahrens zfs_iter_bookmarks; 103f808c858Sraf zfs_iter_children; 104f808c858Sraf zfs_iter_dependents; 105f808c858Sraf zfs_iter_filesystems; 106f808c858Sraf zfs_iter_root; 107f808c858Sraf zfs_iter_snapshots; 108ca45db41SChris Kirby zfs_iter_snapshots_sorted; 10919b94df9SMatthew Ahrens zfs_iter_snapspec; 110f808c858Sraf zfs_mount; 111f808c858Sraf zfs_name_to_prop; 112f808c858Sraf zfs_name_valid; 113f808c858Sraf zfs_nicenum; 114f808c858Sraf zfs_nicestrtonum; 115f808c858Sraf zfs_open; 1165aba80dbSck153898 zfs_path_to_zhandle; 117f808c858Sraf zfs_promote; 118e9dbad6fSeschrock zfs_prop_align_right; 119f808c858Sraf zfs_prop_column_name; 120f808c858Sraf zfs_prop_default_numeric; 121f808c858Sraf zfs_prop_default_string; 122f808c858Sraf zfs_prop_get; 123f808c858Sraf zfs_prop_get_int; 124f808c858Sraf zfs_prop_get_numeric; 12592241e0bSTom Erickson zfs_prop_get_recvd; 12614843421SMatthew Ahrens zfs_prop_get_table; 127edea4b55SLin Ling zfs_prop_get_userquota_int; 12814843421SMatthew Ahrens zfs_prop_get_userquota; 12919b94df9SMatthew Ahrens zfs_prop_get_written_int; 13019b94df9SMatthew Ahrens zfs_prop_get_written; 131f808c858Sraf zfs_prop_inherit; 132f808c858Sraf zfs_prop_inheritable; 13314843421SMatthew Ahrens zfs_prop_init; 134f808c858Sraf zfs_prop_is_string; 135f808c858Sraf zfs_prop_readonly; 136f808c858Sraf zfs_prop_set; 13730925561SChris Williamson zfs_prop_set_list; 138e7437265Sahrens zfs_prop_string_to_index; 139f808c858Sraf zfs_prop_to_name; 140e9dbad6fSeschrock zfs_prop_user; 14114843421SMatthew Ahrens zfs_prop_userquota; 142f808c858Sraf zfs_prop_valid_for_type; 143f808c858Sraf zfs_prop_values; 14419b94df9SMatthew Ahrens zfs_prop_written; 1452e5e9e19SSanjeev Bagewadi zfs_prune_proplist; 146f808c858Sraf zfs_receive; 147f808c858Sraf zfs_refresh_properties; 148842727c2SChris Kirby zfs_release; 1495cabbc6bSPrashanth Sreenivasa zfs_remap_indirects; 150f808c858Sraf zfs_rename; 151f808c858Sraf zfs_rollback; 1524445fffbSMatthew Ahrens zfs_save_arguments; 153f808c858Sraf zfs_send; 15478f17100SMatthew Ahrens zfs_send_one; 1559c3fd121SMatthew Ahrens zfs_send_resume; 1569c3fd121SMatthew Ahrens zfs_send_resume_token_to_nvlist; 157f808c858Sraf zfs_share; 158da6c28aaSamw zfs_shareall; 159f3861e1aSahl zfs_share_nfs; 160da6c28aaSamw zfs_share_smb; 16199d5e173STim Haley zfs_show_diffs; 162743a77edSAlan Wright zfs_smb_acl_add; 163743a77edSAlan Wright zfs_smb_acl_purge; 164743a77edSAlan Wright zfs_smb_acl_remove; 165743a77edSAlan Wright zfs_smb_acl_rename; 166f808c858Sraf zfs_snapshot; 1674445fffbSMatthew Ahrens zfs_snapshot_nvl; 1687b97dc1aSrm160521 zfs_spa_version; 1690a586ceaSMark Shellenbaum zfs_spa_version_map; 17078f17100SMatthew Ahrens zfs_standard_error; 171f808c858Sraf zfs_type_to_name; 1728a981c33SDaniel Hoffman zfs_uninit_libshare; 173f808c858Sraf zfs_unmount; 174f808c858Sraf zfs_unmountall; 175f808c858Sraf zfs_unshare; 176f3861e1aSahl zfs_unshare_nfs; 177da6c28aaSamw zfs_unshare_smb; 178da6c28aaSamw zfs_unshareall; 179da6c28aaSamw zfs_unshareall_bypath; 180f3861e1aSahl zfs_unshareall_nfs; 181da6c28aaSamw zfs_unshareall_smb; 18214843421SMatthew Ahrens zfs_userspace; 183c61ea566SGeorge Wilson zfs_valid_proplist; 1841af68beaSAlexander Stetsenko zfs_get_fsacl; 1851af68beaSAlexander Stetsenko zfs_set_fsacl; 18614843421SMatthew Ahrens zfs_userquota_prop_prefixes; 1870a586ceaSMark Shellenbaum zfs_zpl_version_map; 188f808c858Sraf zpool_add; 18986714001SSerapheim Dimitropoulos zpool_checkpoint; 190f808c858Sraf zpool_clear; 191096d22d4SEric Schrock zpool_clear_label; 192f808c858Sraf zpool_close; 193f808c858Sraf zpool_create; 194f808c858Sraf zpool_destroy; 195f3861e1aSahl zpool_disable_datasets; 19686714001SSerapheim Dimitropoulos zpool_discard_checkpoint; 1979eb19f4dSGeorge Wilson zpool_dump_ddt; 198f3861e1aSahl zpool_enable_datasets; 199b1b8ab34Slling zpool_expand_proplist; 200468c413aSTim Haley zpool_explain_recover; 201f808c858Sraf zpool_export; 202394ab0cbSGeorge Wilson zpool_export_force; 203f808c858Sraf zpool_find_import; 2042f8aaab3Seschrock zpool_find_import_cached; 205f808c858Sraf zpool_find_vdev; 206573ca77eSGeorge Wilson zpool_find_vdev_by_physpath; 207069f55e2SEric Schrock zpool_fru_set; 208f808c858Sraf zpool_get_config; 209f808c858Sraf zpool_get_errlog; 21057221772SChristopher Siden zpool_get_features; 211f808c858Sraf zpool_get_handle; 21206eeb2adSek110237 zpool_get_history; 213f808c858Sraf zpool_get_name; 21419397407SSherry Moore zpool_get_physpath; 215b1b8ab34Slling zpool_get_prop; 2163d7072f8Seschrock zpool_get_prop_int; 217f808c858Sraf zpool_get_state; 218f808c858Sraf zpool_get_status; 2198f18d1faSGeorge Wilson zpool_history_unpack; 220f808c858Sraf zpool_import; 221990b4856Slling zpool_import_props; 222f808c858Sraf zpool_import_status; 223f808c858Sraf zpool_in_use; 224094e47e9SGeorge Wilson zpool_initialize; 2254263d13fSGeorge Wilson zpool_is_bootable; 226f808c858Sraf zpool_iter; 2278488aeb5Staylor zpool_label_disk; 2284445fffbSMatthew Ahrens zpool_log_history; 229f808c858Sraf zpool_mount_datasets; 230ecd6cf80Smarks zpool_name_to_prop; 23155434c77Sek110237 zpool_obj_to_path; 232f808c858Sraf zpool_open; 233f808c858Sraf zpool_open_canfail; 2346401734dSWill Andrews zpool_pool_state_to_name; 235ad135b5dSChristopher Siden zpool_print_unsup_feat; 236990b4856Slling zpool_prop_align_right; 237990b4856Slling zpool_prop_column_name; 238ad135b5dSChristopher Siden zpool_prop_feature; 239ad135b5dSChristopher Siden zpool_prop_get_feature; 240990b4856Slling zpool_prop_readonly; 241b1b8ab34Slling zpool_prop_to_name; 242ad135b5dSChristopher Siden zpool_prop_unsupported; 243b1b8ab34Slling zpool_prop_values; 244f808c858Sraf zpool_read_label; 245f808c858Sraf zpool_refresh_stats; 246e9103aaeSGarrett D'Amore zpool_reguid; 2474263d13fSGeorge Wilson zpool_reopen; 2483f9d6ad7SLin Ling zpool_scan; 249d41c4376SMark J Musante zpool_search_import; 250b1b8ab34Slling zpool_set_prop; 2518808ac5dSYuri Pankov zpool_skip_pool; 252990b4856Slling zpool_state_to_name; 2539c2acf00SAlek Pinchuk zpool_sync_one; 254e0f1c0afSOlaf Faaland zpool_tryimport; 255f808c858Sraf zpool_unmount_datasets; 256f808c858Sraf zpool_upgrade; 257f808c858Sraf zpool_vdev_attach; 2583d7072f8Seschrock zpool_vdev_clear; 2593d7072f8Seschrock zpool_vdev_degrade; 260f808c858Sraf zpool_vdev_detach; 2613d7072f8Seschrock zpool_vdev_fault; 2625cabbc6bSPrashanth Sreenivasa zpool_vdev_indirect_size; 263f808c858Sraf zpool_vdev_name; 264f808c858Sraf zpool_vdev_offline; 265f808c858Sraf zpool_vdev_online; 266f808c858Sraf zpool_vdev_remove; 2675cabbc6bSPrashanth Sreenivasa zpool_vdev_remove_cancel; 2681195e687SMark J Musante zpool_vdev_split; 269990b4856Slling zprop_free_list; 270990b4856Slling zprop_get_list; 271990b4856Slling zprop_iter; 272990b4856Slling zprop_print_one_property; 2734263d13fSGeorge Wilson zprop_width; 274e7cbe64fSgw25295 zvol_check_dump_config; 275c1449561SEric Taylor zvol_volsize_to_reservation; 276f808c858Sraf local: 277f808c858Sraf *; 278f808c858Sraf}; 279