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# 22b7b97454Sperrin# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23f808c858Sraf# Use is subject to license terms. 24f808c858Sraf# 25f808c858Sraf# ident "%Z%%M% %I% %E% SMI" 26f808c858Sraf# 27f808c858Sraf 28f808c858SrafSUNWprivate_1.1 { 29f808c858Sraf global: 30f808c858Sraf libzfs_errno; 31f808c858Sraf libzfs_error_action; 32f808c858Sraf libzfs_error_description; 33f808c858Sraf libzfs_fini; 34f808c858Sraf libzfs_init; 35f808c858Sraf libzfs_print_on_error; 36b7b97454Sperrin zfs_allocatable_devs; 37ecd6cf80Smarks zfs_build_perms; 38f808c858Sraf zfs_clone; 39f808c858Sraf zfs_close; 40f808c858Sraf zfs_create; 417f1f55eaSvb160487 zfs_create_ancestors; 427f1f55eaSvb160487 zfs_dataset_exists; 436949a980Smarks zfs_deleg_permissions; 44ecd6cf80Smarks zfs_deleg_share_nfs; 45f808c858Sraf zfs_destroy; 46f808c858Sraf zfs_destroy_snaps; 47e9dbad6fSeschrock zfs_expand_proplist; 48ecd6cf80Smarks zfs_free_allows; 49f808c858Sraf zfs_get_handle; 50f808c858Sraf zfs_get_name; 51e9dbad6fSeschrock zfs_get_user_props; 52f808c858Sraf zfs_get_type; 53ecd6cf80Smarks zfs_iscsi_perm_check; 54f808c858Sraf zfs_is_mounted; 55f808c858Sraf zfs_is_shared; 56f3861e1aSahl zfs_is_shared_iscsi; 57f3861e1aSahl zfs_is_shared_nfs; 58da6c28aaSamw zfs_is_shared_smb; 59f808c858Sraf zfs_iter_children; 60f808c858Sraf zfs_iter_dependents; 61f808c858Sraf zfs_iter_filesystems; 62f808c858Sraf zfs_iter_root; 63f808c858Sraf zfs_iter_snapshots; 64f808c858Sraf zfs_mount; 65f808c858Sraf zfs_name_to_prop; 66f808c858Sraf zfs_name_valid; 67f808c858Sraf zfs_nicenum; 68f808c858Sraf zfs_nicestrtonum; 69f808c858Sraf zfs_open; 705aba80dbSck153898 zfs_path_to_zhandle; 71ecd6cf80Smarks zfs_perm_get; 72ecd6cf80Smarks zfs_perm_remove; 73ecd6cf80Smarks zfs_perm_set; 74f808c858Sraf zfs_promote; 75e9dbad6fSeschrock zfs_prop_align_right; 76f808c858Sraf zfs_prop_column_name; 77f808c858Sraf zfs_prop_default_numeric; 78f808c858Sraf zfs_prop_default_string; 79f808c858Sraf zfs_prop_get; 80f808c858Sraf zfs_prop_get_int; 81f808c858Sraf zfs_prop_get_numeric; 82f808c858Sraf zfs_prop_inherit; 83f808c858Sraf zfs_prop_inheritable; 84f808c858Sraf zfs_prop_is_string; 85f808c858Sraf zfs_prop_readonly; 86f808c858Sraf zfs_prop_set; 87e7437265Sahrens zfs_prop_string_to_index; 88f808c858Sraf zfs_prop_to_name; 89e9dbad6fSeschrock zfs_prop_user; 90f808c858Sraf zfs_prop_valid_for_type; 91f808c858Sraf zfs_prop_values; 92f808c858Sraf zfs_receive; 93f808c858Sraf zfs_refresh_properties; 94f808c858Sraf zfs_rename; 95f808c858Sraf zfs_rollback; 96f808c858Sraf zfs_send; 97f808c858Sraf zfs_share; 98da6c28aaSamw zfs_shareall; 99f3861e1aSahl zfs_share_nfs; 100da6c28aaSamw zfs_share_smb; 101f3861e1aSahl zfs_share_iscsi; 102f808c858Sraf zfs_snapshot; 1037b97dc1aSrm160521 zfs_spa_version; 104f808c858Sraf zfs_type_to_name; 105f808c858Sraf zfs_unmount; 106f808c858Sraf zfs_unmountall; 107f808c858Sraf zfs_unshare; 108f3861e1aSahl zfs_unshare_iscsi; 109f3861e1aSahl zfs_unshare_nfs; 110da6c28aaSamw zfs_unshare_smb; 111da6c28aaSamw zfs_unshareall; 112da6c28aaSamw zfs_unshareall_bypath; 113f3861e1aSahl zfs_unshareall_nfs; 114da6c28aaSamw zfs_unshareall_smb; 115f808c858Sraf zpool_add; 116f808c858Sraf zpool_clear; 117f808c858Sraf zpool_close; 118f808c858Sraf zpool_create; 119f808c858Sraf zpool_create_zvol_links; 120f808c858Sraf zpool_destroy; 121f3861e1aSahl zpool_disable_datasets; 122f3861e1aSahl zpool_enable_datasets; 123b1b8ab34Slling zpool_expand_proplist; 124f808c858Sraf zpool_export; 125f808c858Sraf zpool_find_import; 1262f8aaab3Seschrock zpool_find_import_cached; 127f808c858Sraf zpool_find_vdev; 128f808c858Sraf zpool_get_config; 129f808c858Sraf zpool_get_errlog; 130f808c858Sraf zpool_get_handle; 13106eeb2adSek110237 zpool_get_history; 132f808c858Sraf zpool_get_name; 133b1b8ab34Slling zpool_get_prop; 1343d7072f8Seschrock zpool_get_prop_int; 135f808c858Sraf zpool_get_state; 136f808c858Sraf zpool_get_status; 137f808c858Sraf zpool_import; 138990b4856Slling zpool_import_props; 139f808c858Sraf zpool_import_status; 140f808c858Sraf zpool_in_use; 141f808c858Sraf zpool_iter; 1428488aeb5Staylor zpool_label_disk; 143f808c858Sraf zpool_mount_datasets; 144ecd6cf80Smarks zpool_name_to_prop; 14555434c77Sek110237 zpool_obj_to_path; 146f808c858Sraf zpool_open; 147f808c858Sraf zpool_open_canfail; 148990b4856Slling zpool_prop_align_right; 149990b4856Slling zpool_prop_column_name; 150990b4856Slling zpool_prop_readonly; 151b1b8ab34Slling zpool_prop_to_name; 152b1b8ab34Slling zpool_prop_values; 153f808c858Sraf zpool_read_label; 154f808c858Sraf zpool_refresh_stats; 155f808c858Sraf zpool_remove_zvol_links; 156f808c858Sraf zpool_scrub; 1572a6b87f0Sek110237 zpool_set_history_str; 158b1b8ab34Slling zpool_set_prop; 159ecd6cf80Smarks zpool_stage_history; 160990b4856Slling zpool_state_to_name; 161f808c858Sraf zpool_unmount_datasets; 162f808c858Sraf zpool_upgrade; 163f808c858Sraf zpool_vdev_attach; 1643d7072f8Seschrock zpool_vdev_clear; 1653d7072f8Seschrock zpool_vdev_degrade; 166f808c858Sraf zpool_vdev_detach; 1673d7072f8Seschrock zpool_vdev_fault; 168f808c858Sraf zpool_vdev_name; 169f808c858Sraf zpool_vdev_offline; 170f808c858Sraf zpool_vdev_online; 171f808c858Sraf zpool_vdev_remove; 172990b4856Slling zprop_free_list; 173990b4856Slling zprop_get_list; 174990b4856Slling zprop_iter; 175990b4856Slling zprop_print_one_property; 176*e7cbe64fSgw25295 zvol_check_dump_config; 177f808c858Sraf local: 178f808c858Sraf *; 179f808c858Sraf}; 180