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# 2255434c77Sek110237# Copyright 2007 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; 36b1b8ab34Slling libzfs_print_one_property; 37f808c858Sraf zfs_clone; 38f808c858Sraf zfs_close; 39f808c858Sraf zfs_create; 40*7f1f55eaSvb160487 zfs_create_ancestors; 41*7f1f55eaSvb160487 zfs_dataset_exists; 42f808c858Sraf zfs_destroy; 43f808c858Sraf zfs_destroy_snaps; 44e9dbad6fSeschrock zfs_expand_proplist; 45e9dbad6fSeschrock zfs_free_proplist; 46f808c858Sraf zfs_get_handle; 47f808c858Sraf zfs_get_name; 48e9dbad6fSeschrock zfs_get_user_props; 49f808c858Sraf zfs_get_proplist; 50f808c858Sraf zfs_get_type; 51f808c858Sraf zfs_is_mounted; 52f808c858Sraf zfs_is_shared; 53f3861e1aSahl zfs_is_shared_iscsi; 54f3861e1aSahl zfs_is_shared_nfs; 55f808c858Sraf zfs_iter_children; 56f808c858Sraf zfs_iter_dependents; 57f808c858Sraf zfs_iter_filesystems; 58f808c858Sraf zfs_iter_root; 59f808c858Sraf zfs_iter_snapshots; 60f808c858Sraf zfs_mount; 61f808c858Sraf zfs_name_to_prop; 62f808c858Sraf zfs_name_valid; 63f808c858Sraf zfs_nicenum; 64f808c858Sraf zfs_nicestrtonum; 65f808c858Sraf zfs_open; 665aba80dbSck153898 zfs_path_to_zhandle; 67f808c858Sraf zfs_promote; 68e9dbad6fSeschrock zfs_prop_align_right; 69f808c858Sraf zfs_prop_column_name; 70f808c858Sraf zfs_prop_default_numeric; 71f808c858Sraf zfs_prop_default_string; 72f808c858Sraf zfs_prop_get; 73f808c858Sraf zfs_prop_get_int; 74f808c858Sraf zfs_prop_get_numeric; 75f808c858Sraf zfs_prop_inherit; 76f808c858Sraf zfs_prop_inheritable; 77f808c858Sraf zfs_prop_is_string; 7866e2aaccSgw25295 zfs_prop_iter; 79f808c858Sraf zfs_prop_readonly; 80f808c858Sraf zfs_prop_set; 81f808c858Sraf zfs_prop_to_name; 82e9dbad6fSeschrock zfs_prop_user; 83f808c858Sraf zfs_prop_valid_for_type; 84f808c858Sraf zfs_prop_values; 85e9dbad6fSeschrock zfs_prop_width; 86f808c858Sraf zfs_receive; 87f808c858Sraf zfs_refresh_properties; 88f808c858Sraf zfs_rename; 89f808c858Sraf zfs_rollback; 90f808c858Sraf zfs_send; 91f808c858Sraf zfs_share; 92f3861e1aSahl zfs_share_nfs; 93f3861e1aSahl zfs_share_iscsi; 94f808c858Sraf zfs_snapshot; 95f808c858Sraf zfs_type_to_name; 96f808c858Sraf zfs_unmount; 97f808c858Sraf zfs_unmountall; 98f808c858Sraf zfs_unshare; 99f3861e1aSahl zfs_unshare_iscsi; 100f3861e1aSahl zfs_unshare_nfs; 101f3861e1aSahl zfs_unshareall_nfs; 102f808c858Sraf zpool_add; 103f808c858Sraf zpool_clear; 104f808c858Sraf zpool_close; 105f808c858Sraf zpool_create; 106f808c858Sraf zpool_create_zvol_links; 107f808c858Sraf zpool_destroy; 108f3861e1aSahl zpool_disable_datasets; 109f3861e1aSahl zpool_enable_datasets; 110b1b8ab34Slling zpool_expand_proplist; 111f808c858Sraf zpool_export; 112f808c858Sraf zpool_find_import; 113f808c858Sraf zpool_find_vdev; 114f808c858Sraf zpool_get_config; 115f808c858Sraf zpool_get_errlog; 116f808c858Sraf zpool_get_guid; 117f808c858Sraf zpool_get_handle; 11806eeb2adSek110237 zpool_get_history; 119f808c858Sraf zpool_get_name; 120b1b8ab34Slling zpool_get_prop; 1213d7072f8Seschrock zpool_get_prop_int; 122b1b8ab34Slling zpool_get_proplist; 123f808c858Sraf zpool_get_root; 124f808c858Sraf zpool_get_space_total; 125f808c858Sraf zpool_get_space_used; 126f808c858Sraf zpool_get_state; 127f808c858Sraf zpool_get_status; 128f808c858Sraf zpool_get_version; 129f808c858Sraf zpool_import; 130f808c858Sraf zpool_import_status; 131f808c858Sraf zpool_in_use; 132f808c858Sraf zpool_iter; 1338488aeb5Staylor zpool_label_disk; 13406eeb2adSek110237 zpool_log_history; 135f808c858Sraf zpool_mount_datasets; 13655434c77Sek110237 zpool_obj_to_path; 137f808c858Sraf zpool_open; 138f808c858Sraf zpool_open_canfail; 139b1b8ab34Slling zpool_prop_iter; 140b1b8ab34Slling zpool_prop_to_name; 141b1b8ab34Slling zpool_prop_values; 142f808c858Sraf zpool_read_label; 143f808c858Sraf zpool_refresh_stats; 144f808c858Sraf zpool_remove_zvol_links; 145f808c858Sraf zpool_scrub; 146b1b8ab34Slling zpool_set_prop; 147f808c858Sraf zpool_unmount_datasets; 148f808c858Sraf zpool_upgrade; 149f808c858Sraf zpool_vdev_attach; 1503d7072f8Seschrock zpool_vdev_clear; 1513d7072f8Seschrock zpool_vdev_degrade; 152f808c858Sraf zpool_vdev_detach; 1533d7072f8Seschrock zpool_vdev_fault; 154f808c858Sraf zpool_vdev_name; 155f808c858Sraf zpool_vdev_offline; 156f808c858Sraf zpool_vdev_online; 157f808c858Sraf zpool_vdev_remove; 158f808c858Sraf local: 159f808c858Sraf *; 160f808c858Sraf}; 161