xref: /illumos-gate/usr/src/lib/libzfs/common/mapfile-vers (revision 8654d0253136055bd4cc2423d87378e8a37f2eb5)
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 2007 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	libzfs_print_one_property;
37	zfs_clone;
38	zfs_close;
39	zfs_create;
40	zfs_create_ancestors;
41	zfs_dataset_exists;
42	zfs_destroy;
43	zfs_destroy_snaps;
44	zfs_expand_proplist;
45	zfs_free_proplist;
46	zfs_get_handle;
47	zfs_get_name;
48	zfs_get_user_props;
49	zfs_get_proplist;
50	zfs_get_type;
51	zfs_is_mounted;
52	zfs_is_shared;
53	zfs_is_shared_iscsi;
54	zfs_is_shared_nfs;
55	zfs_iter_children;
56	zfs_iter_dependents;
57	zfs_iter_filesystems;
58	zfs_iter_root;
59	zfs_iter_snapshots;
60	zfs_mount;
61	zfs_name_to_prop;
62	zfs_name_valid;
63	zfs_nicenum;
64	zfs_nicestrtonum;
65	zfs_open;
66	zfs_path_to_zhandle;
67	zfs_promote;
68	zfs_prop_align_right;
69	zfs_prop_column_name;
70	zfs_prop_default_numeric;
71	zfs_prop_default_string;
72	zfs_prop_get;
73	zfs_prop_get_int;
74	zfs_prop_get_numeric;
75	zfs_prop_inherit;
76	zfs_prop_inheritable;
77	zfs_prop_is_string;
78	zfs_prop_iter;
79	zfs_prop_readonly;
80	zfs_prop_set;
81	zfs_prop_to_name;
82	zfs_prop_user;
83	zfs_prop_valid_for_type;
84	zfs_prop_values;
85	zfs_prop_width;
86	zfs_receive;
87	zfs_refresh_properties;
88	zfs_rename;
89	zfs_rollback;
90	zfs_send;
91	zfs_share;
92	zfs_share_nfs;
93	zfs_share_iscsi;
94	zfs_snapshot;
95	zfs_type_to_name;
96	zfs_unmount;
97	zfs_unmountall;
98	zfs_unshare;
99	zfs_unshare_iscsi;
100	zfs_unshare_nfs;
101	zfs_unshareall_nfs;
102	zpool_add;
103	zpool_clear;
104	zpool_close;
105	zpool_create;
106	zpool_create_zvol_links;
107	zpool_destroy;
108	zpool_disable_datasets;
109	zpool_enable_datasets;
110	zpool_expand_proplist;
111	zpool_export;
112	zpool_find_import;
113	zpool_find_vdev;
114	zpool_get_config;
115	zpool_get_errlog;
116	zpool_get_guid;
117	zpool_get_handle;
118	zpool_get_history;
119	zpool_get_name;
120	zpool_get_prop;
121	zpool_get_prop_int;
122	zpool_get_proplist;
123	zpool_get_root;
124	zpool_get_space_total;
125	zpool_get_space_used;
126	zpool_get_state;
127	zpool_get_status;
128	zpool_get_version;
129	zpool_import;
130	zpool_import_status;
131	zpool_in_use;
132	zpool_iter;
133	zpool_label_disk;
134	zpool_log_history;
135	zpool_mount_datasets;
136	zpool_obj_to_path;
137	zpool_open;
138	zpool_open_canfail;
139	zpool_prop_iter;
140	zpool_prop_to_name;
141	zpool_prop_values;
142	zpool_read_label;
143	zpool_refresh_stats;
144	zpool_remove_zvol_links;
145	zpool_scrub;
146	zpool_set_prop;
147	zpool_unmount_datasets;
148	zpool_upgrade;
149	zpool_vdev_attach;
150	zpool_vdev_clear;
151	zpool_vdev_degrade;
152	zpool_vdev_detach;
153	zpool_vdev_fault;
154	zpool_vdev_name;
155	zpool_vdev_offline;
156	zpool_vdev_online;
157	zpool_vdev_remove;
158    local:
159	*;
160};
161