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