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