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.
242db6d663SJoshua M. Clulow# Copyright (c) 2013, Joyent, Inc. All rights reserved.
25f808c858Sraf#
26bfed486aSAli Bahrami
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# MAPFILE HEADER START
29bfed486aSAli Bahrami#
30bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
31bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
34bfed486aSAli Bahrami#
35bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
36bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
37bfed486aSAli Bahrami#
38bfed486aSAli Bahrami# MAPFILE HEADER END
39f808c858Sraf#
40f808c858Sraf
41cd3e9333SAli Bahrami$mapfile_version 2
42cd3e9333SAli Bahrami
43ad135b5dSChristopher SidenSYMBOL_VERSION ILLUMOS_0.1 {	# Illumos additions
44ad135b5dSChristopher Siden    global:
45*8222814eSRichard Lowe	fnvlist_alloc;
46*8222814eSRichard Lowe	fnvlist_free;
47*8222814eSRichard Lowe	fnvlist_size;
48*8222814eSRichard Lowe	fnvlist_pack;
49*8222814eSRichard Lowe	fnvlist_pack_free;
50*8222814eSRichard Lowe	fnvlist_unpack;
51*8222814eSRichard Lowe	fnvlist_dup;
52*8222814eSRichard Lowe	fnvlist_merge;
53*8222814eSRichard Lowe	fnvlist_num_pairs;
54*8222814eSRichard Lowe	fnvlist_add_boolean;
55*8222814eSRichard Lowe	fnvlist_add_boolean_value;
56*8222814eSRichard Lowe	fnvlist_add_byte;
57*8222814eSRichard Lowe	fnvlist_add_int8;
58*8222814eSRichard Lowe	fnvlist_add_uint8;
59*8222814eSRichard Lowe	fnvlist_add_int16;
60*8222814eSRichard Lowe	fnvlist_add_uint16;
61*8222814eSRichard Lowe	fnvlist_add_int32;
62*8222814eSRichard Lowe	fnvlist_add_uint32;
63*8222814eSRichard Lowe	fnvlist_add_int64;
64*8222814eSRichard Lowe	fnvlist_add_uint64;
65*8222814eSRichard Lowe	fnvlist_add_string;
66*8222814eSRichard Lowe	fnvlist_add_nvlist;
67*8222814eSRichard Lowe	fnvlist_add_nvpair;
68*8222814eSRichard Lowe	fnvlist_add_boolean_array;
69*8222814eSRichard Lowe	fnvlist_add_byte_array;
70*8222814eSRichard Lowe	fnvlist_add_int8_array;
71*8222814eSRichard Lowe	fnvlist_add_uint8_array;
72*8222814eSRichard Lowe	fnvlist_add_int16_array;
73*8222814eSRichard Lowe	fnvlist_add_uint16_array;
74*8222814eSRichard Lowe	fnvlist_add_int32_array;
75*8222814eSRichard Lowe	fnvlist_add_uint32_array;
76*8222814eSRichard Lowe	fnvlist_add_int64_array;
77*8222814eSRichard Lowe	fnvlist_add_uint64_array;
78*8222814eSRichard Lowe	fnvlist_add_string_array;
79*8222814eSRichard Lowe	fnvlist_add_nvlist_array;
80*8222814eSRichard Lowe	fnvlist_remove;
81*8222814eSRichard Lowe	fnvlist_remove_nvpair;
82*8222814eSRichard Lowe	fnvlist_lookup_nvpair;
83*8222814eSRichard Lowe	fnvlist_lookup_boolean;
84*8222814eSRichard Lowe	fnvlist_lookup_boolean_value;
85*8222814eSRichard Lowe	fnvlist_lookup_byte;
86*8222814eSRichard Lowe	fnvlist_lookup_int8;
87*8222814eSRichard Lowe	fnvlist_lookup_int16;
88*8222814eSRichard Lowe	fnvlist_lookup_int32;
89*8222814eSRichard Lowe	fnvlist_lookup_int64;
90*8222814eSRichard Lowe	fnvlist_lookup_uint8_t;
91*8222814eSRichard Lowe	fnvlist_lookup_uint16;
92*8222814eSRichard Lowe	fnvlist_lookup_uint32;
93*8222814eSRichard Lowe	fnvlist_lookup_uint64;
94*8222814eSRichard Lowe	fnvlist_lookup_string;
95*8222814eSRichard Lowe	fnvlist_lookup_nvlist;
96*8222814eSRichard Lowe	fnvpair_value_boolean_value;
97*8222814eSRichard Lowe	fnvpair_value_byte;
98*8222814eSRichard Lowe	fnvpair_value_int8;
99*8222814eSRichard Lowe	fnvpair_value_int16;
100*8222814eSRichard Lowe	fnvpair_value_int32;
101*8222814eSRichard Lowe	fnvpair_value_int64;
102*8222814eSRichard Lowe	fnvpair_value_uint8_t;
103*8222814eSRichard Lowe	fnvpair_value_uint16;
104*8222814eSRichard Lowe	fnvpair_value_uint32;
105*8222814eSRichard Lowe	fnvpair_value_uint64;
106*8222814eSRichard Lowe	fnvpair_value_string;
107*8222814eSRichard Lowe	fnvpair_value_nvlist;
108ad135b5dSChristopher Siden} SUNW_1.3;
109ad135b5dSChristopher Siden
110ad135b5dSChristopher Siden
111cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.3 {
1121af98250Seschrock    global:
1138956b8c2Srobj	nvlist_add_double;
11492241e0bSTom Erickson	nvlist_empty;
1158956b8c2Srobj	nvlist_lookup_double;
116f6e214c7SGavin Maltby	nvlist_nvflag;
11792241e0bSTom Erickson	nvlist_prev_nvpair;
11892241e0bSTom Erickson	nvlist_remove_nvpair;
1198956b8c2Srobj	nvpair_value_double;
12075ce41a5SAli Bahrami} SUNW_1.2.2;
12175ce41a5SAli Bahrami
122cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.2.2 {	# s10u8 - SunOS 5.10 (Solaris 10) patch additions
12375ce41a5SAli Bahrami    global:
12475ce41a5SAli Bahrami	nvlist_lookup_nvpair;
1253ed62314SAli Bahrami} SUNW_1.2.1;
1263ed62314SAli Bahrami
127cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.2.1 {	# s10u7 - SunOS 5.10 (Solaris 10) patch additions
1283ed62314SAli Bahrami    global:
1293ed62314SAli Bahrami	nvlist_exists;
1301af98250Seschrock} SUNW_1.2;
1311af98250Seschrock
132cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.2 {
133f808c858Sraf    global:
134f808c858Sraf	nv_alloc_fini;
135f808c858Sraf	nv_alloc_init;
136*8222814eSRichard Lowe	nv_alloc_nosleep	{
137*8222814eSRichard Lowe				  ASSERT = {
138*8222814eSRichard Lowe					  TYPE = OBJECT;
139*8222814eSRichard Lowe					  SIZE = addrsize;
140*8222814eSRichard Lowe					};
141*8222814eSRichard Lowe				};
142f808c858Sraf	nv_alloc_reset;
143*8222814eSRichard Lowe	nv_fixed_ops		{
144*8222814eSRichard Lowe				  ASSERT = {
145*8222814eSRichard Lowe					  TYPE = OBJECT;
146*8222814eSRichard Lowe					  SIZE = addrsize;
147*8222814eSRichard Lowe					};
148*8222814eSRichard Lowe				};
149f808c858Sraf	nvlist_add_boolean_array;
150f808c858Sraf	nvlist_add_boolean_value;
151f808c858Sraf	nvlist_add_int8;
152f808c858Sraf	nvlist_add_int8_array;
153f808c858Sraf	nvlist_add_nvpair;
154f808c858Sraf	nvlist_add_uint8;
155f808c858Sraf	nvlist_add_uint8_array;
156f808c858Sraf	nvlist_lookup_boolean_array;
157f808c858Sraf	nvlist_lookup_boolean_value;
158f808c858Sraf	nvlist_lookup_int8;
159f808c858Sraf	nvlist_lookup_int8_array;
160f808c858Sraf	nvlist_lookup_nv_alloc;
161f808c858Sraf	nvlist_lookup_pairs;
162f808c858Sraf	nvlist_lookup_uint8;
163f808c858Sraf	nvlist_lookup_uint8_array;
164f808c858Sraf	nvlist_merge;
165f808c858Sraf	nvlist_remove;
166f808c858Sraf	nvlist_remove_all;
167f808c858Sraf	nvlist_xalloc;
168f808c858Sraf	nvlist_xdup;
169f808c858Sraf	nvlist_xpack;
170f808c858Sraf	nvlist_xunpack;
171f808c858Sraf	nvpair_value_boolean_array;
172f808c858Sraf	nvpair_value_boolean_value;
173f808c858Sraf	nvpair_value_int8;
174f808c858Sraf	nvpair_value_int8_array;
175f808c858Sraf	nvpair_value_uint8;
176f808c858Sraf	nvpair_value_uint8_array;
177f808c858Sraf} SUNW_1.1.1;
178f808c858Sraf
179cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1.1 {
180f808c858Sraf    global:
181f808c858Sraf	nvlist_add_nvlist;
182f808c858Sraf	nvlist_add_nvlist_array;
183f808c858Sraf	nvlist_lookup_nvlist;
184f808c858Sraf	nvlist_lookup_nvlist_array;
185f808c858Sraf	nvpair_value_nvlist;
186f808c858Sraf	nvpair_value_nvlist_array;
187f808c858Sraf} SUNW_1.1;
188f808c858Sraf
189cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 {
190f808c858Sraf    global:
191f808c858Sraf	nvlist_add_boolean;
192f808c858Sraf	nvlist_add_byte;
193f808c858Sraf	nvlist_add_byte_array;
194f808c858Sraf	nvlist_add_int16;
195f808c858Sraf	nvlist_add_int16_array;
196f808c858Sraf	nvlist_add_int32;
197f808c858Sraf	nvlist_add_int32_array;
198f808c858Sraf	nvlist_add_int64;
199f808c858Sraf	nvlist_add_int64_array;
200f808c858Sraf	nvlist_add_string;
201f808c858Sraf	nvlist_add_string_array;
202f808c858Sraf	nvlist_add_uint16;
203f808c858Sraf	nvlist_add_uint16_array;
204f808c858Sraf	nvlist_add_uint32;
205f808c858Sraf	nvlist_add_uint32_array;
206f808c858Sraf	nvlist_add_uint64;
207f808c858Sraf	nvlist_add_uint64_array;
208f808c858Sraf	nvlist_alloc;
209f808c858Sraf	nvlist_dup;
210f808c858Sraf	nvlist_free;
211f808c858Sraf	nvlist_lookup_boolean;
212f808c858Sraf	nvlist_lookup_byte;
213f808c858Sraf	nvlist_lookup_byte_array;
214f808c858Sraf	nvlist_lookup_int16;
215f808c858Sraf	nvlist_lookup_int16_array;
216f808c858Sraf	nvlist_lookup_int32;
217f808c858Sraf	nvlist_lookup_int32_array;
218f808c858Sraf	nvlist_lookup_int64;
219f808c858Sraf	nvlist_lookup_int64_array;
220f808c858Sraf	nvlist_lookup_string;
221f808c858Sraf	nvlist_lookup_string_array;
222f808c858Sraf	nvlist_lookup_uint16;
223f808c858Sraf	nvlist_lookup_uint16_array;
224f808c858Sraf	nvlist_lookup_uint32;
225f808c858Sraf	nvlist_lookup_uint32_array;
226f808c858Sraf	nvlist_lookup_uint64;
227f808c858Sraf	nvlist_lookup_uint64_array;
228f808c858Sraf	nvlist_next_nvpair;
229f808c858Sraf	nvlist_pack;
230f808c858Sraf	nvlist_size;
231f808c858Sraf	nvlist_unpack;
232f808c858Sraf	nvpair_name;
233f808c858Sraf	nvpair_type;
234f808c858Sraf	nvpair_value_byte;
235f808c858Sraf	nvpair_value_byte_array;
236f808c858Sraf	nvpair_value_int16;
237f808c858Sraf	nvpair_value_int16_array;
238f808c858Sraf	nvpair_value_int32;
239f808c858Sraf	nvpair_value_int32_array;
240f808c858Sraf	nvpair_value_int64;
241f808c858Sraf	nvpair_value_int64_array;
242f808c858Sraf	nvpair_value_string;
243f808c858Sraf	nvpair_value_string_array;
244f808c858Sraf	nvpair_value_uint16;
245f808c858Sraf	nvpair_value_uint16_array;
246f808c858Sraf	nvpair_value_uint32;
247f808c858Sraf	nvpair_value_uint32_array;
248f808c858Sraf	nvpair_value_uint64;
249f808c858Sraf	nvpair_value_uint64_array;
250f808c858Sraf};
251f808c858Sraf
252cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
253f808c858Sraf    global:
25488ecc943SGeorge Wilson	dump_nvlist;
255f808c858Sraf	nvlist_add_hrtime;
256f808c858Sraf	nvlist_lookup_hrtime;
257f808c858Sraf	nvlist_print;
2582db6d663SJoshua M. Clulow	nvlist_print_json;
259f6e214c7SGavin Maltby	nvlist_prt;
260f6e214c7SGavin Maltby	nvlist_prtctl_alloc;
261f6e214c7SGavin Maltby	nvlist_prtctl_free;
262f6e214c7SGavin Maltby	nvlist_prtctl_getdest;
263f6e214c7SGavin Maltby	nvlist_prtctl_dofmt;
264f6e214c7SGavin Maltby	nvlist_prtctl_doindent;
265f6e214c7SGavin Maltby	nvlist_prtctl_setdest;
266f6e214c7SGavin Maltby	nvlist_prtctl_setfmt;
267f6e214c7SGavin Maltby	nvlist_prtctl_setindent;
268f6e214c7SGavin Maltby	nvlist_prtctlop_byte;
269f6e214c7SGavin Maltby	nvlist_prtctlop_byte_array;
270f6e214c7SGavin Maltby	nvlist_prtctlop_boolean;
271f6e214c7SGavin Maltby	nvlist_prtctlop_boolean_array;
272f6e214c7SGavin Maltby	nvlist_prtctlop_boolean_value;
273f6e214c7SGavin Maltby	nvlist_prtctlop_double;
274f6e214c7SGavin Maltby	nvlist_prtctlop_hrtime;
275f6e214c7SGavin Maltby	nvlist_prtctlop_int8;
276f6e214c7SGavin Maltby	nvlist_prtctlop_int8_array;
277f6e214c7SGavin Maltby	nvlist_prtctlop_int16;
278f6e214c7SGavin Maltby	nvlist_prtctlop_int16_array;
279f6e214c7SGavin Maltby	nvlist_prtctlop_int32;
280f6e214c7SGavin Maltby	nvlist_prtctlop_int32_array;
281f6e214c7SGavin Maltby	nvlist_prtctlop_int64;
282f6e214c7SGavin Maltby	nvlist_prtctlop_int64_array;
283f6e214c7SGavin Maltby	nvlist_prtctlop_nvlist;
284f6e214c7SGavin Maltby	nvlist_prtctlop_nvlist_array;
285f6e214c7SGavin Maltby	nvlist_prtctlop_string;
286f6e214c7SGavin Maltby	nvlist_prtctlop_string_array;
287f6e214c7SGavin Maltby	nvlist_prtctlop_uint8;
288f6e214c7SGavin Maltby	nvlist_prtctlop_uint8_array;
289f6e214c7SGavin Maltby	nvlist_prtctlop_uint16;
290f6e214c7SGavin Maltby	nvlist_prtctlop_uint16_array;
291f6e214c7SGavin Maltby	nvlist_prtctlop_uint32;
292f6e214c7SGavin Maltby	nvlist_prtctlop_uint32_array;
293f6e214c7SGavin Maltby	nvlist_prtctlop_uint64;
294f6e214c7SGavin Maltby	nvlist_prtctlop_uint64_array;
295f808c858Sraf	nvpair_value_hrtime;
296602ca9eaScth	nvpair_type_is_array;
297602ca9eaScth	nvlist_lookup_nvpair_embedded_index;
298602ca9eaScth	nvpair_value_match;
299602ca9eaScth	nvpair_value_match_regex;
300f808c858Sraf    local:
301f808c858Sraf	*;
302f808c858Sraf};
303