xref: /onnv-gate/usr/src/lib/libzfs/common/mapfile-vers (revision 8811:f8deccf701cf)
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#
228744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
252522Sraf
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
388744SAli.Bahrami@Sun.COM#
398744SAli.Bahrami@Sun.COM
402522SrafSUNWprivate_1.1 {
412522Sraf    global:
422522Sraf	libzfs_errno;
432522Sraf	libzfs_error_action;
442522Sraf	libzfs_error_description;
452522Sraf	libzfs_fini;
462522Sraf	libzfs_init;
47*8811SEric.Taylor@Sun.COM	libzfs_mnttab_cache;
482522Sraf	libzfs_print_on_error;
495913Sperrin	zfs_allocatable_devs;
504543Smarks	zfs_build_perms;
512522Sraf	zfs_clone;
522522Sraf	zfs_close;
532522Sraf	zfs_create;
544490Svb160487	zfs_create_ancestors;
554490Svb160487	zfs_dataset_exists;
565993Smarks	zfs_deleg_permissions;
574543Smarks	zfs_deleg_share_nfs;
582522Sraf	zfs_destroy;
592522Sraf	zfs_destroy_snaps;
602676Seschrock	zfs_expand_proplist;
614543Smarks	zfs_free_allows;
622522Sraf	zfs_get_handle;
632522Sraf	zfs_get_name;
647538SRichard.Morris@Sun.COM	zfs_get_pool_handle;
652676Seschrock	zfs_get_user_props;
662522Sraf	zfs_get_type;
674543Smarks	zfs_iscsi_perm_check;
682522Sraf	zfs_is_mounted;
692522Sraf	zfs_is_shared;
703126Sahl	zfs_is_shared_iscsi;
713126Sahl	zfs_is_shared_nfs;
725331Samw	zfs_is_shared_smb;
732522Sraf	zfs_iter_children;
742522Sraf	zfs_iter_dependents;
752522Sraf	zfs_iter_filesystems;
762522Sraf	zfs_iter_root;
772522Sraf	zfs_iter_snapshots;
782522Sraf	zfs_mount;
792522Sraf	zfs_name_to_prop;
802522Sraf	zfs_name_valid;
812522Sraf	zfs_nicenum;
822522Sraf	zfs_nicestrtonum;
832522Sraf	zfs_open;
843635Sck153898	zfs_path_to_zhandle;
854543Smarks	zfs_perm_get;
864543Smarks	zfs_perm_remove;
874543Smarks	zfs_perm_set;
882522Sraf	zfs_promote;
892676Seschrock	zfs_prop_align_right;
902522Sraf	zfs_prop_column_name;
912522Sraf	zfs_prop_default_numeric;
922522Sraf	zfs_prop_default_string;
932522Sraf	zfs_prop_get;
942522Sraf	zfs_prop_get_int;
952522Sraf	zfs_prop_get_numeric;
962522Sraf	zfs_prop_inherit;
972522Sraf	zfs_prop_inheritable;
982522Sraf	zfs_prop_is_string;
992522Sraf	zfs_prop_readonly;
1002522Sraf	zfs_prop_set;
1014577Sahrens	zfs_prop_string_to_index;
1022522Sraf	zfs_prop_to_name;
1032676Seschrock	zfs_prop_user;
1042522Sraf	zfs_prop_valid_for_type;
1052522Sraf	zfs_prop_values;
1068802SSanjeev.Bagewadi@Sun.COM	zfs_prune_proplist;
1072522Sraf	zfs_receive;
1082522Sraf	zfs_refresh_properties;
1092522Sraf	zfs_rename;
1102522Sraf	zfs_rollback;
1112522Sraf	zfs_send;
1122522Sraf	zfs_share;
1135331Samw	zfs_shareall;
1143126Sahl	zfs_share_nfs;
1155331Samw	zfs_share_smb;
1163126Sahl	zfs_share_iscsi;
1172522Sraf	zfs_snapshot;
1185713Srm160521	zfs_spa_version;
1192522Sraf	zfs_type_to_name;
1202522Sraf	zfs_unmount;
1212522Sraf	zfs_unmountall;
1222522Sraf	zfs_unshare;
1233126Sahl	zfs_unshare_iscsi;
1243126Sahl	zfs_unshare_nfs;
1255331Samw	zfs_unshare_smb;
1265331Samw	zfs_unshareall;
1275331Samw	zfs_unshareall_bypath;
1283126Sahl	zfs_unshareall_nfs;
1295331Samw	zfs_unshareall_smb;
1302522Sraf	zpool_add;
1312522Sraf	zpool_clear;
1322522Sraf	zpool_close;
1332522Sraf	zpool_create;
1342522Sraf	zpool_create_zvol_links;
1352522Sraf	zpool_destroy;
1363126Sahl	zpool_disable_datasets;
1373126Sahl	zpool_enable_datasets;
1383912Slling	zpool_expand_proplist;
1392522Sraf	zpool_export;
1408211SGeorge.Wilson@Sun.COM	zpool_export_force;
1412522Sraf	zpool_find_import;
1426807Sck153898	zpool_find_import_activeok;
1436807Sck153898	zpool_find_import_byguid;
1446807Sck153898	zpool_find_import_byname;
1455363Seschrock	zpool_find_import_cached;
1462522Sraf	zpool_find_vdev;
1472522Sraf	zpool_get_config;
1482522Sraf	zpool_get_errlog;
1492522Sraf	zpool_get_handle;
1502926Sek110237	zpool_get_history;
1512522Sraf	zpool_get_name;
1527656SSherry.Moore@Sun.COM	zpool_get_physpath;
1533912Slling	zpool_get_prop;
1544451Seschrock	zpool_get_prop_int;
1552522Sraf	zpool_get_state;
1562522Sraf	zpool_get_status;
1572522Sraf	zpool_import;
1585094Slling	zpool_import_props;
1592522Sraf	zpool_import_status;
1602522Sraf	zpool_in_use;
1612522Sraf	zpool_iter;
1624276Staylor	zpool_label_disk;
1632522Sraf	zpool_mount_datasets;
1644543Smarks	zpool_name_to_prop;
1653444Sek110237	zpool_obj_to_path;
1662522Sraf	zpool_open;
1672522Sraf	zpool_open_canfail;
1685094Slling	zpool_prop_align_right;
1695094Slling	zpool_prop_column_name;
1705094Slling	zpool_prop_readonly;
1713912Slling	zpool_prop_to_name;
1723912Slling	zpool_prop_values;
1732522Sraf	zpool_read_label;
1742522Sraf	zpool_refresh_stats;
1752522Sraf	zpool_remove_zvol_links;
1762522Sraf	zpool_scrub;
1774988Sek110237	zpool_set_history_str;
1783912Slling	zpool_set_prop;
1794543Smarks	zpool_stage_history;
1805094Slling	zpool_state_to_name;
1812522Sraf	zpool_unmount_datasets;
1822522Sraf	zpool_upgrade;
1832522Sraf	zpool_vdev_attach;
1844451Seschrock	zpool_vdev_clear;
1854451Seschrock	zpool_vdev_degrade;
1862522Sraf	zpool_vdev_detach;
1874451Seschrock	zpool_vdev_fault;
1882522Sraf	zpool_vdev_name;
1892522Sraf	zpool_vdev_offline;
1902522Sraf	zpool_vdev_online;
1912522Sraf	zpool_vdev_remove;
1925094Slling	zprop_free_list;
1935094Slling	zprop_get_list;
1945094Slling	zprop_iter;
1955094Slling	zprop_print_one_property;
1966423Sgw25295	zvol_check_dump_config;
1972522Sraf    local:
1982522Sraf	*;
1992522Sraf};
200