xref: /titanic_52/usr/src/lib/libnvpair/mapfile-vers (revision 3b2aab18808792cbd248a12f1edf139b89833c13)
1f808c858Sraf#
2f808c858Sraf# CDDL HEADER START
3f808c858Sraf#
4f808c858Sraf# The contents of this file are subject to the terms of the
5f808c858Sraf# Common Development and Distribution License (the "License").
6f808c858Sraf# You may not use this file except in compliance with the License.
7f808c858Sraf#
8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f808c858Sraf# or http://www.opensolaris.org/os/licensing.
10f808c858Sraf# See the License for the specific language governing permissions
11f808c858Sraf# and limitations under the License.
12f808c858Sraf#
13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each
14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the
16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
18f808c858Sraf#
19f808c858Sraf# CDDL HEADER END
20f808c858Sraf#
21f808c858Sraf#
22cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23ad135b5dSChristopher Siden# Copyright (c) 2012 by Delphix. All rights reserved.
24f808c858Sraf#
25bfed486aSAli Bahrami
26bfed486aSAli Bahrami#
27bfed486aSAli Bahrami# MAPFILE HEADER START
28bfed486aSAli Bahrami#
29bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
31bfed486aSAli Bahrami#
32bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
33bfed486aSAli Bahrami#
34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
36bfed486aSAli Bahrami#
37bfed486aSAli Bahrami# MAPFILE HEADER END
38f808c858Sraf#
39f808c858Sraf
40cd3e9333SAli Bahrami$mapfile_version 2
41cd3e9333SAli Bahrami
42ad135b5dSChristopher SidenSYMBOL_VERSION ILLUMOS_0.1 {	# Illumos additions
43ad135b5dSChristopher Siden    global:
44ad135b5dSChristopher Siden    fnvlist_alloc;
45ad135b5dSChristopher Siden    fnvlist_free;
46ad135b5dSChristopher Siden    fnvlist_size;
47ad135b5dSChristopher Siden    fnvlist_pack;
48ad135b5dSChristopher Siden    fnvlist_pack_free;
49ad135b5dSChristopher Siden    fnvlist_unpack;
50ad135b5dSChristopher Siden    fnvlist_dup;
51ad135b5dSChristopher Siden    fnvlist_merge;
52*3b2aab18SMatthew Ahrens    fnvlist_num_pairs;
53ad135b5dSChristopher Siden    fnvlist_add_boolean;
54ad135b5dSChristopher Siden    fnvlist_add_boolean_value;
55ad135b5dSChristopher Siden    fnvlist_add_byte;
56ad135b5dSChristopher Siden    fnvlist_add_int8;
57ad135b5dSChristopher Siden    fnvlist_add_uint8;
58ad135b5dSChristopher Siden    fnvlist_add_int16;
59ad135b5dSChristopher Siden    fnvlist_add_uint16;
60ad135b5dSChristopher Siden    fnvlist_add_int32;
61ad135b5dSChristopher Siden    fnvlist_add_uint32;
62ad135b5dSChristopher Siden    fnvlist_add_int64;
63ad135b5dSChristopher Siden    fnvlist_add_uint64;
64ad135b5dSChristopher Siden    fnvlist_add_string;
65ad135b5dSChristopher Siden    fnvlist_add_nvlist;
66ad135b5dSChristopher Siden    fnvlist_add_nvpair;
67ad135b5dSChristopher Siden    fnvlist_add_boolean_array;
68ad135b5dSChristopher Siden    fnvlist_add_byte_array;
69ad135b5dSChristopher Siden    fnvlist_add_int8_array;
70ad135b5dSChristopher Siden    fnvlist_add_uint8_array;
71ad135b5dSChristopher Siden    fnvlist_add_int16_array;
72ad135b5dSChristopher Siden    fnvlist_add_uint16_array;
73ad135b5dSChristopher Siden    fnvlist_add_int32_array;
74ad135b5dSChristopher Siden    fnvlist_add_uint32_array;
75ad135b5dSChristopher Siden    fnvlist_add_int64_array;
76ad135b5dSChristopher Siden    fnvlist_add_uint64_array;
77ad135b5dSChristopher Siden    fnvlist_add_string_array;
78ad135b5dSChristopher Siden    fnvlist_add_nvlist_array;
79ad135b5dSChristopher Siden    fnvlist_remove;
80ad135b5dSChristopher Siden    fnvlist_remove_nvpair;
81ad135b5dSChristopher Siden    fnvlist_lookup_nvpair;
82ad135b5dSChristopher Siden    fnvlist_lookup_boolean;
83ad135b5dSChristopher Siden    fnvlist_lookup_boolean_value;
84ad135b5dSChristopher Siden    fnvlist_lookup_byte;
85ad135b5dSChristopher Siden    fnvlist_lookup_int8;
86ad135b5dSChristopher Siden    fnvlist_lookup_int16;
87ad135b5dSChristopher Siden    fnvlist_lookup_int32;
88ad135b5dSChristopher Siden    fnvlist_lookup_int64;
89ad135b5dSChristopher Siden    fnvlist_lookup_uint8_t;
90ad135b5dSChristopher Siden    fnvlist_lookup_uint16;
91ad135b5dSChristopher Siden    fnvlist_lookup_uint32;
92ad135b5dSChristopher Siden    fnvlist_lookup_uint64;
93ad135b5dSChristopher Siden    fnvlist_lookup_string;
94ad135b5dSChristopher Siden    fnvlist_lookup_nvlist;
95ad135b5dSChristopher Siden    fnvpair_value_boolean_value;
96ad135b5dSChristopher Siden    fnvpair_value_byte;
97ad135b5dSChristopher Siden    fnvpair_value_int8;
98ad135b5dSChristopher Siden    fnvpair_value_int16;
99ad135b5dSChristopher Siden    fnvpair_value_int32;
100ad135b5dSChristopher Siden    fnvpair_value_int64;
101ad135b5dSChristopher Siden    fnvpair_value_uint8_t;
102ad135b5dSChristopher Siden    fnvpair_value_uint16;
103ad135b5dSChristopher Siden    fnvpair_value_uint32;
104ad135b5dSChristopher Siden    fnvpair_value_uint64;
105ad135b5dSChristopher Siden    fnvpair_value_string;
106ad135b5dSChristopher Siden    fnvpair_value_nvlist;
107ad135b5dSChristopher Siden} SUNW_1.3;
108ad135b5dSChristopher Siden
109ad135b5dSChristopher Siden
110cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.3 {
1111af98250Seschrock    global:
1128956b8c2Srobj	nvlist_add_double;
11392241e0bSTom Erickson	nvlist_empty;
1148956b8c2Srobj	nvlist_lookup_double;
115f6e214c7SGavin Maltby	nvlist_nvflag;
11692241e0bSTom Erickson	nvlist_prev_nvpair;
11792241e0bSTom Erickson	nvlist_remove_nvpair;
1188956b8c2Srobj	nvpair_value_double;
11975ce41a5SAli Bahrami} SUNW_1.2.2;
12075ce41a5SAli Bahrami
121cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.2.2 {	# s10u8 - SunOS 5.10 (Solaris 10) patch additions
12275ce41a5SAli Bahrami    global:
12375ce41a5SAli Bahrami	nvlist_lookup_nvpair;
1243ed62314SAli Bahrami} SUNW_1.2.1;
1253ed62314SAli Bahrami
126cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.2.1 {	# s10u7 - SunOS 5.10 (Solaris 10) patch additions
1273ed62314SAli Bahrami    global:
1283ed62314SAli Bahrami	nvlist_exists;
1291af98250Seschrock} SUNW_1.2;
1301af98250Seschrock
131cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.2 {
132f808c858Sraf    global:
133f808c858Sraf	nv_alloc_fini;
134f808c858Sraf	nv_alloc_init;
135f808c858Sraf	nv_alloc_nosleep;
136f808c858Sraf	nv_alloc_reset;
137f808c858Sraf	nv_fixed_ops;
138f808c858Sraf	nvlist_add_boolean_array;
139f808c858Sraf	nvlist_add_boolean_value;
140f808c858Sraf	nvlist_add_int8;
141f808c858Sraf	nvlist_add_int8_array;
142f808c858Sraf	nvlist_add_nvpair;
143f808c858Sraf	nvlist_add_uint8;
144f808c858Sraf	nvlist_add_uint8_array;
145f808c858Sraf	nvlist_lookup_boolean_array;
146f808c858Sraf	nvlist_lookup_boolean_value;
147f808c858Sraf	nvlist_lookup_int8;
148f808c858Sraf	nvlist_lookup_int8_array;
149f808c858Sraf	nvlist_lookup_nv_alloc;
150f808c858Sraf	nvlist_lookup_pairs;
151f808c858Sraf	nvlist_lookup_uint8;
152f808c858Sraf	nvlist_lookup_uint8_array;
153f808c858Sraf	nvlist_merge;
154f808c858Sraf	nvlist_remove;
155f808c858Sraf	nvlist_remove_all;
156f808c858Sraf	nvlist_xalloc;
157f808c858Sraf	nvlist_xdup;
158f808c858Sraf	nvlist_xpack;
159f808c858Sraf	nvlist_xunpack;
160f808c858Sraf	nvpair_value_boolean_array;
161f808c858Sraf	nvpair_value_boolean_value;
162f808c858Sraf	nvpair_value_int8;
163f808c858Sraf	nvpair_value_int8_array;
164f808c858Sraf	nvpair_value_uint8;
165f808c858Sraf	nvpair_value_uint8_array;
166f808c858Sraf} SUNW_1.1.1;
167f808c858Sraf
168cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1.1 {
169f808c858Sraf    global:
170f808c858Sraf	nvlist_add_nvlist;
171f808c858Sraf	nvlist_add_nvlist_array;
172f808c858Sraf	nvlist_lookup_nvlist;
173f808c858Sraf	nvlist_lookup_nvlist_array;
174f808c858Sraf	nvpair_value_nvlist;
175f808c858Sraf	nvpair_value_nvlist_array;
176f808c858Sraf} SUNW_1.1;
177f808c858Sraf
178cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 {
179f808c858Sraf    global:
180f808c858Sraf	nvlist_add_boolean;
181f808c858Sraf	nvlist_add_byte;
182f808c858Sraf	nvlist_add_byte_array;
183f808c858Sraf	nvlist_add_int16;
184f808c858Sraf	nvlist_add_int16_array;
185f808c858Sraf	nvlist_add_int32;
186f808c858Sraf	nvlist_add_int32_array;
187f808c858Sraf	nvlist_add_int64;
188f808c858Sraf	nvlist_add_int64_array;
189f808c858Sraf	nvlist_add_string;
190f808c858Sraf	nvlist_add_string_array;
191f808c858Sraf	nvlist_add_uint16;
192f808c858Sraf	nvlist_add_uint16_array;
193f808c858Sraf	nvlist_add_uint32;
194f808c858Sraf	nvlist_add_uint32_array;
195f808c858Sraf	nvlist_add_uint64;
196f808c858Sraf	nvlist_add_uint64_array;
197f808c858Sraf	nvlist_alloc;
198f808c858Sraf	nvlist_dup;
199f808c858Sraf	nvlist_free;
200f808c858Sraf	nvlist_lookup_boolean;
201f808c858Sraf	nvlist_lookup_byte;
202f808c858Sraf	nvlist_lookup_byte_array;
203f808c858Sraf	nvlist_lookup_int16;
204f808c858Sraf	nvlist_lookup_int16_array;
205f808c858Sraf	nvlist_lookup_int32;
206f808c858Sraf	nvlist_lookup_int32_array;
207f808c858Sraf	nvlist_lookup_int64;
208f808c858Sraf	nvlist_lookup_int64_array;
209f808c858Sraf	nvlist_lookup_string;
210f808c858Sraf	nvlist_lookup_string_array;
211f808c858Sraf	nvlist_lookup_uint16;
212f808c858Sraf	nvlist_lookup_uint16_array;
213f808c858Sraf	nvlist_lookup_uint32;
214f808c858Sraf	nvlist_lookup_uint32_array;
215f808c858Sraf	nvlist_lookup_uint64;
216f808c858Sraf	nvlist_lookup_uint64_array;
217f808c858Sraf	nvlist_next_nvpair;
218f808c858Sraf	nvlist_pack;
219f808c858Sraf	nvlist_size;
220f808c858Sraf	nvlist_unpack;
221f808c858Sraf	nvpair_name;
222f808c858Sraf	nvpair_type;
223f808c858Sraf	nvpair_value_byte;
224f808c858Sraf	nvpair_value_byte_array;
225f808c858Sraf	nvpair_value_int16;
226f808c858Sraf	nvpair_value_int16_array;
227f808c858Sraf	nvpair_value_int32;
228f808c858Sraf	nvpair_value_int32_array;
229f808c858Sraf	nvpair_value_int64;
230f808c858Sraf	nvpair_value_int64_array;
231f808c858Sraf	nvpair_value_string;
232f808c858Sraf	nvpair_value_string_array;
233f808c858Sraf	nvpair_value_uint16;
234f808c858Sraf	nvpair_value_uint16_array;
235f808c858Sraf	nvpair_value_uint32;
236f808c858Sraf	nvpair_value_uint32_array;
237f808c858Sraf	nvpair_value_uint64;
238f808c858Sraf	nvpair_value_uint64_array;
239f808c858Sraf};
240f808c858Sraf
241cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
242f808c858Sraf    global:
24388ecc943SGeorge Wilson	dump_nvlist;
244f808c858Sraf	nvlist_add_hrtime;
245f808c858Sraf	nvlist_lookup_hrtime;
246f808c858Sraf	nvlist_print;
247f6e214c7SGavin Maltby	nvlist_prt;
248f6e214c7SGavin Maltby	nvlist_prtctl_alloc;
249f6e214c7SGavin Maltby	nvlist_prtctl_free;
250f6e214c7SGavin Maltby	nvlist_prtctl_getdest;
251f6e214c7SGavin Maltby	nvlist_prtctl_dofmt;
252f6e214c7SGavin Maltby	nvlist_prtctl_doindent;
253f6e214c7SGavin Maltby	nvlist_prtctl_setdest;
254f6e214c7SGavin Maltby	nvlist_prtctl_setfmt;
255f6e214c7SGavin Maltby	nvlist_prtctl_setindent;
256f6e214c7SGavin Maltby	nvlist_prtctlop_byte;
257f6e214c7SGavin Maltby	nvlist_prtctlop_byte_array;
258f6e214c7SGavin Maltby	nvlist_prtctlop_boolean;
259f6e214c7SGavin Maltby	nvlist_prtctlop_boolean_array;
260f6e214c7SGavin Maltby	nvlist_prtctlop_boolean_value;
261f6e214c7SGavin Maltby	nvlist_prtctlop_double;
262f6e214c7SGavin Maltby	nvlist_prtctlop_hrtime;
263f6e214c7SGavin Maltby	nvlist_prtctlop_int8;
264f6e214c7SGavin Maltby	nvlist_prtctlop_int8_array;
265f6e214c7SGavin Maltby	nvlist_prtctlop_int16;
266f6e214c7SGavin Maltby	nvlist_prtctlop_int16_array;
267f6e214c7SGavin Maltby	nvlist_prtctlop_int32;
268f6e214c7SGavin Maltby	nvlist_prtctlop_int32_array;
269f6e214c7SGavin Maltby	nvlist_prtctlop_int64;
270f6e214c7SGavin Maltby	nvlist_prtctlop_int64_array;
271f6e214c7SGavin Maltby	nvlist_prtctlop_nvlist;
272f6e214c7SGavin Maltby	nvlist_prtctlop_nvlist_array;
273f6e214c7SGavin Maltby	nvlist_prtctlop_string;
274f6e214c7SGavin Maltby	nvlist_prtctlop_string_array;
275f6e214c7SGavin Maltby	nvlist_prtctlop_uint8;
276f6e214c7SGavin Maltby	nvlist_prtctlop_uint8_array;
277f6e214c7SGavin Maltby	nvlist_prtctlop_uint16;
278f6e214c7SGavin Maltby	nvlist_prtctlop_uint16_array;
279f6e214c7SGavin Maltby	nvlist_prtctlop_uint32;
280f6e214c7SGavin Maltby	nvlist_prtctlop_uint32_array;
281f6e214c7SGavin Maltby	nvlist_prtctlop_uint64;
282f6e214c7SGavin Maltby	nvlist_prtctlop_uint64_array;
283f808c858Sraf	nvpair_value_hrtime;
284602ca9eaScth	nvpair_type_is_array;
285602ca9eaScth	nvlist_lookup_nvpair_embedded_index;
286602ca9eaScth	nvpair_value_match;
287602ca9eaScth	nvpair_value_match_regex;
288f808c858Sraf    local:
289f808c858Sraf	*;
290f808c858Sraf};
291