xref: /illumos-gate/usr/src/lib/libnvpair/mapfile-vers (revision 349b53dd4e695e3d833b5380540385145b2d3ae8)
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 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
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
40SUNW_1.3 {
41    global:
42	nvlist_lookup_nvpair;
43	nvlist_add_double;
44	nvlist_lookup_double;
45	nvpair_value_double;
46} SUNW_1.2.1;
47
48SUNW_1.2.1 {
49    global:
50	nvlist_exists;
51} SUNW_1.2;
52
53SUNW_1.2 {
54    global:
55	nv_alloc_fini;
56	nv_alloc_init;
57	nv_alloc_nosleep;
58	nv_alloc_reset;
59	nv_fixed_ops;
60	nvlist_add_boolean_array;
61	nvlist_add_boolean_value;
62	nvlist_add_int8;
63	nvlist_add_int8_array;
64	nvlist_add_nvpair;
65	nvlist_add_uint8;
66	nvlist_add_uint8_array;
67	nvlist_lookup_boolean_array;
68	nvlist_lookup_boolean_value;
69	nvlist_lookup_int8;
70	nvlist_lookup_int8_array;
71	nvlist_lookup_nv_alloc;
72	nvlist_lookup_pairs;
73	nvlist_lookup_uint8;
74	nvlist_lookup_uint8_array;
75	nvlist_merge;
76	nvlist_remove;
77	nvlist_remove_all;
78	nvlist_xalloc;
79	nvlist_xdup;
80	nvlist_xpack;
81	nvlist_xunpack;
82	nvpair_value_boolean_array;
83	nvpair_value_boolean_value;
84	nvpair_value_int8;
85	nvpair_value_int8_array;
86	nvpair_value_uint8;
87	nvpair_value_uint8_array;
88} SUNW_1.1.1;
89
90SUNW_1.1.1 {
91    global:
92	nvlist_add_nvlist;
93	nvlist_add_nvlist_array;
94	nvlist_lookup_nvlist;
95	nvlist_lookup_nvlist_array;
96	nvpair_value_nvlist;
97	nvpair_value_nvlist_array;
98} SUNW_1.1;
99
100SUNW_1.1 {
101    global:
102	nvlist_add_boolean;
103	nvlist_add_byte;
104	nvlist_add_byte_array;
105	nvlist_add_int16;
106	nvlist_add_int16_array;
107	nvlist_add_int32;
108	nvlist_add_int32_array;
109	nvlist_add_int64;
110	nvlist_add_int64_array;
111	nvlist_add_string;
112	nvlist_add_string_array;
113	nvlist_add_uint16;
114	nvlist_add_uint16_array;
115	nvlist_add_uint32;
116	nvlist_add_uint32_array;
117	nvlist_add_uint64;
118	nvlist_add_uint64_array;
119	nvlist_alloc;
120	nvlist_dup;
121	nvlist_free;
122	nvlist_lookup_boolean;
123	nvlist_lookup_byte;
124	nvlist_lookup_byte_array;
125	nvlist_lookup_int16;
126	nvlist_lookup_int16_array;
127	nvlist_lookup_int32;
128	nvlist_lookup_int32_array;
129	nvlist_lookup_int64;
130	nvlist_lookup_int64_array;
131	nvlist_lookup_string;
132	nvlist_lookup_string_array;
133	nvlist_lookup_uint16;
134	nvlist_lookup_uint16_array;
135	nvlist_lookup_uint32;
136	nvlist_lookup_uint32_array;
137	nvlist_lookup_uint64;
138	nvlist_lookup_uint64_array;
139	nvlist_next_nvpair;
140	nvlist_pack;
141	nvlist_size;
142	nvlist_unpack;
143	nvpair_name;
144	nvpair_type;
145	nvpair_value_byte;
146	nvpair_value_byte_array;
147	nvpair_value_int16;
148	nvpair_value_int16_array;
149	nvpair_value_int32;
150	nvpair_value_int32_array;
151	nvpair_value_int64;
152	nvpair_value_int64_array;
153	nvpair_value_string;
154	nvpair_value_string_array;
155	nvpair_value_uint16;
156	nvpair_value_uint16_array;
157	nvpair_value_uint32;
158	nvpair_value_uint32_array;
159	nvpair_value_uint64;
160	nvpair_value_uint64_array;
161};
162
163SUNWprivate_1.1 {
164    global:
165	nvlist_add_hrtime;
166	nvlist_lookup_hrtime;
167	nvlist_print;
168	nvpair_value_hrtime;
169	nvpair_type_is_array;
170	nvlist_lookup_nvpair_embedded_index;
171	nvpair_value_match;
172	nvpair_value_match_regex;
173    local:
174	*;
175};
176