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