mapfile-vers revision 12692:4341b447c069
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 (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23#
24
25#
26# MAPFILE HEADER START
27#
28# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29# Object versioning must comply with the rules detailed in
30#
31#	usr/src/lib/README.mapfiles
32#
33# You should not be making modifications here until you've read the most current
34# copy of that file. If you need help, contact a gatekeeper for guidance.
35#
36# MAPFILE HEADER END
37#
38
39$mapfile_version 2
40
41SYMBOL_VERSION SUNW_1.3 {
42    global:
43	nvlist_add_double;
44	nvlist_empty;
45	nvlist_lookup_double;
46	nvlist_prev_nvpair;
47	nvlist_remove_nvpair;
48	nvpair_value_double;
49} SUNW_1.2.2;
50
51SYMBOL_VERSION SUNW_1.2.2 {	# s10u8 - SunOS 5.10 (Solaris 10) patch additions
52    global:
53	nvlist_lookup_nvpair;
54} SUNW_1.2.1;
55
56SYMBOL_VERSION SUNW_1.2.1 {	# s10u7 - SunOS 5.10 (Solaris 10) patch additions
57    global:
58	nvlist_exists;
59} SUNW_1.2;
60
61SYMBOL_VERSION SUNW_1.2 {
62    global:
63	nv_alloc_fini;
64	nv_alloc_init;
65	nv_alloc_nosleep;
66	nv_alloc_reset;
67	nv_fixed_ops;
68	nvlist_add_boolean_array;
69	nvlist_add_boolean_value;
70	nvlist_add_int8;
71	nvlist_add_int8_array;
72	nvlist_add_nvpair;
73	nvlist_add_uint8;
74	nvlist_add_uint8_array;
75	nvlist_lookup_boolean_array;
76	nvlist_lookup_boolean_value;
77	nvlist_lookup_int8;
78	nvlist_lookup_int8_array;
79	nvlist_lookup_nv_alloc;
80	nvlist_lookup_pairs;
81	nvlist_lookup_uint8;
82	nvlist_lookup_uint8_array;
83	nvlist_merge;
84	nvlist_remove;
85	nvlist_remove_all;
86	nvlist_xalloc;
87	nvlist_xdup;
88	nvlist_xpack;
89	nvlist_xunpack;
90	nvpair_value_boolean_array;
91	nvpair_value_boolean_value;
92	nvpair_value_int8;
93	nvpair_value_int8_array;
94	nvpair_value_uint8;
95	nvpair_value_uint8_array;
96} SUNW_1.1.1;
97
98SYMBOL_VERSION SUNW_1.1.1 {
99    global:
100	nvlist_add_nvlist;
101	nvlist_add_nvlist_array;
102	nvlist_lookup_nvlist;
103	nvlist_lookup_nvlist_array;
104	nvpair_value_nvlist;
105	nvpair_value_nvlist_array;
106} SUNW_1.1;
107
108SYMBOL_VERSION SUNW_1.1 {
109    global:
110	nvlist_add_boolean;
111	nvlist_add_byte;
112	nvlist_add_byte_array;
113	nvlist_add_int16;
114	nvlist_add_int16_array;
115	nvlist_add_int32;
116	nvlist_add_int32_array;
117	nvlist_add_int64;
118	nvlist_add_int64_array;
119	nvlist_add_string;
120	nvlist_add_string_array;
121	nvlist_add_uint16;
122	nvlist_add_uint16_array;
123	nvlist_add_uint32;
124	nvlist_add_uint32_array;
125	nvlist_add_uint64;
126	nvlist_add_uint64_array;
127	nvlist_alloc;
128	nvlist_dup;
129	nvlist_free;
130	nvlist_lookup_boolean;
131	nvlist_lookup_byte;
132	nvlist_lookup_byte_array;
133	nvlist_lookup_int16;
134	nvlist_lookup_int16_array;
135	nvlist_lookup_int32;
136	nvlist_lookup_int32_array;
137	nvlist_lookup_int64;
138	nvlist_lookup_int64_array;
139	nvlist_lookup_string;
140	nvlist_lookup_string_array;
141	nvlist_lookup_uint16;
142	nvlist_lookup_uint16_array;
143	nvlist_lookup_uint32;
144	nvlist_lookup_uint32_array;
145	nvlist_lookup_uint64;
146	nvlist_lookup_uint64_array;
147	nvlist_next_nvpair;
148	nvlist_pack;
149	nvlist_size;
150	nvlist_unpack;
151	nvpair_name;
152	nvpair_type;
153	nvpair_value_byte;
154	nvpair_value_byte_array;
155	nvpair_value_int16;
156	nvpair_value_int16_array;
157	nvpair_value_int32;
158	nvpair_value_int32_array;
159	nvpair_value_int64;
160	nvpair_value_int64_array;
161	nvpair_value_string;
162	nvpair_value_string_array;
163	nvpair_value_uint16;
164	nvpair_value_uint16_array;
165	nvpair_value_uint32;
166	nvpair_value_uint32_array;
167	nvpair_value_uint64;
168	nvpair_value_uint64_array;
169};
170
171SYMBOL_VERSION SUNWprivate_1.1 {
172    global:
173	dump_nvlist;
174	nvlist_add_hrtime;
175	nvlist_lookup_hrtime;
176	nvlist_print;
177	nvpair_value_hrtime;
178	nvpair_type_is_array;
179	nvlist_lookup_nvpair_embedded_index;
180	nvpair_value_match;
181	nvpair_value_match_regex;
182    local:
183	*;
184};
185