xref: /onnv-gate/usr/src/lib/libzfs/common/mapfile-vers (revision 4988:db8abd9846d4)
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#
223444Sek110237# Copyright 2007 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;
363912Slling	libzfs_print_one_property;
374543Smarks	zfs_build_perms;
382522Sraf	zfs_clone;
392522Sraf	zfs_close;
402522Sraf	zfs_create;
414490Svb160487	zfs_create_ancestors;
424490Svb160487	zfs_dataset_exists;
434543Smarks	zfs_deleg_share_nfs;
442522Sraf	zfs_destroy;
452522Sraf	zfs_destroy_snaps;
462676Seschrock	zfs_expand_proplist;
474543Smarks	zfs_free_allows;
482676Seschrock	zfs_free_proplist;
492522Sraf	zfs_get_handle;
502522Sraf	zfs_get_name;
512676Seschrock	zfs_get_user_props;
522522Sraf	zfs_get_proplist;
532522Sraf	zfs_get_type;
544543Smarks	zfs_iscsi_perm_check;
552522Sraf	zfs_is_mounted;
562522Sraf	zfs_is_shared;
573126Sahl	zfs_is_shared_iscsi;
583126Sahl	zfs_is_shared_nfs;
592522Sraf	zfs_iter_children;
602522Sraf	zfs_iter_dependents;
612522Sraf	zfs_iter_filesystems;
622522Sraf	zfs_iter_root;
632522Sraf	zfs_iter_snapshots;
642522Sraf	zfs_mount;
652522Sraf	zfs_name_to_prop;
662522Sraf	zfs_name_valid;
672522Sraf	zfs_nicenum;
682522Sraf	zfs_nicestrtonum;
692522Sraf	zfs_open;
703635Sck153898	zfs_path_to_zhandle;
714543Smarks	zfs_perm_get;
724543Smarks	zfs_perm_remove;
734543Smarks	zfs_perm_set;
742522Sraf	zfs_promote;
752676Seschrock	zfs_prop_align_right;
762522Sraf	zfs_prop_column_name;
772522Sraf	zfs_prop_default_numeric;
782522Sraf	zfs_prop_default_string;
792522Sraf	zfs_prop_get;
802522Sraf	zfs_prop_get_int;
812522Sraf	zfs_prop_get_numeric;
822522Sraf	zfs_prop_inherit;
832522Sraf	zfs_prop_inheritable;
842522Sraf	zfs_prop_is_string;
853654Sgw25295	zfs_prop_iter;
864597Stimf	zfs_prop_iter_ordered;
872522Sraf	zfs_prop_readonly;
882522Sraf	zfs_prop_set;
894577Sahrens	zfs_prop_string_to_index;
902522Sraf	zfs_prop_to_name;
912676Seschrock	zfs_prop_user;
922522Sraf	zfs_prop_valid_for_type;
932522Sraf	zfs_prop_values;
942676Seschrock	zfs_prop_width;
952522Sraf	zfs_receive;
962522Sraf	zfs_refresh_properties;
972522Sraf	zfs_rename;
982522Sraf	zfs_rollback;
992522Sraf	zfs_send;
1002522Sraf	zfs_share;
1013126Sahl	zfs_share_nfs;
1023126Sahl	zfs_share_iscsi;
1032522Sraf	zfs_snapshot;
1042522Sraf	zfs_type_to_name;
1052522Sraf	zfs_unmount;
1062522Sraf	zfs_unmountall;
1072522Sraf	zfs_unshare;
1083126Sahl	zfs_unshare_iscsi;
1093126Sahl	zfs_unshare_nfs;
1103126Sahl	zfs_unshareall_nfs;
1112522Sraf	zpool_add;
1122522Sraf	zpool_clear;
1132522Sraf	zpool_close;
1142522Sraf	zpool_create;
1152522Sraf	zpool_create_zvol_links;
1162522Sraf	zpool_destroy;
1173126Sahl	zpool_disable_datasets;
1183126Sahl	zpool_enable_datasets;
1193912Slling	zpool_expand_proplist;
1202522Sraf	zpool_export;
1212522Sraf	zpool_find_import;
1222522Sraf	zpool_find_vdev;
1232522Sraf	zpool_get_config;
1242522Sraf	zpool_get_errlog;
1252522Sraf	zpool_get_guid;
1262522Sraf	zpool_get_handle;
1272926Sek110237	zpool_get_history;
1282522Sraf	zpool_get_name;
1293912Slling	zpool_get_prop;
1304451Seschrock	zpool_get_prop_int;
1313912Slling	zpool_get_proplist;
1322522Sraf	zpool_get_root;
1332522Sraf	zpool_get_space_total;
1342522Sraf	zpool_get_space_used;
1352522Sraf	zpool_get_state;
1362522Sraf	zpool_get_status;
1372522Sraf	zpool_get_version;
1382522Sraf	zpool_import;
1392522Sraf	zpool_import_status;
1402522Sraf	zpool_in_use;
1412522Sraf	zpool_iter;
1424276Staylor	zpool_label_disk;
1432522Sraf	zpool_mount_datasets;
1444543Smarks	zpool_name_to_prop;
1453444Sek110237	zpool_obj_to_path;
1462522Sraf	zpool_open;
1472522Sraf	zpool_open_canfail;
1483912Slling	zpool_prop_iter;
1493912Slling	zpool_prop_to_name;
1503912Slling	zpool_prop_values;
1512522Sraf	zpool_read_label;
1522522Sraf	zpool_refresh_stats;
1532522Sraf	zpool_remove_zvol_links;
1542522Sraf	zpool_scrub;
155*4988Sek110237	zpool_set_history_str;
1563912Slling	zpool_set_prop;
1574543Smarks	zpool_stage_history;
1582522Sraf	zpool_unmount_datasets;
1592522Sraf	zpool_upgrade;
1602522Sraf	zpool_vdev_attach;
1614451Seschrock	zpool_vdev_clear;
1624451Seschrock	zpool_vdev_degrade;
1632522Sraf	zpool_vdev_detach;
1644451Seschrock	zpool_vdev_fault;
1652522Sraf	zpool_vdev_name;
1662522Sraf	zpool_vdev_offline;
1672522Sraf	zpool_vdev_online;
1682522Sraf	zpool_vdev_remove;
1692522Sraf    local:
1702522Sraf	*;
1712522Sraf};
172