xref: /onnv-gate/usr/src/lib/libzfs/common/mapfile-vers (revision 11149:8bad7424e2c2)
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:
4210602SLori.Alt@Sun.COM	fletcher_2_native;
4310602SLori.Alt@Sun.COM	fletcher_2_byteswap;
4410602SLori.Alt@Sun.COM	fletcher_4_native;
4510602SLori.Alt@Sun.COM	fletcher_4_byteswap;
4610602SLori.Alt@Sun.COM	fletcher_4_incremental_native;
4710602SLori.Alt@Sun.COM	fletcher_4_incremental_byteswap;
4810685SGeorge.Wilson@Sun.COM	hist_event_table;
492522Sraf	libzfs_errno;
502522Sraf	libzfs_error_action;
512522Sraf	libzfs_error_description;
522522Sraf	libzfs_fini;
5310817SEric.Schrock@Sun.COM	libzfs_fru_compare;
5410817SEric.Schrock@Sun.COM	libzfs_fru_devpath;
5510817SEric.Schrock@Sun.COM	libzfs_fru_lookup;
5610817SEric.Schrock@Sun.COM	libzfs_fru_notself;
5710817SEric.Schrock@Sun.COM	libzfs_fru_refresh;
582522Sraf	libzfs_init;
598811SEric.Taylor@Sun.COM	libzfs_mnttab_cache;
602522Sraf	libzfs_print_on_error;
615913Sperrin	zfs_allocatable_devs;
622522Sraf	zfs_clone;
632522Sraf	zfs_close;
642522Sraf	zfs_create;
654490Svb160487	zfs_create_ancestors;
664490Svb160487	zfs_dataset_exists;
674543Smarks	zfs_deleg_share_nfs;
682522Sraf	zfs_destroy;
692522Sraf	zfs_destroy_snaps;
702676Seschrock	zfs_expand_proplist;
712522Sraf	zfs_get_handle;
722522Sraf	zfs_get_name;
737538SRichard.Morris@Sun.COM	zfs_get_pool_handle;
742676Seschrock	zfs_get_user_props;
752522Sraf	zfs_get_type;
7610242Schris.kirby@sun.com	zfs_hold;
7710342Schris.kirby@sun.com	zfs_hold_range;
784543Smarks	zfs_iscsi_perm_check;
792522Sraf	zfs_is_mounted;
802522Sraf	zfs_is_shared;
813126Sahl	zfs_is_shared_iscsi;
823126Sahl	zfs_is_shared_nfs;
835331Samw	zfs_is_shared_smb;
842522Sraf	zfs_iter_children;
852522Sraf	zfs_iter_dependents;
862522Sraf	zfs_iter_filesystems;
872522Sraf	zfs_iter_root;
882522Sraf	zfs_iter_snapshots;
8910342Schris.kirby@sun.com	zfs_iter_snapshots_sorted;
902522Sraf	zfs_mount;
912522Sraf	zfs_name_to_prop;
922522Sraf	zfs_name_valid;
932522Sraf	zfs_nicenum;
942522Sraf	zfs_nicestrtonum;
952522Sraf	zfs_open;
963635Sck153898	zfs_path_to_zhandle;
972522Sraf	zfs_promote;
982676Seschrock	zfs_prop_align_right;
992522Sraf	zfs_prop_column_name;
1002522Sraf	zfs_prop_default_numeric;
1012522Sraf	zfs_prop_default_string;
1022522Sraf	zfs_prop_get;
1032522Sraf	zfs_prop_get_int;
1042522Sraf	zfs_prop_get_numeric;
10511022STom.Erickson@Sun.COM	zfs_prop_get_recvd;
1069396SMatthew.Ahrens@Sun.COM	zfs_prop_get_table;
1079469SLin.Ling@Sun.COM	zfs_prop_get_userquota_int;
1089396SMatthew.Ahrens@Sun.COM	zfs_prop_get_userquota;
1092522Sraf	zfs_prop_inherit;
1102522Sraf	zfs_prop_inheritable;
1119396SMatthew.Ahrens@Sun.COM	zfs_prop_init;
1122522Sraf	zfs_prop_is_string;
1132522Sraf	zfs_prop_readonly;
1142522Sraf	zfs_prop_set;
1154577Sahrens	zfs_prop_string_to_index;
1162522Sraf	zfs_prop_to_name;
1172676Seschrock	zfs_prop_user;
1189396SMatthew.Ahrens@Sun.COM	zfs_prop_userquota;
1192522Sraf	zfs_prop_valid_for_type;
1202522Sraf	zfs_prop_values;
1218802SSanjeev.Bagewadi@Sun.COM	zfs_prune_proplist;
1222522Sraf	zfs_receive;
1232522Sraf	zfs_refresh_properties;
12410242Schris.kirby@sun.com	zfs_release;
12510342Schris.kirby@sun.com	zfs_release_range;
1262522Sraf	zfs_rename;
1272522Sraf	zfs_rollback;
1282522Sraf	zfs_send;
1292522Sraf	zfs_share;
1305331Samw	zfs_shareall;
1313126Sahl	zfs_share_nfs;
1325331Samw	zfs_share_smb;
1333126Sahl	zfs_share_iscsi;
1348845Samw@Sun.COM	zfs_smb_acl_add;
1358845Samw@Sun.COM	zfs_smb_acl_purge;
1368845Samw@Sun.COM	zfs_smb_acl_remove;
1378845Samw@Sun.COM	zfs_smb_acl_rename;
1382522Sraf	zfs_snapshot;
1395713Srm160521	zfs_spa_version;
1402522Sraf	zfs_type_to_name;
1412522Sraf	zfs_unmount;
1422522Sraf	zfs_unmountall;
1432522Sraf	zfs_unshare;
1443126Sahl	zfs_unshare_iscsi;
1453126Sahl	zfs_unshare_nfs;
1465331Samw	zfs_unshare_smb;
1475331Samw	zfs_unshareall;
1485331Samw	zfs_unshareall_bypath;
1493126Sahl	zfs_unshareall_nfs;
1505331Samw	zfs_unshareall_smb;
1519396SMatthew.Ahrens@Sun.COM	zfs_userspace;
1529396SMatthew.Ahrens@Sun.COM	zfs_userquota_prop_prefixes;
1532522Sraf	zpool_add;
1542522Sraf	zpool_clear;
15510830SEric.Schrock@Sun.COM	zpool_clear_label;
1562522Sraf	zpool_close;
1572522Sraf	zpool_create;
1582522Sraf	zpool_destroy;
1593126Sahl	zpool_disable_datasets;
160*11149SGeorge.Wilson@Sun.COM	zpool_dump_ddt;
1613126Sahl	zpool_enable_datasets;
1623912Slling	zpool_expand_proplist;
16310921STim.Haley@Sun.COM	zpool_explain_recover;
1642522Sraf	zpool_export;
1658211SGeorge.Wilson@Sun.COM	zpool_export_force;
1662522Sraf	zpool_find_import;
1676807Sck153898	zpool_find_import_activeok;
1686807Sck153898	zpool_find_import_byguid;
1696807Sck153898	zpool_find_import_byname;
1705363Seschrock	zpool_find_import_cached;
1712522Sraf	zpool_find_vdev;
1729816SGeorge.Wilson@Sun.COM	zpool_find_vdev_by_physpath;
17310817SEric.Schrock@Sun.COM	zpool_fru_set;
1742522Sraf	zpool_get_config;
1752522Sraf	zpool_get_errlog;
1762522Sraf	zpool_get_handle;
1772926Sek110237	zpool_get_history;
1782522Sraf	zpool_get_name;
1797656SSherry.Moore@Sun.COM	zpool_get_physpath;
1803912Slling	zpool_get_prop;
1814451Seschrock	zpool_get_prop_int;
1822522Sraf	zpool_get_state;
1832522Sraf	zpool_get_status;
18410685SGeorge.Wilson@Sun.COM	zpool_history_unpack;
1852522Sraf	zpool_import;
1865094Slling	zpool_import_props;
1872522Sraf	zpool_import_status;
1882522Sraf	zpool_in_use;
1892522Sraf	zpool_iter;
1904276Staylor	zpool_label_disk;
1912522Sraf	zpool_mount_datasets;
1924543Smarks	zpool_name_to_prop;
1933444Sek110237	zpool_obj_to_path;
1942522Sraf	zpool_open;
1952522Sraf	zpool_open_canfail;
1965094Slling	zpool_prop_align_right;
1975094Slling	zpool_prop_column_name;
1985094Slling	zpool_prop_readonly;
1993912Slling	zpool_prop_to_name;
2003912Slling	zpool_prop_values;
2012522Sraf	zpool_read_label;
2022522Sraf	zpool_refresh_stats;
2032522Sraf	zpool_scrub;
2044988Sek110237	zpool_set_history_str;
2053912Slling	zpool_set_prop;
2064543Smarks	zpool_stage_history;
2075094Slling	zpool_state_to_name;
2082522Sraf	zpool_unmount_datasets;
2092522Sraf	zpool_upgrade;
2102522Sraf	zpool_vdev_attach;
2114451Seschrock	zpool_vdev_clear;
2124451Seschrock	zpool_vdev_degrade;
2132522Sraf	zpool_vdev_detach;
2144451Seschrock	zpool_vdev_fault;
2152522Sraf	zpool_vdev_name;
2162522Sraf	zpool_vdev_offline;
2172522Sraf	zpool_vdev_online;
2182522Sraf	zpool_vdev_remove;
2195094Slling	zprop_free_list;
2205094Slling	zprop_get_list;
2215094Slling	zprop_iter;
2225094Slling	zprop_print_one_property;
2236423Sgw25295	zvol_check_dump_config;
2242522Sraf    local:
2252522Sraf	*;
2262522Sraf};
227