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 (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright (c) 2012 by Delphix. All rights reserved.
24 #
25
26 #
27 # MAPFILE HEADER START
28 #
29 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
30 # Object versioning must comply with the rules detailed in
31 #
32 # usr/src/lib/README.mapfiles
33 #
34 # You should not be making modifications here until you've read the most current
35 # copy of that file. If you need help, contact a gatekeeper for guidance.
36 #
37 # MAPFILE HEADER END
38 #
39
40 $mapfile_version 2
41
42 SYMBOL_VERSION ILLUMOS_0.1 { # Illumos additions
43 global:
226 nvpair_value_int32;
227 nvpair_value_int32_array;
228 nvpair_value_int64;
229 nvpair_value_int64_array;
230 nvpair_value_string;
231 nvpair_value_string_array;
232 nvpair_value_uint16;
233 nvpair_value_uint16_array;
234 nvpair_value_uint32;
235 nvpair_value_uint32_array;
236 nvpair_value_uint64;
237 nvpair_value_uint64_array;
238 };
239
240 SYMBOL_VERSION SUNWprivate_1.1 {
241 global:
242 dump_nvlist;
243 nvlist_add_hrtime;
244 nvlist_lookup_hrtime;
245 nvlist_print;
246 nvlist_prt;
247 nvlist_prtctl_alloc;
248 nvlist_prtctl_free;
249 nvlist_prtctl_getdest;
250 nvlist_prtctl_dofmt;
251 nvlist_prtctl_doindent;
252 nvlist_prtctl_setdest;
253 nvlist_prtctl_setfmt;
254 nvlist_prtctl_setindent;
255 nvlist_prtctlop_byte;
256 nvlist_prtctlop_byte_array;
257 nvlist_prtctlop_boolean;
258 nvlist_prtctlop_boolean_array;
259 nvlist_prtctlop_boolean_value;
260 nvlist_prtctlop_double;
261 nvlist_prtctlop_hrtime;
262 nvlist_prtctlop_int8;
263 nvlist_prtctlop_int8_array;
264 nvlist_prtctlop_int16;
265 nvlist_prtctlop_int16_array;
|
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 (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright (c) 2012 by Delphix. All rights reserved.
24 # Copyright (c) 2013, Joyent, Inc. All rights reserved.
25 #
26
27 #
28 # MAPFILE HEADER START
29 #
30 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
31 # Object versioning must comply with the rules detailed in
32 #
33 # usr/src/lib/README.mapfiles
34 #
35 # You should not be making modifications here until you've read the most current
36 # copy of that file. If you need help, contact a gatekeeper for guidance.
37 #
38 # MAPFILE HEADER END
39 #
40
41 $mapfile_version 2
42
43 SYMBOL_VERSION ILLUMOS_0.1 { # Illumos additions
44 global:
227 nvpair_value_int32;
228 nvpair_value_int32_array;
229 nvpair_value_int64;
230 nvpair_value_int64_array;
231 nvpair_value_string;
232 nvpair_value_string_array;
233 nvpair_value_uint16;
234 nvpair_value_uint16_array;
235 nvpair_value_uint32;
236 nvpair_value_uint32_array;
237 nvpair_value_uint64;
238 nvpair_value_uint64_array;
239 };
240
241 SYMBOL_VERSION SUNWprivate_1.1 {
242 global:
243 dump_nvlist;
244 nvlist_add_hrtime;
245 nvlist_lookup_hrtime;
246 nvlist_print;
247 nvlist_print_json;
248 nvlist_prt;
249 nvlist_prtctl_alloc;
250 nvlist_prtctl_free;
251 nvlist_prtctl_getdest;
252 nvlist_prtctl_dofmt;
253 nvlist_prtctl_doindent;
254 nvlist_prtctl_setdest;
255 nvlist_prtctl_setfmt;
256 nvlist_prtctl_setindent;
257 nvlist_prtctlop_byte;
258 nvlist_prtctlop_byte_array;
259 nvlist_prtctlop_boolean;
260 nvlist_prtctlop_boolean_array;
261 nvlist_prtctlop_boolean_value;
262 nvlist_prtctlop_double;
263 nvlist_prtctlop_hrtime;
264 nvlist_prtctlop_int8;
265 nvlist_prtctlop_int8_array;
266 nvlist_prtctlop_int16;
267 nvlist_prtctlop_int16_array;
|