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