1*f808c858Sraf# 2*f808c858Sraf# CDDL HEADER START 3*f808c858Sraf# 4*f808c858Sraf# The contents of this file are subject to the terms of the 5*f808c858Sraf# Common Development and Distribution License (the "License"). 6*f808c858Sraf# You may not use this file except in compliance with the License. 7*f808c858Sraf# 8*f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*f808c858Sraf# or http://www.opensolaris.org/os/licensing. 10*f808c858Sraf# See the License for the specific language governing permissions 11*f808c858Sraf# and limitations under the License. 12*f808c858Sraf# 13*f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each 14*f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the 16*f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17*f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18*f808c858Sraf# 19*f808c858Sraf# CDDL HEADER END 20*f808c858Sraf# 21*f808c858Sraf# 22*f808c858Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*f808c858Sraf# Use is subject to license terms. 24*f808c858Sraf# 25*f808c858Sraf# ident "%Z%%M% %I% %E% SMI" 26*f808c858Sraf# 27*f808c858Sraf 28*f808c858SrafSUNWprivate_1.1 { 29*f808c858Sraf global: 30*f808c858Sraf libzfs_errno; 31*f808c858Sraf libzfs_error_action; 32*f808c858Sraf libzfs_error_description; 33*f808c858Sraf libzfs_fini; 34*f808c858Sraf libzfs_init; 35*f808c858Sraf libzfs_print_on_error; 36*f808c858Sraf zfs_clone; 37*f808c858Sraf zfs_close; 38*f808c858Sraf zfs_create; 39*f808c858Sraf zfs_destroy; 40*f808c858Sraf zfs_destroy_snaps; 41*f808c858Sraf zfs_get_handle; 42*f808c858Sraf zfs_get_name; 43*f808c858Sraf zfs_get_proplist; 44*f808c858Sraf zfs_get_type; 45*f808c858Sraf zfs_is_mounted; 46*f808c858Sraf zfs_is_shared; 47*f808c858Sraf zfs_iter_children; 48*f808c858Sraf zfs_iter_dependents; 49*f808c858Sraf zfs_iter_filesystems; 50*f808c858Sraf zfs_iter_root; 51*f808c858Sraf zfs_iter_snapshots; 52*f808c858Sraf zfs_mount; 53*f808c858Sraf zfs_name_to_prop; 54*f808c858Sraf zfs_name_valid; 55*f808c858Sraf zfs_nicenum; 56*f808c858Sraf zfs_nicestrtonum; 57*f808c858Sraf zfs_open; 58*f808c858Sraf zfs_promote; 59*f808c858Sraf zfs_prop_column_format; 60*f808c858Sraf zfs_prop_column_name; 61*f808c858Sraf zfs_prop_default_numeric; 62*f808c858Sraf zfs_prop_default_string; 63*f808c858Sraf zfs_prop_get; 64*f808c858Sraf zfs_prop_get_int; 65*f808c858Sraf zfs_prop_get_numeric; 66*f808c858Sraf zfs_prop_inherit; 67*f808c858Sraf zfs_prop_inheritable; 68*f808c858Sraf zfs_prop_is_string; 69*f808c858Sraf zfs_prop_readonly; 70*f808c858Sraf zfs_prop_set; 71*f808c858Sraf zfs_prop_to_name; 72*f808c858Sraf zfs_prop_validate; 73*f808c858Sraf zfs_prop_valid_for_type; 74*f808c858Sraf zfs_prop_values; 75*f808c858Sraf zfs_receive; 76*f808c858Sraf zfs_refresh_properties; 77*f808c858Sraf zfs_rename; 78*f808c858Sraf zfs_rollback; 79*f808c858Sraf zfs_send; 80*f808c858Sraf zfs_share; 81*f808c858Sraf zfs_snapshot; 82*f808c858Sraf zfs_type_to_name; 83*f808c858Sraf zfs_unmount; 84*f808c858Sraf zfs_unmountall; 85*f808c858Sraf zfs_unshare; 86*f808c858Sraf zfs_unshareall; 87*f808c858Sraf zpool_add; 88*f808c858Sraf zpool_clear; 89*f808c858Sraf zpool_close; 90*f808c858Sraf zpool_create; 91*f808c858Sraf zpool_create_zvol_links; 92*f808c858Sraf zpool_destroy; 93*f808c858Sraf zpool_export; 94*f808c858Sraf zpool_find_import; 95*f808c858Sraf zpool_find_vdev; 96*f808c858Sraf zpool_get_config; 97*f808c858Sraf zpool_get_errlog; 98*f808c858Sraf zpool_get_guid; 99*f808c858Sraf zpool_get_handle; 100*f808c858Sraf zpool_get_name; 101*f808c858Sraf zpool_get_root; 102*f808c858Sraf zpool_get_space_total; 103*f808c858Sraf zpool_get_space_used; 104*f808c858Sraf zpool_get_state; 105*f808c858Sraf zpool_get_status; 106*f808c858Sraf zpool_get_version; 107*f808c858Sraf zpool_import; 108*f808c858Sraf zpool_import_status; 109*f808c858Sraf zpool_in_use; 110*f808c858Sraf zpool_iter; 111*f808c858Sraf zpool_mount_datasets; 112*f808c858Sraf zpool_open; 113*f808c858Sraf zpool_open_canfail; 114*f808c858Sraf zpool_read_label; 115*f808c858Sraf zpool_refresh_stats; 116*f808c858Sraf zpool_remove_zvol_links; 117*f808c858Sraf zpool_scrub; 118*f808c858Sraf zpool_unmount_datasets; 119*f808c858Sraf zpool_upgrade; 120*f808c858Sraf zpool_vdev_attach; 121*f808c858Sraf zpool_vdev_detach; 122*f808c858Sraf zpool_vdev_name; 123*f808c858Sraf zpool_vdev_offline; 124*f808c858Sraf zpool_vdev_online; 125*f808c858Sraf zpool_vdev_remove; 126*f808c858Sraf local: 127*f808c858Sraf *; 128*f808c858Sraf}; 129