12522Sraf# 22522Sraf# CDDL HEADER START 32522Sraf# 42522Sraf# The contents of this file are subject to the terms of the 52522Sraf# Common Development and Distribution License (the "License"). 62522Sraf# You may not use this file except in compliance with the License. 72522Sraf# 82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 92522Sraf# or http://www.opensolaris.org/os/licensing. 102522Sraf# See the License for the specific language governing permissions 112522Sraf# and limitations under the License. 122522Sraf# 132522Sraf# When distributing Covered Code, include this CDDL HEADER in each 142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 152522Sraf# If applicable, add the following below this CDDL HEADER, with the 162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying 172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 182522Sraf# 192522Sraf# CDDL HEADER END 202522Sraf# 212522Sraf# 222522Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 232522Sraf# Use is subject to license terms. 242522Sraf# 252522Sraf# ident "%Z%%M% %I% %E% SMI" 262522Sraf# 272522Sraf 282522SrafSUNWprivate_1.1 { 292522Sraf global: 302522Sraf libzfs_errno; 312522Sraf libzfs_error_action; 322522Sraf libzfs_error_description; 332522Sraf libzfs_fini; 342522Sraf libzfs_init; 352522Sraf libzfs_print_on_error; 362522Sraf zfs_clone; 372522Sraf zfs_close; 382522Sraf zfs_create; 392522Sraf zfs_destroy; 402522Sraf zfs_destroy_snaps; 412676Seschrock zfs_expand_proplist; 422676Seschrock zfs_free_proplist; 432522Sraf zfs_get_handle; 442522Sraf zfs_get_name; 452676Seschrock zfs_get_user_props; 462522Sraf zfs_get_proplist; 472522Sraf zfs_get_type; 482522Sraf zfs_is_mounted; 492522Sraf zfs_is_shared; 502522Sraf zfs_iter_children; 512522Sraf zfs_iter_dependents; 522522Sraf zfs_iter_filesystems; 532522Sraf zfs_iter_root; 542522Sraf zfs_iter_snapshots; 552522Sraf zfs_mount; 562522Sraf zfs_name_to_prop; 572522Sraf zfs_name_valid; 582522Sraf zfs_nicenum; 592522Sraf zfs_nicestrtonum; 602522Sraf zfs_open; 612522Sraf zfs_promote; 622676Seschrock zfs_prop_align_right; 632522Sraf zfs_prop_column_name; 642522Sraf zfs_prop_default_numeric; 652522Sraf zfs_prop_default_string; 662522Sraf zfs_prop_get; 672522Sraf zfs_prop_get_int; 682522Sraf zfs_prop_get_numeric; 692522Sraf zfs_prop_inherit; 702522Sraf zfs_prop_inheritable; 712522Sraf zfs_prop_is_string; 722522Sraf zfs_prop_readonly; 732522Sraf zfs_prop_set; 742522Sraf zfs_prop_to_name; 752676Seschrock zfs_prop_user; 762522Sraf zfs_prop_valid_for_type; 772522Sraf zfs_prop_values; 782676Seschrock zfs_prop_width; 792522Sraf zfs_receive; 802522Sraf zfs_refresh_properties; 812522Sraf zfs_rename; 822522Sraf zfs_rollback; 832522Sraf zfs_send; 842522Sraf zfs_share; 852522Sraf zfs_snapshot; 862522Sraf zfs_type_to_name; 872522Sraf zfs_unmount; 882522Sraf zfs_unmountall; 892522Sraf zfs_unshare; 902522Sraf zfs_unshareall; 912522Sraf zpool_add; 922522Sraf zpool_clear; 932522Sraf zpool_close; 942522Sraf zpool_create; 952522Sraf zpool_create_zvol_links; 962522Sraf zpool_destroy; 972522Sraf zpool_export; 982522Sraf zpool_find_import; 992522Sraf zpool_find_vdev; 1002522Sraf zpool_get_config; 1012522Sraf zpool_get_errlog; 1022522Sraf zpool_get_guid; 1032522Sraf zpool_get_handle; 104*2926Sek110237 zpool_get_history; 1052522Sraf zpool_get_name; 1062522Sraf zpool_get_root; 1072522Sraf zpool_get_space_total; 1082522Sraf zpool_get_space_used; 1092522Sraf zpool_get_state; 1102522Sraf zpool_get_status; 1112522Sraf zpool_get_version; 1122522Sraf zpool_import; 1132522Sraf zpool_import_status; 1142522Sraf zpool_in_use; 1152522Sraf zpool_iter; 116*2926Sek110237 zpool_log_history; 1172522Sraf zpool_mount_datasets; 1182522Sraf zpool_open; 1192522Sraf zpool_open_canfail; 1202522Sraf zpool_read_label; 1212522Sraf zpool_refresh_stats; 1222522Sraf zpool_remove_zvol_links; 1232522Sraf zpool_scrub; 1242522Sraf zpool_unmount_datasets; 1252522Sraf zpool_upgrade; 1262522Sraf zpool_vdev_attach; 1272522Sraf zpool_vdev_detach; 1282522Sraf zpool_vdev_name; 1292522Sraf zpool_vdev_offline; 1302522Sraf zpool_vdev_online; 1312522Sraf zpool_vdev_remove; 1322522Sraf local: 1332522Sraf *; 1342522Sraf}; 135